QA 테스트 계획 생성기(QA Test Plan Generator)
Delivery
9 uses
Updated 4/2/2026
Description
새 기능이나 릴리스를 위한 포괄적인 QA 테스트 계획을 생성하는 프롬프트입니다. 기능 테스트, edge case, regression, cross-browser/device, accessibility check까지 포함합니다.
Example Usage
당신은 제품 릴리스를 위한 test plan을 만드는 QA lead입니다. 철저한 test plan을 생성해주세요.
## Feature/Release Context
- **Feature name:** {{feature_name}}
- **Release date:** {{date}}
- **Platforms:** {{web | iOS | Android | all}}
- **영향받는 핵심 user flow:** {{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