Cases Quote by Glenford Myers
“A good test case is a test case that has a high probability of detecting an undiscovered error, not a test case that show that the program works correctly.”
About This Quote
Source Book: The Art of Software Testing, 1979
A test case should be designed to uncover hidden bugs, not just confirm correct behavior.
In simple terms: Design tests to find errors, not just prove success.
Focus on error detection.
Themes
Mood
Type
When to use this quote
- debugging
- quality audits
- continuous integration
- regression testing
- null
Key Concepts
Questions to Reflect On
- How can you measure a test case's error‑finding potential?
- What balance between positive and negative testing is optimal?
A test that only confirms correct behavior may miss critical defects.