Create Test Plan Hierarchy Actions

Create Test Plan Hierarchy actions create a hierarchy of test plan folders in the specified ALM Test Repository. If required, a description may be specified for the folder at the end of each hierarchy path.

Action Property Description
Result A Table dataset containing the creation status of each test plan path in the Source table.
Source A Table parameter or dataset specifying paths for the test plan folders to be created, and descriptions for the folders at the end of each test plan path.
TestRepository A Test Repository parameter or dataset referring to the ALM Test Repository in which test plan folders are to be created.

The Source parameter or dataset should have the following columns:

Column Description
TEST_PLAN_PATH

A path specifying the test plan folder to be created, with folders in the path separated by backslashes (\). A backslash is not required at the beginning of the path, although it may be included. The hierarchy will be created underneath the Subject folder if the Subject folder is not specified in the path. For example,

\Subject\Master\Core1, Subject\Master\Core2, \Master\Core3, Master\Core4.

DESCRIPTION An optional description to be used for the folder at the end of the test path.

The Result dataset has the following columns:

Column Description
TEST_PLAN_PATH A test plan path from the Source table.
Status This column is set to either ‘Created’ if the test plan folder was created, or to ‘Already exists’ if the test plan folder already exists in the specified Test Repository.

Example:

Create Test Plan Hieararchy action example.