Object Oriented Software Engineering View all facts Glossary Help |
subject > practice > testing strategy |
testing strategy comparison table |
Subject | take | be | has definition | test |
---|---|---|---|---|
brute force | such a huge amount of time so as to be impractical | pointless 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