checkValue()

Checks if the focused field has the expected value.

Syntax

checkValue(
    value STRING) 
  1. value is the expected value of the field.

Usage

Check that the focused field has the expected value. In this example an expected field value in the tested application should be "Wall clock". If the result is not valid, an explanatory error message is generated for the test report.
CALL ggc.checkValue("Wall clock")