checkWindowTitle()
Checks a window has the expected title.
Syntax
checkWindowTitle(
windowTitle STRING )
- windowTitle is the expected title of the window to check.
Usage
Check if the window title has the expected title. For example, ensure the current window title is "Product and prices". If the check fails, an error message is generated for the test report. Only a failed check is reported.
CALL ggc.checkWindowTitle("Product and prices")