Multiple choice technology testing

Code Coverage is used as a measure ________

  1. Defects

  2. Trends analysis

  3. Test Effectiveness

  4. Time Spent Testing

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

Code coverage measures how thoroughly tests exercise the codebase, making it a metric for Test Effectiveness. It doesn't directly measure defects found (that's defect density). Trend analysis is a separate use of coverage data. Time spent is an efficiency metric, not effectiveness.