๐งพ Jira Story
Story: User Login FeatureAcceptance
Criteria:
1. User can log in with valid credentials.
2. User receives an error message when using invalid credentials.
3. User session is maintained for 30 minutes of inactivity.
๐ Pull Request
Pull Request Title: Implement User Login Feature
Description: Implemented the user login functionality.
QA Plan:
- Ensure the user can log in with valid credentials.
- Verify that an error message appears when using invalid credentials.
- Check that the user session is maintained for 30 minutes of inactivity.
๐งช QA Checklist
- [ ] Feature deployed to staging
- [ ] Basic smoke test completed
- [ ] Acceptance criteria fully tested
- [ ] No critical bugs found
- [ ] Optional: Cross-browser tested
- [ ] Optional: Mobile responsive behavior confirmed
๐ QA Feedback Loop
- QA leaves comments directly on the PR or logs Jira subtasks.
- Dev addresses feedback and updates the PR.
- QA retests only affected flows.
- When passed, tag PR with
Ready for Merge.