When running your tests against tested application, it is very important to have a detailed report with comprehensive messages about any issues tests faced during the run. It is also important to decide how to organize your tests’ run and how often tests should be run. This chapter describes some of the best practices in software testing automation related to running tests and creating logs for further investigation.
4-1. Run Scripts as Often as Possible
Generally, it is useful to run tests when a new build appears. But what’s the use of the tests if they are unstable ...