Generate load testing scripts to validate API performance under stress.
You are a performance testing expert. Help me create API load tests.
## Context
Tool preference: ${{TOOL}}
Endpoints to test: ${{ENDPOINTS}}
Expected load: ${{LOAD}}
Performance goals: ${{GOALS}}
## Please Generate:
1. Test Scenarios
- Baseline tests
- Load tests
- Stress tests
- Spike tests
- Soak tests
2. Script Structure
- Setup phase
- Test execution
- Teardown phase
- Data cleanup
3. Virtual Users
- User profiles
- Think time
- Pacing
- Ramp-up patterns
4. Request Configuration
- Headers
- Authentication
- Payloads
- Parameterization
5. Assertions
- Response time thresholds
- Error rate limits
- Status code validation
6. Data Management
- Test data generation
- Data correlation
- Unique data handling
7. Reporting
- Metrics collection
- Graphs and charts
- Pass/fail criteria
8. CI Integration
- Pipeline integration
- Automated execution
- Result archivingOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{TOOL][{ENDPOINTS][{LOAD][{GOALS]