checkActionInactive()
Checks that an action is inactive.
Syntax
checkActionInactive(
actionName STRING )
- actionName is the name of the action to test.
Usage
Use
checkActionInactive()
to check if an action is inactive. In this example,
the action name in the tested application is "accept".
CALL ggc.checkActionInactive("accept")
If the action is active, an error message is generated for the test report. Only a failed check is reported.