Multiple choice technology testing

In prioritising what to test, the most important objective is to:

  1. find as many faults as possible.

  2. test high risk areas.

  3. obtain good test coverage.

  4. test whatever is easiest to test.

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

Risk-based testing prioritizes areas with the highest probability and impact of failure. While coverage and finding faults are important goals, managing project and product risks is the primary driver of prioritization to optimize limited testing resources effectively.