checkWindowTitle()

Check the title of the window is as expected.

Syntax

checkWindowTitle(
   windowTitle STRING )
  1. windowTitle is the title of the window to check.

Usage

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

CALL ggc.checkWindowTitle("price")