Multiple choice technology testing

The degree, expressed as a percentage, to which a specified coverage item has been exercised by a test suite.

  1. Quality

  2. Result

  3. Failure

  4. Coverage

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

Coverage is defined as the degree, expressed as a percentage, to which a specified coverage item (such as branches, statements, or paths) has been exercised by a test suite. Other options like Quality, Result, and Failure do not represent percentage-based metrics of test execution thoroughness.