action()
Execute an action by name.
Syntax
action(
name STRING )
- name is the name of the action to execute.
Usage
When writing a test scenario, use action()
to execute the named action in the
tested application.
In this example, the action "cancel" is executed in the tested application.
CALL ggc.action("cancel")