Your test suite achieved 100% statement coverage. What is the consequence of this fact?

Answer Options

A.Each instruction in the code that contains a defect has been executed at least onceโœ“
B.Any test suite containing more test cases than your test suite will also achieve 100% statement coverage
C.Each path in the code has been executed at least once
D.Every combination of input values has been tested at least once

Correct Answer

A: Each instruction in the code that contains a defect has been executed at least once

More Questions from This Exam