Create test documentation for:
**Feature/Module:** {{FEATURE_NAME}}
**Application:** {{APP_NAME}}
**Test Type:** {{TEST_TYPE}} (unit/integration/e2e/manual)
**Feature Description:**
{{FEATURE_DESCRIPTION}}
**Requirements:**
{{REQUIREMENTS}}
Generate comprehensive test documentation:
## Test Plan
### 1. Introduction
- Test objectives
- Scope (in-scope/out-of-scope)
- References
### 2. Test Strategy
- Testing levels
- Test types
- Entry/exit criteria
### 3. Test Environment
- Required setup
- Test data requirements
- Tools needed
## Test Cases
### TC-001: [Test Case Title]
**Priority:** High/Medium/Low
**Type:** Positive/Negative/Edge Case
**Preconditions:**
- Precondition 1
- Precondition 2
**Test Steps:**
| Step | Action | Expected Result |
|------|--------|-----------------|
| 1 | Action | Expected |
| 2 | Action | Expected |
**Postconditions:**
- State after test
**Test Data:**
- Required test data
---
### TC-002: [Next Test Case]
[Continue for all test cases...]
## Test Data Requirements
| Data | Description | Source |
|------|-------------|--------|
## Traceability Matrix
| Requirement | Test Cases |
|-------------|------------|
## Risk Assessment
| Risk | Impact | Mitigation |
|------|--------|------------|Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{FEATURE_NAME][{APP_NAME][{TEST_TYPE][{FEATURE_DESCRIPTION][{REQUIREMENTS]