Multiple choice technology testing

In Risk-based testing,

  1. the higher the risk, the earlier the test coverage

  2. the lower the risk, the earlier the test coverage

  3. Both the above

  4. None of the above

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

Risk-based testing prioritizes testing efforts based on the level of risk associated with each feature or requirement. Higher-risk areas require more thorough and earlier testing to mitigate potential failures. Option A correctly states that higher risk items receive earlier test coverage, which is the fundamental principle of risk-based testing.