Uncover Requirements Actions

Uncover Requirements actions uncover one or more requirements in the specified Test Repository, and unlink any tests associated with the requirements. The requirements to uncover are identified by their paths in the Test Repository’s Requirements hierarchy.

Action Property Description

Include Paths

A String List parameter containing a list of requirement paths to search when identifying requirements to uncover, for example, Requirements\Phase1. Each path and all its descendants are searched.

If this parameter is not set, then all requirements will be uncovered. Use this option with caution.

Result

A Table parameter or dataset containing the details requirements that were uncovered and their unlinked tests.

TestRepository A Test Repository parameter or dataset referring to the Test Repository in which to uncover requirements.

The Result dataset has the following columns:

Column Description

REQ_ID

The ID of a requirement that was uncovered.

REQ_NAME

The name of the requirement.

TEST_ID

The ID of a test that was unlinked from the requirement.

TEST_NAME

The name of the test.

Example:

Uncover Requirements action example.