checkFormTitle()

Check the title of the form is as expected.

Syntax

checkFormTitle(
   formTitle STRING )
  1. formTitle is the title of the form to check.

Usage

Check if the form title has the expected name. For example, ensure the current form title is "price". If the check fails, an error message is generated for the test report. Only a failed check is reported.

CALL ggc.checkFormTitle("price")