Object Oriented Software Engineering   View all facts   Glossary   Help
subject > practice > testing strategy
Next practice: duplication of code    Up: practice    Previous practice: synchronization   

testing strategy comparison table
Subject take be has definition test
brute forcesuch a huge amount of time so as to be impracticalpointless because any given defect is likely to cause failures with many different input values a method using every possible value
high-yield testing  A testing strategy that is both efficient and effective 

Next practice: duplication of code    Up: practice    Previous practice: synchronization