Execute Test Cases Actions

Execute Test Cases actions run the specified execution list in the specified Tosca Test Repository. The execution is performed using a Tosca configuration object that is managed using DEX (Tricentis Distributed Execution Engine).

When the action is run, a configuration and execution list are supplied to DEX, which handles the execution using an appropriate agent that supports the configuration. The configuration path is set in the Tosca Test Repository’s Configuration field; the execution list ID is supplied in the action’s Source table.

As a result of the execution, a test event is create in Tosca’s Execution Tab, with the format LiveCompare_<YYYY-MM-DD>T<timestamp>. The results are returned in the Execute Test Cases action’s Result dataset.

Action Property Description
Result A Table dataset which stores the Tosca test events that were created as a result of the execution.
Source A Table parameter or dataset containing unique IDs of one or more Tosca execution lists in its first column.
Test Repository A Test Repository parameter or dataset referring to the Tosca Test Repository in which to execute test cases.

The Result dataset has the following columns.

Column Description
TEST_EVENT_ID The unique ID of the Tosca test event that was created as a result of running the execution list.
TEST_EVENT_NAME The name of the Tosca test event.
TEST_EVENT_PATH The Tosca test event’s path.

Example:

Execute Test Cases action example.