Multiple choice technology testing

The following is an advantage of test automation

  1. Higher coverage

  2. Less dependency on Manual Testers

  3. Repeatability

  4. Reusability

  5. Higher Coverage and Repeatibiity

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Test automation provides both higher coverage (executing more test cases in less time) and repeatability (running the same tests consistently without human error). Higher coverage is achieved because automated tests can run continuously, including overnight and in parallel. Repeatability ensures tests execute identically each time, eliminating variability inherent in manual testing. Less dependency on manual testers is a consequence, not the advantage itself.