Testing Quote by Chris Hartjes
““Having tests are good. Having tests for the sake of writing tests just to use a specific testing tool is useless.””
About This Quote
Tests are valuable, but writing them solely for a tool’s sake is wasteful.
In simple terms: Write tests for purpose, not just tools.
Focus testing on real needs.
Themes
Mood
Type
When to use this quote
- software projects
- devops
- continuous integration
Key Concepts
Questions to Reflect On
- What real problem does your test solve?
- How can you ensure tests add value?
Testing without purpose can waste time.