Code Coverage is used as a measure ________
-
Defects
-
Trends analysis
-
Test Effectiveness
-
Time Spent Testing
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.