...
Product Owner or QA:
Provide list of backlog items to users
Users can test in ACC if they have time
If users do not have time, they do not have to test (not required)
Users should only test one hour max.
Sprint Testing
UAT testing sheet
Smoke testing
Sprint Branches
Task | Branch | Team Member |
---|---|---|
Create sprint branch | Sprint branch | Ashiq |
Push sprint code to sprint branch | Sprint branch | Dev team |
...
Acceptance criteria is complete
PO has approved screenshot of UI for new work (as needed)
Unit test is complete
Test case is written
{Automated Playwright test is complete}written
QA manual (main functionality and other components it interacts with) test is complete in correct branch
Documentation for security groupsAs needed: Dev sends screenshot of new UI work for which feedback is needed, to PO
When a story is done, and anything around it is tested so it is shippable
Future consideration
Definition of done future consideration
...
Task | Team Member |
---|---|
Ad-hoc testing | QA |
Writing test cases | QA & Dev |
Unit test | Dev |
Automated - Playwright (B-unit test - UI based) | Dev |
Manual test | QA & Dev |
UAT prep | QA |
UAT | QA or PO |
Smoke test | QA & Dev |
Regression test | QA & Dev |
...