Amount Quote by Steve McConnell
“Testing by itself does not improve software quality. Test results are an indicator of quality, but in and of themselves, they don't improve it. Trying to improve software quality by increasing the amount of testing is like trying to lose weight by weighing yourself more often. What you eat before you step onto the scale determines how much you will weigh, and the software development techniques you use determine how many errors testing will find. If you want to lose weight, don't buy a new scale; change your diet. If you want to improve your software, don't test more; develop better.”
About This Quote
Source Book: Code Complete, 2nd Edition, 2004
Testing alone doesn't raise quality; it only measures it. Quality comes from better development practices, not just more tests.
In simple terms: Tests show problems but don't fix them.
Focus on improving code, not just testing.
Themes
Mood
Type
When to use this quote
- software projects
- team retrospectives
- continuous integration
- code reviews
Key Concepts
Questions to Reflect On
- How can you improve development processes?
- What metrics truly reflect quality?
More testing can give false confidence if underlying code is poor.