Automated testing is more efficient for __________, whereas manual testing is preferable for __________ scenarios.

  • Agile development
  • Exploratory and ad-hoc testing
  • Regression testing
  • Repetitive tasks
Automated testing is more efficient for repetitive tasks, where the same set of tests needs to be executed frequently, ensuring consistency and accuracy. On the other hand, manual testing is preferable for exploratory and ad-hoc testing scenarios, where human intuition and creativity are essential for identifying unexpected issues and exploring the application in an unscripted manner.
Add your answer
Loading...

Leave a comment

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