Multiple choice technology testing

In prioritizing 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 where failure would have the most severe impact on users or the business. High-risk areas include safety-critical functions, financial calculations, security features, and core business logic. Finding many faults in low-risk features is less valuable than finding critical faults in high-risk areas.