Object Oriented Software Engineering View all facts Glossary Help |
| subject > process > verification > testing > efficient testing |
| efficient testing comparison table | |||
| Subject | is a kind of | find | has definition |
|---|---|---|---|
| testing | verification | defects whose consequences are obvious but which are buried in complex code, and thus will be hard to detect when inspecting | An approach to verification that involves systematically executing software to detect defects |
| efficient testing | testing | the largest possible number of defects using the fewest possible tests |
Next testing: equivalence class testing Up: testing Previous testing: effective testing