Object Oriented Software Engineering View all facts Glossary Help |
| subject > practice > testing strategy > brute force |
| brute force comparison table | ||||
| Subject | take | is a kind of | be | test |
|---|---|---|---|---|
| testing strategy | practice | |||
| brute force | such a huge amount of time so as to be impractical | testing strategy | pointless because any given defect is likely to cause failures with many different input values | a method using every possible value |
Next testing strategy: high-yield testing Up: testing strategy