Executes Tricentis Tosca automation test and returns the results to FlexDeploy.
...
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). Find this as endpointAddress in ToscaCIRemoteExecutionService.exe.config file, located at %COMMANDER_HOME%\ToscaCI |
Tosca Username |
| Yes | Tosca Username Find this as AuthenticationUsername in ToscaCIRemoteExecutionService.exe.config file, located at %COMMANDER_HOME%\ToscaCI |
Tosca Password |
| Yes | Tosca Password Find this as AuthenticationPassword in ToscaCIRemoteExecutionService.exe.config file, located at %COMMANDER_HOME%\ToscaCI |
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 Username |
| No | Tosca Username. If not provided, value from the Test Instance will be used. |
Tosca Password |
| No | Tosca Password. If not provided, value from the Test Instance will be used. |
Test Config 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. |
Artifacts
This operation consumes the test config file from artifact repository.
...