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

選択肢

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

正解

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

解説

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.

この試験の他の問題