checkFieldValue()
Checks if a field name has the expected value.
Syntax
checkFieldValue(
fieldName STRING,
value STRING)
- fieldName is the name of the field to check.
- value is the expected value of the field.
Usage
Use
checkFieldValue()
to check a field name 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.checkFieldValue("formonly.name", "Wall clock")