A metric that measures the proportion of source code or requirements exercised by a test suite. What is this concept called?
- A. Test plan
- B. Sanity testing
- C. Boundary value analysis
- D. Test coverage ✓
Correct answer
D. Test coverage
Explanation
Test coverage refers to a metric that measures the proportion of source code or requirements exercised by a test suite.