4 messages in com.canoo.lists.webtestRe: [Webtest] HTML attribute check
FromSent OnAttachments
Christoph Sandrus25 May 2007 03:18 
Michael Habbert25 May 2007 03:56 
Cormac Parle25 May 2007 04:04 
Marc Guillemot25 May 2007 05:12 
Subject:Re: [Webtest] HTML attribute check
From:Michael Habbert (Mich@netpioneer.de)
Date:05/25/2007 03:56:38 AM
List:com.canoo.lists.webtest

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.