...
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. |
...
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 Files |
| 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.
...