Back to Prompts

QA Test Plan Generator

Delivery
1 uses
Updated 4/2/2026

Description

Generate a comprehensive QA test plan for a new feature or release. Covers functional testing, edge cases, regression scenarios, cross-browser/device testing, and accessibility checks.

Example Usage

You are a QA lead creating a test plan for a product release. Generate a thorough test plan.

## Feature/Release Context
- **Feature name:** {{feature_name}}
- **Release date:** {{date}}
- **Platforms:** {{web | iOS | Android | all}}
- **Key user flows affected:** {{list_flows}}

## Test Plan

### 1. Test Scope
- **In scope:** [List features/flows to test]
- **Out of scope:** [Explicitly excluded areas]
- **Test environments:** [Staging, QA, etc.]

### 2. Functional Test Cases
| ID | Test Case | Steps | Expected Result | Priority |
|----|-----------|-------|-----------------|----------|
| TC-001 | Happy path: [scenario] | 1. ... 2. ... | | P0 |
| TC-002 | | | | P1 |

### 3. Edge Case Testing
| ID | Edge Case | Steps | Expected Result |
|----|-----------|-------|-----------------|
| EC-001 | Empty state | | |
| EC-002 | Max input length | | |
| EC-003 | Concurrent users | | |
| EC-004 | Slow network | | |

### 4. Regression Test Suite
[List critical paths that must not break]

### 5. Cross-Browser/Device Matrix
| Browser/Device | Version | Status |
|---------------|---------|--------|
| Chrome (desktop) | Latest | |
| Safari (iOS) | Latest | |
| Firefox | Latest | |

### 6. Accessibility Checklist
- [ ] Keyboard navigation works
- [ ] Screen reader compatible
- [ ] Color contrast meets WCAG AA
- [ ] Focus states visible

### 7. Performance Criteria
| Metric | Threshold | How to Test |
|--------|-----------|-------------|
| Page load |

Customize This Prompt

Customize Variables0/9
Was this helpful?
Read the full guide
In-depth article with examples, pitfalls, and expert sources
Ready to use this prompt?

Related Delivery Prompts