Scope Test Components actions

Scope Test Components actions allow modules and test cases in the specified Tosca Test Repository to be stored in time-stamped virtual folders identifying them as ‘sick’. These virtual folders are created by the action, and the sick modules and test cases are copied into them. The virtual folders are named as follows:

  • Sick Modules - <timestamp>
  • Sick TestCases - <timestamp>

In the Heal Tests app, a sick module identifies a module with a scanned SAP screen that is different in a source SAP system and a comparison system. A sick test case is a module that includes at least one sick module.

Scope Test Components actions support Tosca Test Repositories only.

Action property Description
Modules Root Path A String parameter or dataset that stores the path of the root Modules folder in the specified Tosca Test Repository.
Result A Table dataset that stores details of the virtual module and test case folders created by the action.
Pipeline A Pipeline parameter or dataset whose first Tosca Most-at-risk Search Test Repository is used to store ‘sick’ modules and test cases.
Source A Table parameter or dataset that stores the Tosca identifier of modules identified as sick.
Test Cases Root Path A String parameter or dataset that stores the path of the root Test Cases folder in the specified Tosca Test Repository.
Test Repository A Test Repository parameter or dataset that is linked to the Tosca Test Repository in which to store ‘sick’ modules and test cases.
  • If both the Pipeline and Test Repository parameter are specified, LiveCompare uses the Test Repository parameter.

  • If the Pipeline parameter doesn't include a Tosca Most-at-risk Search Test Repository, LiveCompare uses the Test Repository parameter.

The Source table should contain at least the following column:

Column Description
MODULE_ID The Tosca identifier for a module that should be identified as sick. The Search Test Components action returns IDs for Tosca modules that include scanned SAPGUI screens.

The Result dataset has the following columns. Note that the Result dataset will be empty if a Test Repository with a type other than Tosca is specified.

Column Description
UNIQUE_ID The unique Tosca Identifier for the virtual folder that was created.
NAME The name of the virtual folder, either Sick Modules - <timestamp> or Sick TestCases - <timestamp>.
PATH The virtual folder’s path.

Example (Pipeline)

Scope Test Components action example (Pipeline).

Example (Test Repository)

Scope Test Components action example (Test Repository).

Related topics

Search Test Components actions

Test repository integrations