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

Antwortmöglichkeiten

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

Richtige Antwort

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

Weitere Fragen aus dieser Prüfung