Test

This is the action associated with the Test step type.

Description

Calls another test or library test.

Specify the child test or library test name in the Recognition field and one or more test case names in the Value field, separated by commas.

You can also click in the Recognition field then click the ellipsis icon and select a test case to populate the Recognition and Value fields with the test name and the test case name.

Test.Exec supports the use of parameters that enable you to pass dynamic values from a calling test to a library test.

Right-click the test name in the Recognition field and select Open Test to open the child test.

Use the #IGNORE reserved word in the Value field to skip the call to the child test for a given test case.

See Using Parameters with Library Tests.

Example

This test calls the test CHILD_ONE with the CASE_01 test case, then skips the call to CHILD_TWO:

Type

Action

Recognition

Parameters

Value

Test

Exec

CHILD_ONE

CASE_01

Test

Exec

CHILD_TWO

#IGNORE