Create a framework for prioritizing test cases based on risk and business value
Develop a test case prioritization framework:
**Project:** {{PROJECT_NAME}}
**Total Test Cases:** {{TEST_COUNT}}
**Available Testing Time:** {{AVAILABLE_TIME}}
**Prioritization Factors:**
1. **Business Impact:**
- Revenue impact (1-5)
- User impact (1-5)
- Regulatory compliance (1-5)
- Brand reputation (1-5)
2. **Technical Risk:**
- Code complexity (1-5)
- Change frequency (1-5)
- Integration points (1-5)
- Historical defect density (1-5)
3. **Test Characteristics:**
- Execution time
- Automation status
- Flakiness score
- Last execution date
4. **Feature Information:**
- Feature: {{FEATURE_LIST}}
- Recent changes: {{CHANGES}}
- Dependencies: {{DEPENDENCIES}}
**Prioritization Model:**
- Weight assignment for each factor
- Scoring algorithm
- Priority buckets (Critical/High/Medium/Low)
- Time-box allocation
**Generate:**
- Scoring spreadsheet template
- Automated prioritization script
- Priority distribution report
- Execution order recommendation
- Re-prioritization triggersOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PROJECT_NAME][{TEST_COUNT][{AVAILABLE_TIME][{FEATURE_LIST][{CHANGES][{DEPENDENCIES]