When is automated testing NOT recommended?

  • For frequently changing requirements
  • For large-scale projects
  • For one-time testing scenarios
  • For performance testing
Automated testing involves the initial cost of writing and maintaining scripts, making it not cost-effective for one-time testing scenarios. While automation can handle large-scale projects and performance testing, it's not recommended when the requirements change often.
Add your answer
Loading...

Leave a comment

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