Create Test Execution Actions

Create Test Execution actions create test executions in the specified Test Repository.

Action Property Description
Execution Name A String parameter or dataset which stores the name of the test execution to create. If this parameter is not set, a time-stamped name of the form LiveCompare_<YYYY-MM-DD HH:MM:SS> is used as the default. The test execution is created in a time-stamped folder named LiveCompare_<YYYY-MM-DD HH:MM:SS>.
Result A Table dataset which stores details of the test executions created.
Root Path A String parameter or dataset which stores the path of an existing folder in which to store the test execution, for example Execution/TestExecutions. If this property is not set, the test execution will be created in the default Executions folder.
Source A Table dataset which stores details of the test plans to be stored in the test execution. This property should be set to the Result dataset returned by the Search Test Repository action.
Test Repository A Test Repository parameter or dataset referring to the Test Repository in which the test execution is to be created.

The Source table should have the following columns:

Column

 

Description
TOKEN The matching token from the Source table’s NAME column.
TEST_ID The ID of a matching test asset.
TEST_NAME The name of the test asset.
PATH The test asset’s path. Note that if a matched token contains path separators, these will be escaped and stored as \/ in the test path.

The Result dataset has the following columns:

Column Description
UNIQUE_ID The unique ID of the of a test plan stored in the test execution.
NAME The name of the test plan.
PATH The path of the test plan in the test execution hierarchy.

Example:

Create Test Execution action example.

 

 


Was this information helpful?

Tricentis LiveCompare Manual 4.1 © Tricentis US Corp.