Multiple choice technology testing

Code Coverage is used as a measure of what?

  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 Test Effectiveness - how thoroughly the test cases exercise the codebase. High coverage indicates tests touch most code paths, suggesting effective testing. It doesn't directly measure defects, trends, or time spent - these are separate testing metrics.