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