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

Các đáp án

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

Đáp án đúng

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

Giải thích

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.

Câu hỏi khác trong đề thi này