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