Dirty Tests Quote by Steve McConnell
““Mature testing organizations tend to have five dirty tests for every clean test.””
About This Quote
Source Book: Code Complete by Steve McConnell, 1993
Testing teams often prioritize many messy tests over a few clean ones, revealing a bias toward complexity.
In simple terms: Too many dirty tests can obscure real quality.
Balance thoroughness with clarity in testing.
Themes
Mood
Type
When to use this quote
- software development
- quality assurance
- project management
- team meetings
- code reviews
Key Concepts
Questions to Reflect On
- How many clean tests do you need?
- What defines a “dirty” test?
Focusing on dirty tests may waste resources and miss core issues.