Why is it important to avoid the principle of tests wearing out?

Opções de Resposta

A.Dynamic testing is less reliable in finding bugs
B.Running the same tests repeatedly will consistently find new failures
C.Tests should not be context dependent
D.Running the same tests repeatedly will reduce the chance of finding new failures

Resposta Correta

D: Running the same tests repeatedly will reduce the chance of finding new failures

Explicação

D is correct. As tests are run repeatedly, the tests become less effective. A is not correct because dynamic testing should be used and helps to alleviate tests wearing out. B is not correct. The same tests do wear out. C is not correct because testing should be context dependent.

Mais Questões desta Prova