runTest
Executes an Apache JMeter Test Plan. Make sure to select Testing Instance where JMeter is installed for Test Definition configurations.
Test Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
JMeter Home Directory |
| Yes | Apache JMeter Home directory. Make sure you give the path where you have bin directory of the JMeter. |
Apache JMeter Properties File |
| Yes | Apache JMeter Properties file. If not provided, plugin will look for <JMeter Home>/bin/jmeter.properties and fail if that file is not found. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Test Plan File |
| Yes | JMeter Test Plan (.jmx) file. Relative paths will be assumed to be in the FD_ARTIFACTS_DIR. (e.g. Tests/project/hrTestPlan.jmx) |
Properties |
| No | Properties for the test. (e.g. host=fd.com,port=80,threadCount=10) |
User Properties File |
| No | User Properties file. Relative paths will be assumed to be in the FD_ARTIFACTS_DIR. |
Artifacts
This operation consumes a test plan (.jmx file) Apache JMeter test artifacts, if available.Â
Endpoint Selection
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the target. Selecting a specific resource will result in selection of endpoints associated to the target which have that resource defined.Â
Endpoint Execution
This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on any one of the selected endpoints, which will be randomly picked from selected endpoints or a specific endpoint where previous step may have executed. Changing this value to "All" to will result in execution on all selected endpoints.Â
- style