Run a test and display the results in the FlexDeploy UI..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 NameURL |
| Yes | Tosca server Name (e.g. http://192.168.1.10:8732[HOST]:[Port]/TOSCARemoteExecutionService). |
Tosca User Name | FDTT_USERNAME | Yes | Tosca User name |
Tosca Password | FDTT_PASSWORD | Yes | Tosca Password |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Tosca Server NameURL |
| No | Tosca Server NameURL 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). If relative, it is assumed to be in the FD_ARTIFACTS_DIR. |
Outputs
Property Name | Required | Description |
---|---|---|
Artifacts
This operation doesn’t consume or produce any artifactsconsumes the test config file from artifact repository.
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.
...