Testing Organizations Quote by Steve McConnell
““Immature testing organizations tend to have about five clean tests for every dirty test.””
About This Quote
Source Book: Code Complete, 2nd Edition, 2004
Testing teams that are not mature often produce many more clean tests than tests that expose defects.
In simple terms: Immature teams have many clean tests, few dirty ones.
Focus on creating more defect‑revealing tests.
Themes
Mood
Type
When to use this quote
- software development
- code reviews
- continuous integration
- bug triage
Key Concepts
Questions to Reflect On
- How can you measure test effectiveness beyond pass rates?
- What steps improve test maturity?
Only counting clean tests can hide underlying quality issues.