Skip to main content

How do you keep QA involved early in Agile without slowing sprint velocity?

Last post 03:51 pm February 25, 2026 by Issam Gharios
6 replies
05:36 am February 17, 2026

On paper, QA is supposed to be involved from story grooming through delivery. In practice, I still see testing getting compressed toward the end of the sprint, especially when delivery pressure ramps up.

I have been on teams where QA joins refinement, asks risk questions early, and helps shape acceptance criteria. That usually reduces surprises later. But I have also seen pushback that too much upfront test discussion slows planning and overcomplicates stories that are meant to stay lightweight.

A few patterns I have seen work to varying degrees:

  • Writing test notes directly inside stories during grooming instead of separate test plans
  • Calling out risk areas rather than enumerating full test cases upfront
  • Pairing QA with devs during implementation for complex work
  • Defining exit criteria that are realistic within sprint boundaries

Still feels like a balancing act. Too little early involvement and testing becomes reactive. Too much and it starts feeling like mini waterfall inside the sprint.

How are other teams handling this? Are QAs embedded deeply in refinement, or do you keep involvement lighter and rely more on exploratory testing later? Curious what has actually held up in real delivery environments.


05:51 am February 17, 2026

That usually reduces surprises later. But I have also seen pushback that too much upfront test discussion slows planning and overcomplicates stories that are meant to stay lightweight.

If timely refinement reduces surprises and helps ensure work is ready for Sprint Planning, why is it too much?


08:30 pm February 17, 2026

What, exactly, is "QA" in your organization?

Too often, "QA" is used to mean "testing", and it seems like this is how you're using it.

I'm a bit confused by the pushback you're getting. The more work you do up-front, the slower planning and the "getting ready" steps are. However, there's always a balance. Reducing surprises means that the team has a much better idea of what they are actually capable of and can make better forecasts and commitments regarding the work they can complete and the goals they are likely to be able to achieve.

There's no one right balance to how much up-front work to do. Every organization, even ever product or maybe every team is different. But the approaches that you're using are very consistent with what I'd consider good practices. Which once you choose to use are context sensitive.


03:05 am February 20, 2026

I agree with the earlier posts that “too much upfront discussion” is probably not the real issue. Early QA involvement usually saves time later. It does not slow things down overall, unless discussions are more detailed than required.

If QA still gets pushed to the end of the Sprint, there are usually two main reasons:

  • Stories are too large, and the team is working in silos.

If a story is almost the size of a Sprint, testing will naturally pile up at the end. Break stories down so they take no more than 2–3 days. When stories are smaller, QA can start testing early in the Sprint while development continues on the next item.

This may still sound like “dev then QA,” but the key is cross-functionality. The whole team owns quality. Developers can help with automated tests. QA can be involved in acceptance criteria and embedding test thinking from the start.

Smaller stories and teamwork reduce late-Sprint pressure significantly.
 


02:49 pm February 20, 2026

The point is to reduce the risk of failing late in the Sprint, thus even if the Backlog Items are large the testing strategy should involve testing parts of the implementation early (even from Dev branches, even with some hacks mocks etc ).
Also, despite the Backlog Item is not completed yet, merging parts of the implementation and regression testing with the rest of the system should be happening constantly. Thus the test automation is crucial. Although the testing is the compromise between the speed/risk/cost - different strategy for different level of quality required, depending on what is being built.
Per Scrum "Quality does not decrease" during the Sprint. 
 


08:31 pm February 23, 2026

Just to emphasize, I think you are doing the right things.

  • Writing test notes directly inside stories during grooming instead of separate test plans
  • Calling out risk areas rather than enumerating full test cases upfront
  • Pairing QA with devs during implementation for complex work
  • Defining exit criteria that are realistic within sprint boundaries

03:51 pm February 25, 2026

I have done this once before and it worked really well, but takes a lot of buyins

I had a quality engineer write the test cases once a story is pulled into a sprint.  Then there will be a review between the PO/PM, QE and SE to agree on the testcases. 

This was super helpful to developers to understand what the QE would be looking for when testing, and we actually took it to the next level to say that the developer owned these test cases passing.

This helped elevate the QE team to work on the system level, and beyond verifying stories.


By posting on our forums you are agreeing to our Terms of Use.

Please note that the first and last name from your Scrum.org member profile will be displayed next to any topic or comment you post on the forums. For privacy concerns, we cannot allow you to post email addresses. All user-submitted content on our Forums may be subject to deletion if it is found to be in violation of our Terms of Use. Scrum.org does not endorse user-submitted content or the content of links to any third-party websites.

Terms of Use

Scrum.org may, at its discretion, remove any post that it deems unsuitable for these forums. Unsuitable post content includes, but is not limited to, Scrum.org Professional-level assessment questions and answers, profanity, insults, racism or sexually explicit content. Using our forum as a platform for the marketing and solicitation of products or services is also prohibited. Forum members who post content deemed unsuitable by Scrum.org may have their access revoked at any time, without warning. Scrum.org may, but is not obliged to, monitor submissions.