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

Opções de Resposta

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

Resposta Correta

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

Mais Questões desta Prova