Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more from just $11.99/month.

The Five Factors of Automated Software Testing

UNLIMITED

The Five Factors of Automated Software Testing

FromTest and Code


UNLIMITED

The Five Factors of Automated Software Testing

FromTest and Code

ratings:
Length:
9 minutes
Released:
Jan 31, 2022
Format:
Podcast episode

Description

"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.
Released:
Jan 31, 2022
Format:
Podcast episode

Titles in the series (100)

Test & Code is a weekly podcast hosted by Brian Okken. The show covers a wide array of topics including software engineering, development, testing, Python programming, and many related topics. When we get into the implementation specifics, that's usually Python, such as Python packaging, tox, pytest, and unittest. However, well over half of the topics are language agnostic, such as data science, DevOps, TDD, public speaking, mentoring, feature testing, NoSQL databases, end to end testing, automation, continuous integration, development methods, Selenium, the testing pyramid, and DevOps.