Choose the correct description of Test coverage.
- A. A metric that measures the proportion of source code or requirements exercised by a test suite. ✓
- B. The series of stages a software bug goes through from initial discovery to final closure.
- C. A testing approach that examines code, documentation, or requirements without executing the program.
- D. A type of performance testing that evaluates how a system behaves under expected user load.
Correct answer
A. A metric that measures the proportion of source code or requirements exercised by a test suite.
Explanation
Test coverage refers to a metric that measures the proportion of source code or requirements exercised by a test suite.