Asserts that the value in a field on a test page equals a specified value.

TestPage.Field.ASSERTEQUALS(value)

Parameters

TestPage

Type: TestPage

The test page variable that you use to refer to the test page.

Field

Type: Field

The field that contains the value that you want to assert.

Value

Type: Any

Specifies the value that the field should equal.

See Also