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.
Result A Table dataset which stores details of the test executions created.
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 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.