QuestionQ1

Introduction and Objectives for Test Automation

Which of the following is regarded as a disadvantage of test automation?

  • A Automated exploratory testing is difficult to implement.
  • B Test automation can be a distraction from the objective of finding bugs.
  • C Tests are more likely to have operator errors.
  • D Slower feedback on the quality of the system.
Explanation

Test automation can draw effort and attention toward building and maintaining automated checks rather than toward the primary testing objective of discovering defects. Automated tests generally provide faster feedback and reduce operator error.

Community Discussion

No comments yet. Be the first to start the discussion!