Christoph Sandrus wrote:
Hi to all!

I have a little question:
How can I verify a attribute with webtest?

Example:
If I want to check if a input field is disabled, which step do I have to use?
eg:

<input name="blabla" value="stone" disabled>

Hi Christoph,

I would suggest you add an id-attribute to your input-field and check that tag with an RegExpression based on the ID.

--
Mit freundlichen Grüßen

Michael Habbert

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to