Executes SoapUI load tests defined in a SoapUI project file. The xml file will be copied to the FD_TEMP_DIR and Property Replacement will be performed on the file.
Test Instance Properties
Property Name | Required | Description |
---|---|---|
| Yes | Absolute path to the testrunner script (.sh or .bat) |
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Arguments |
| No | Arguments to pass Testrunner in addition to -r -f. |
Project File |
| Yes | Path to SoapUI Project file. If a relative path is specified it will be relative to the FD_ARTIFACTS_DIR directory. |
...
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 environment instanceTarget.
Selecting a specific resource will result in selection of endpoints associated to the environment instance Target which have that resource defined.
...
If you would like to turn down the logging in SoapUI, it is necessary to edit the soapui-log4j.xml on the testing instance. Change the section shown below from DEBUG to ERROR.
Code Block | ||
---|---|---|
| ||
<logger name="com.eviware.soapui"> <level value="DEBUGERROR" /> <appender-ref ref="SOAPUI"/> <appender-ref ref="CONSOLE"/> </logger> |
...