Skip to content

Verify Property

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

Verify Property

This operation verifies whether the value of a webtest dynamic property or an ant property matches an expected text value. The text value can represent a regular expression. If the text value is omitted, the step simply checks for the presence of the property.

Usage

verifyProperty = [property : 'property to verify', text : 'expected value of the property']

Examples

verifyProperty = [property : 'storedProperty', text : '123456789']

Clone this wiki locally