A good practice in test automation for a regression-averse approach is to increase automated test
coverage. This allows the team to ensure that as many features as possible are being tested
automatically, which can help in identifying regressions early. Moreover, by automating the
regression tests, testers can dedicate more time to exploratory testing, which is crucial for
discovering issues that automated tests may not catch. Exploratory testing is an approach that relies
on the tester’s creativity and experience, and it is an essential complement to automated regression
testing123.
Reference: = The ISTQB Advanced Level Agile Technical Tester documents and the resources available
at Software Testing Help emphasize the importance of comprehensive test automation in Agile
environments. They suggest that increasing automated test coverage is beneficial for maintaining
software quality and allowing testers to focus on exploratory testing, which is a critical aspect of a
thorough testing strategy45678.