Executes Tricentis Tosca automation test and returns the the results to FlexDeploy.
Test Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Tosca CI Java client path |
| Yes | The path up to the folder containing the ToscaCIJavaClient jar (e.g. C:\Program Files (x86)\TRICENTIS\Tosca Testsuite\ToscaCommander\ToscaCI\Client) |
Tosca Server URL |
| Yes | Tosca server Name (e.g. http://[HOST]:[Port]/TOSCARemoteExecutionService). |
Tosca User Name | FDTT_USERNAME | Yes | Tosca User name |
Tosca Password | FDTT_PASSWORD | Yes | Tosca Password |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Tosca Server URL |
| No | Tosca Server URL to connect. If not provided, value from the Test Instance will be used. |
Tosca User Name |
| No | Tosca User Name. If not provided, value from the Test Instance will be used. |
Tosca Password | FDTT_PASSWORD | No | Tosca Password. If not provided, value from the Test Instance will be used. |
Test Config file path | FDTT_TESTCONFIG_FILE_PATH | No | Test Config file path (e.g. C:\Tosca_Projec\Tosca_CommonRepositories\TestConfig.xml). |
Outputs
Property Name | Required | Description |
---|---|---|
Artifacts
This operation consumes any artifacts.
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 environment instance. Selecting a specific resource will result in selection of endpoints associated to the environment instance 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.