In a scenario where test automation initially increases software defects, how should the testing strategy be adjusted?

  • Discontinue test automation and rely solely on manual testing
  • Increase automation efforts to identify defects early
  • Revert to manual testing temporarily to identify issues
  • Review and enhance automated test scripts
In a scenario where test automation initially increases software defects, the testing strategy should involve reviewing and enhancing automated test scripts. Automated scripts may reveal defects that were not identified during manual testing. By reviewing and improving the scripts, testers can address issues and ensure that automation contributes to the overall quality of the software. Discontinuing automation or solely relying on manual testing may not address the root cause of the defects.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *