Search Test Components actions

Search Test Components actions search the specified Tosca Test Repository to find modules created from scanned SAPGUI screens. These modules include the SAP transaction, program name and screen number in their properties. The action returns a Table dataset containing details of the Test Repository’s SAPGUI modules, including the associated SAP program name and screen number.

Search Test Components actions support Tosca Test Repositories only, and require Tosca version 13.3 or above.

The action may be run using either a Pipeline or a Test Repository parameter.

  • If only a Pipeline parameter is specified, the action searches the Pipeline’s first Tosca Most-at-risk Search Test Repository.

  • If only a Test Repository parameter is specified, the action uses the Test Repository set in the Test Repository parameter value.

  • If both are specified, the action uses the Test Repository set in the Test Repository parameter value.

Action property Description
Pipeline A Pipeline parameter or dataset whose first Tosca Most-at-risk Search Test Repository will be searched if no Test Repository property is specified.
Result A Table dataset that stores details for modules in the Test Repository created from scanned SAPGUI screens.
Test Repository A Test Repository parameter or dataset that is linked to a Tosca Test Repository.

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
MODULE_ID The identifier of a Tosca module created from a scanned SAPGUI screen.
PROGRAM_NAME The name of the SAP program that displays the screen.
SCREEN_NUMBER The SAP screen number.
MODULE_NAME The name of the Tosca module.
MODULE_PATH The Tosca module’s path.

Example (Pipeline)

Search Test Components action example (Pipeline).

Example (Test Repository)

Search Test Components action example (Test Repository).

Related topics

Scope Test Components actions

Test repository integrations