checkFormName()
Checks a form has the expected name.
Syntax
checkFormName(
formName STRING )
- formName is the expected name of the form.
Usage
Check if the form has the expected name. For example, ensure the current form name is "price". If the check fails, an error message is generated for the test report. Only a failed check is reported.
CALL ggc.checkFormName("price")