Identify bottlenecks and draft a load testing plan in 10 minutes
Beginner
10 min
English
Generate a targeted performance testing strategy and a ready-to-use load testing script outline for your application.
Steps
- Open ChatGPT or Claude.
- Copy the prompt template below.
- Replace the {variables} with your specific application details.
- Paste the prompt into the AI tool and press Enter.
- Review the identified bottlenecks and the testing strategy.
- Iterate once by asking the AI to adjust the generated script for your preferred testing tool (e.g., 'Rewrite the script for JMeter instead of k6').
- Copy the final script into your IDE or testing environment.
- Run the test against your staging server to find real performance limits.
Prompts to Use
Act as a senior QA and performance engineer. I need a performance testing plan for a {application_type} that handles {expected_traffic}. First, identify the top 3 potential performance bottlenecks for this type of system. Second, provide a k6 script skeleton to load test these bottlenecks. Include strict thresholds for {max_response_time} response time and an error rate of {error_rate_threshold}. Output the bottleneck analysis as a short bulleted list, followed by the k6 script in a code block.
Tools Used
Some tool links may earn AiA a commission — never affecting rankings.