178: The Five Factors of Automated Software Testing

Test & Code in Python - A podcast by Brian Okken

Categories:

"There are five practical reasons that we write tests. Whether we realize it or not, our personal testing philosophy is based on how we judge the relative importance of these reasons." - Sarah Mei This episode discusses the factors. Sarah's order: Verify the code is working correctly Prevent future regressions Document the code’s behavior Provide design guidance Support refactoring Brian's order: Verify the code is working correctly Prevent future regressions Support refactoring Provide design guidance Document the code’s behavior The episode includes reasons why I've re-ordered them. Full TranscriptSponsored By:Sauce Labs: Visit saucelabs.com/sign-up for more information and a free trial. Sauce Labs. Test Continuously. Test Smarter. Develop with confidence.PyCharm Professional: Try PyCharm Pro for 4 months and learn how PyCharm will save you time. Promo Code: TESTANDCODE22Links:Five Factor Testing - Sarah Mei