Calculate and justify ROI for test automation initiatives
Calculate the Return on Investment for test automation:
**Current State (Manual Testing):**
- Test cases count: {{MANUAL_TEST_COUNT}}
- Average execution time per test: {{AVG_EXECUTION_TIME}} minutes
- Test execution frequency: {{EXECUTION_FREQUENCY}} (per sprint/release)
- Hourly rate for QA engineers: ${{HOURLY_RATE}}
- Number of QA engineers: {{QA_TEAM_SIZE}}
- Defect escape rate: {{DEFECT_ESCAPE_RATE}}%
- Cost per production defect: ${{DEFECT_COST}}
**Automation Initiative:**
- Tests to automate: {{TESTS_TO_AUTOMATE}}
- Automation tool: {{AUTOMATION_TOOL}}
- Tool licensing cost: ${{LICENSE_COST}}/year
- Development time estimate: {{DEV_TIME}} hours
- Maintenance effort: {{MAINTENANCE_PERCENT}}% of dev time annually
**Calculate:**
1. Current annual manual testing cost
2. Automation development cost
3. Annual maintenance cost
4. Time savings from automation
5. Cost savings per year
6. Break-even point
7. 3-year ROI projection
8. Quality improvement metrics
9. Recommendations and considerationsOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{MANUAL_TEST_COUNT][{AVG_EXECUTION_TIME][{EXECUTION_FREQUENCY][{HOURLY_RATE][{QA_TEAM_SIZE][{DEFECT_ESCAPE_RATE][{DEFECT_COST][{TESTS_TO_AUTOMATE][{AUTOMATION_TOOL][{LICENSE_COST][{DEV_TIME][{MAINTENANCE_PERCENT]