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

Antwortmöglichkeiten

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

Richtige Antwort

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

Erklärung

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.

Weitere Fragen aus dieser Prüfung