checkActionlnactive()

Checks that an action is inactive.

Syntax

checkActionlnactive(
    actionName STRING )
  1. actionName is the name of the action to test.

Usage

Use checkActionlnactive() to check if an action is inactive. In this example, the action name in the tested application is "accept".
CALL ggc.checkActionlnactive("accept")

If the action is active, an error message is generated for the test report. Only a failed check is reported.