Executes Tricentis Tosca automation tests and returns the results to FlexDeploy. This operation supports both Remote Execution (CLI) and Distributed Execution (DEX). By default, execution happens through Remote Execution; however, using (FDTT_INP_TOSCA_DISTRIBUTED_EXECUTION
)this input allows you to switch to Tosca Distributed Execution.
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Tosca Distributed Execution |
| No | Flag to indicate if it is a Tosca Distributed Execution. |
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. |
Project Name |
| No | Project root name of the Tosca project where the event is located (mandatory for Distributed Execution). |
Test Event Names |
| No | Provide unique names of the events that you want to execute separated by ## (for Distributed Execution ex : testEvent1##testEvent2 ). |
Test Events Config File Path |
| No | Absolute or relative Test event config file path. Relative path will be assumed in FD_ARTIFACT_DIR (for Distributed Execution). Note( either
|
Result File Path |
| No | Absolute or relative Result folder path. Relative path will be assumed in FD_TEMP_DIR (for Distributed Execution).</Description> |
Provide Latest Script File |
| No | Absolute or relative DEX script file path. Relative path will be assumed in FD_ARTIFACT_DIR (for Distributed Execution). |
|
| No | Additional Arguments (for Distributed Execution) |
Use PowerShell 6+ |
| No | The script is intended for use with Tosca Distributed Execution. Check If you want to execute the script on PowerShell 6+. If it is unchecked then it will execute on PowerShell 1-5. |
Artifacts
This operation consumes the test config file from artifact repository.
...