Why is it important to avoid the principle of tests wearing out?
Answer Options
Correct Answer
D: Running the same tests repeatedly will reduce the chance of finding new failures
Explanation
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.