# {{epic_title}} - User Acceptance Testing **Epic**: {{epic_id}} **Version**: 1.0 **Generated**: {{date}} **Stories Covered**: {{story_count}} --- ## Overview ### What Was Built {{epic_summary}} ### Who Should Test {{tester_profile}} ### Time Estimate {{time_estimate}} --- ## Prerequisites ### Before You Begin 1. **Environment** - URL: {{test_url}} - Browser: Chrome (recommended) or Firefox 2. **Test Account** - {{test_account_instructions}} 3. **Test Data Setup** {{test_data_setup}} 4. **Clean State** {{clean_state_instructions}} --- ## Test Scenarios {{#each scenarios}} ### Scenario {{number}}: {{name}} **Purpose**: {{purpose}} **Starting Point**: {{starting_point}} **Steps**: | Step | Action | Expected Result | |------|--------|-----------------| {{#each steps}} | {{step_number}} | {{action}} | {{expected}} | {{/each}} **Success Criteria**: {{success_summary}} **Result**: ☐ Pass ☐ Fail **Notes**: _________________________________ --- {{/each}} ## Edge Cases & Error Handling {{#each edge_cases}} ### {{name}} **Purpose**: {{purpose}} | Step | Action | Expected Result | |------|--------|-----------------| {{#each steps}} | {{step_number}} | {{action}} | {{expected}} | {{/each}} **Result**: ☐ Pass ☐ Fail --- {{/each}} ## Success Criteria Summary This epic is **successful** when a user can: {{#each success_criteria}} - [ ] {{criterion}} {{/each}} **Minimum passing**: All checkboxes marked --- ## Issues Log | # | Scenario | Issue Description | Severity | Screenshot | |---|----------|-------------------|----------|------------| | 1 | | | | | | 2 | | | | | | 3 | | | | | ### Severity Definitions - **Critical**: Blocks core functionality, cannot proceed - **Major**: Significant issue but workaround exists - **Minor**: Cosmetic or minor inconvenience --- ## Sign-off ### Testing Summary | Metric | Value | |--------|-------| | Scenarios Tested | \_\_ / \_\_ | | Scenarios Passed | \_\_ / \_\_ | | Critical Issues | | | Major Issues | | | Minor Issues | | ### Recommendation ☐ **Accept** - All criteria met, ready for production ☐ **Accept with conditions** - Minor issues noted, can proceed ☐ **Reject** - Critical/major issues must be resolved ### Signatures | Role | Name | Date | Signature | |------|------|------|-----------| | Tester | | | | | Product Owner | | | | | Tech Lead | | | | --- ## Appendix ### Test Data Reference {{test_data_reference}} ### Environment Details {{environment_details}} ### Related Documentation - Epic: `docs/epics/epic-{{epic_id}}.md` - Architecture: `docs/architecture.md` - Stories: `docs/stories/story-{{epic_id}}.*` --- *Generated by BMAD epic-execute workflow*