Python Test

The Five Factors of Automated Software Testing

01.31.2022 - By Brian OkkenPlay

Download our free app to listen on your phone

Download on the App StoreGet it on Google Play

"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 correctlyPrevent future regressionsDocument the code’s behaviorProvide design guidanceSupport refactoringBrian's order:Verify the code is working correctlyPrevent future regressionsSupport refactoringProvide design guidanceDocument the code’s behaviorThe episode includes reasons why I've re-ordered them. Full Transcript

Links:Five Factor Testing - Sarah Mei

More episodes from Python Test