Skip to content

Verify Input Field

Gavin Bunney edited this page Mar 3, 2011 · 1 revision

Verify Input Field

This operation verifies the value of a particular input field.

It is typically used to check that input field defaults are correctly set.

Usage

[MADCOW:htmlInputFieldElementReference].verifyInputField = [value : 'value to test' ]

Examples

countryInputField.verifyInputField = [value : 'New Zealand', description : 'Check default country is set correctly']

Clone this wiki locally