Create reusable test case templates for common testing scenarios
Create a library of test case templates:
**Application Domain:** {{DOMAIN}}
**Test Management Tool:** {{TOOL}} (JIRA/TestRail/Zephyr)
**Template Categories:**
1. **Authentication Tests:**
- Login functionality
- Password management
- Session handling
- OAuth/SSO flows
2. **CRUD Operations:**
- Create entity
- Read/View entity
- Update entity
- Delete entity
- List/Search entities
3. **Form Validation:**
- Required fields
- Field format validation
- Field length limits
- Cross-field validation
4. **Search & Filter:**
- Basic search
- Advanced filters
- Sorting
- Pagination
5. **File Operations:**
- File upload
- File download
- File preview
- Bulk operations
6. **Payment Processing:**
- Successful payment
- Failed payment
- Refund processing
- Subscription management
7. **Notification Tests:**
- Email notifications
- Push notifications
- In-app notifications
**Template Format:**
- Test Case ID pattern
- Title convention
- Preconditions section
- Numbered steps
- Expected results
- Test data requirements
- Priority/SeverityOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{DOMAIN][{TOOL]