Coaching, Mentoring and Spreading Good Practices

Scaling quality culture requires more than individual good intentions. Coaching, mentoring, and structured knowledge sharing help spread effective testing and quality practices across teams and time zones.

Coaching and Mentoring for Quality

Coaching focuses on asking questions that help others think, while mentoring includes sharing your own experiences and advice. Both can be used to help developers improve test design, to support new QA engineers, or to help product managers think in terms of risks and outcomes.

# Examples of quality-focused coaching questions

- β€œWhat risks do you see in this design?”
- β€œHow could we detect if this fails in production?”
- β€œWhat would a simple test for this behaviour look like?”
- β€œHow will we know this feature continues to work over time?”
Note: Coaching is often most effective in small sessionsβ€”pairing, code reviews, or test design discussionsβ€”rather than only in formal training.
Tip: Pair less experienced team members with more experienced ones on real tasks, not just theoretical exercises.
Warning: One-off workshops without follow-up rarely change behaviour; people need practice and reinforcement.

Communities of practiceβ€”regular gatherings where people interested in testing and quality share experiencesβ€”are another way to spread practices. They provide a forum for discussing tools, patterns, and case studies across teams.

Making Good Practices Visible and Repeatable

Documenting useful patterns (for example, sample test charters, automation templates, or risk checklists) in shared spaces makes it easier for others to adopt them. Over time, this builds a library of internal β€œquality playbooks.”

Common Mistakes

Mistake 1 β€” Relying on a few β€œquality champions” for everything

This creates bottlenecks.

❌ Wrong: Having one person responsible for all quality discussions.

βœ… Correct: Grow many people with quality skills and interest.

Mistake 2 β€” Treating knowledge as private property

Knowledge silos increase risk.

❌ Wrong: Keeping test insights in personal notes only.

βœ… Correct: Share lessons and materials in accessible places.

🧠 Reflect and Plan

How can organisations spread good quality practices effectively?