#IGNORE
Description
Place the #IGNORE reserved word in the Value field of a Test.Exec step to skip the call to the child test. Suppose you have a parent test with two test cases. In the first test case, the parent test calls a child test. In the second test case, the parent does not call the child. Use the #IGNORE reserved word in the Value field with the second test case to skip calling the child for that test case.
In this example, the first step for the test case calls the test CHILD_ONE with test case CASE_01. The second step skips the call to CHILD_TWO for this test case.
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
Test |
Exec |
CHILD_ONE |
|
CASE_01 |
|
Test |
Exec |
CHILD_TWO |
|
#IGNORE |