When do we run automated tests?

  • Automated tests remove the need to manually test all code before each release
  • They can check edge-cases and hard-to-test error scenarios
  • Do you always run them before pushing code though?
  • Can you guarantee that your coworkers do as well?
  • For long-running tests, this can really slow you down!

17 / 25