checkFormName()

Check a form has the expected name.

Syntax

checkFormName(
   formName STRING )
  1. 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")