Google News
logo
Manual Testing - Interview Questions
What is the pesticide paradox? How to overcome it?
According to the pesticide paradox, if the same tests are done repeatedly, the same test cases will eventually stop finding new bugs. Developers will be especially cautious in regions where testers discovered more flaws, and they may overlookPositive and Negative Testing?
 
other areas. Methods for avoiding the pesticide conundrum include:
 
* To create a completely new set of test cases to put various aspects of the software to the test.
* To create new test cases and incorporate them into existing test cases.
 
It is possible to detect more flaws in areas where defect levels have decreased using these methods.
Advertisement