11 / 55 · 23 QA Leadership & Mentoring · QA Culture and Advocacy← prev⊞ allnext →☰ Read as one page
2.3From "QA Finds Bugs" to "The Team Prevents Bugs"
The shift from a detection-focused culture to a prevention-focused culture does not happen through a single announcement or initiative. It happens through hundreds of small interactions, decisions, and habits.
Practical Tactics
Make testing visible in sprint ceremonies:
- Share quality metrics in sprint review (not just "it was tested" but defect rates, coverage changes, escaped defects)
- Bring quality-focused retrospective items every sprint
- Include test effort in story point estimates
Lower the barrier for developers to test:
- Build test frameworks that are easy for developers to use
- Write example tests that developers can copy and modify
- Create test data helpers that eliminate setup friction
- Maintain fast, reliable CI pipelines (if the pipeline is slow or flaky, developers will stop running it)
Celebrate prevention, not just detection:
- When a three amigos session catches a requirement ambiguity, call it out: "We just prevented a bug"
- Track "bugs prevented" as a metric (requirements issues caught, design issues caught, code review catches)
- Recognize developers who write thorough tests
Share the testing mindset:
- Run "test this feature" challenges where developers and QA compete to find the most bugs
- Pair developers with QA engineers for exploratory testing sessions
- Include "How should this be tested?" as a standard code review question