Beginner Software Testing & QA
Q17 / 100

What does "test coverage" measure?

Correct! Well done.

Incorrect.

The correct answer is B) The extent to which the source code or requirements have been exercised by a test suite

B

Correct Answer

The extent to which the source code or requirements have been exercised by a test suite

Explanation

Coverage metrics (e.g. line, branch, or requirement coverage) indicate how much of the code or requirements are exercised by tests.

Progress
17/100