← Back to libraryQuestion 256 of 273
🌀Agile & QABeginner

Scrum Ceremonies & QA's Part in Each

📌 Definition:

Scrum defines a set of recurring events — sprint planning, daily standup, backlog refinement, sprint review, and retrospective — that structure the team's work. QA has a specific, valuable contribution to make in each, well beyond just 'testing during the sprint'.

📖 Detailed Explanation:

Understanding QA's role ceremony-by-ceremony signals Agile maturity. In backlog refinement, QA clarifies requirements and testability, and helps write acceptance criteria — the highest-leverage moment for defect prevention. In sprint planning, QA estimates testing effort, flags stories that lack testability or clear criteria, and ensures the sprint is realistically testable, not just codeable. In the daily standup, QA reports testing progress and, critically, raises risks and blockers early (like a story that won't be testable in time) rather than at the deadline. In the sprint review, QA helps demonstrate that acceptance criteria are met and represents the quality status honestly. In the retrospective, QA raises process improvements — recurring defect patterns, late handoffs, flaky automation — to make the next sprint better. The theme is that QA contributes to quality throughout the cadence, not only while executing tests.

🔑 Key Points:
  • Refinement: clarify requirements/testability, co-author acceptance criteria (defect prevention)
  • Planning: estimate test effort, flag untestable stories, ensure the sprint is realistically testable
  • Standup: report progress and raise testing risks/blockers early, not at the deadline
  • Review: demonstrate acceptance criteria are met; represent quality status honestly
  • Retrospective: surface recurring defect patterns and process issues to improve next sprint
🌍 Real-World Example:

At a daily standup on day 6 of a 10-day sprint, a QA engineer flags that a story's API dependency isn't ready, so testing can't start and the story is at risk. Because it's raised early, the team re-sequences work and unblocks the dependency, avoiding a last-day surprise.

📎 Ceremony Contributions:
CeremonyQa ContributionValue
Backlog RefinementClarify requirements and testability; help write acceptance criteriaPrevents defects before coding starts
Sprint PlanningEstimate testing effort; flag untestable or unclear storiesKeeps the sprint realistically testable, not just codeable
Daily StandupReport test progress; raise risks and blockers earlyAvoids end-of-sprint surprises
Sprint ReviewDemonstrate acceptance criteria met; report honest quality statusInformed accept/reject decisions by the PO
RetrospectiveRaise recurring defect patterns and process improvementsContinuous quality improvement
🎯 Scenario-Based Interview Question:

Scenario: An interviewer says 'Some people think QA only matters during test execution. Convince me QA adds value in the Scrum ceremonies themselves.' How do you respond?