QA Flow | Step-By-Step
Watch the following video to get more clarity about what’s described below:
Watch Video

The QA Workflow
1. Initial Review (Development to QA)
Once a developer completes a task in the current sprint, they will move it to the Review column and provide video evidence of their solution.
SLA: QA must test the task within a 48-hour window from the moment it is moved to Review (excluding weekends).
Verification Steps:
Review the Acceptance Criteria in the task.
Cross-reference with the Figma design file.
Watch the developer’s video evidence.
Perform manual testing in the application.
2. Documenting Results
Video Evidence: Record your testing flow using Kommodo. Use audio narration whenever possible to explain the steps.
Screenshots: Only acceptable for very simple tasks (e.g., a static PDF report or a simple text change).
Scenario A: QA Approved
If the feature meets all requirements:
Comment
QA Approved(feel free to use colors/formatting).Attach your video evidence.
Move the task to the Sprint Completed section for PM evaluation.
Scenario B: QA Failed
If the feature fails or has bugs:
Apply the "QA Fail" tag.
Add a comment detailing what went wrong.
Attach your video evidence.
Move the task to the QA Section.
Re-assign the developer.
The developer has 24 hours to provide a fix and move it back to Review.
3. Production Testing (Post-Deployment)
After a sprint is completed and discussed in the Sprint Review, tasks move to Waiting for Deploy.
Deployment: Devs move tasks from the QA branch to the Production branch (usually on the Monday following the sprint end).
The Prod Window: You have until Friday of the new sprint to verify all tasks from the previous sprint in the Production environment.
Approval: Once verified in Production, comment
Prod Approvedwith video evidence and move the task to Completed.
Bug Reporting Protocol
The method of reporting a bug depends on the status of the task:
Situation | Action |
Task is not yet "Prod Approved" | Post the failure/bug as a comment inside the original task. |
Task was already "Prod Approved" | Do not comment on the old task. Create a new Bug Task in the Backlog. |
How to create a Bug Task:
Title:
Bug: [Description of issue]Dependencies: Link the original task so the context is clear.
Description Template:
Steps to Reproduce: List the specific actions taken.
Expected Result: What should have happened.
Actual Result: What is actually happening.
Evidence: Attach a video recording of the bug.
Note: Consistency is key. Keeping our evidence in video format with audio helps developers fix issues faster and keeps our PMs informed.