create_test_plan
Create a JMeter test plan with a default thread group, specifying target host, number of threads, and output file for load testing.
Instructions
Create a new JMeter test plan with a default thread group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the test plan | |
| protocol | No | Target protocol | http |
| numthreads | Yes | Required number of threads/users | |
| outputfile | Yes | Path where to save the .jmx file | |
| targethost | Yes | Target host for HTTP requests | |
| targetport | No | Target port (default: 80) |