checkWindowName()
Checks a window has the expected name.
Syntax
checkWindowName(
windowName STRING )
- windowName is the expected name of the window.
Usage
Check if the window has the expected name. For example, ensure the current window name is "screen". If the check fails, an error message is generated for the test report. Only a failed check is reported.
CALL ggc.checkWindowName("screen")