You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']