Quiz: Code Coverage

Test your knowledge of code coverage fundamentals.

We'll cover the following...
1

(Select all that apply.) Which options are included in the code coverage metrics?

A)

Lines of code executed by the tests

B)

The number of scenarios covered by the tests

C)

Number of branches in the code covered by the tests

D)

The number of user stories covered by the tests

Question 1 of 50 attempted
...