checkWindowName()

Check a window has the expected name.

Syntax

checkWindowName(
   windowName STRING )
  1. 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 "price". If the check fails, an error message is generated for the test report. Only a failed check is reported.

CALL ggc.checkWindowName("price")