2 messages in com.canoo.lists.webtestRE: [Webtest] Setting an InputField w...
FromSent OnAttachments
manouche groovy16 Jun 2006 07:58 
Dierk Koenig16 Jun 2006 09:11 
Subject:RE: [Webtest] Setting an InputField with a "property" (previously valorized by a <storeInputFieldAttribute> task) ?
From:Dierk Koenig (dier@canoo.com)
Date:06/16/2006 09:11:07 AM
List:com.canoo.lists.webtest

value="#{original-url}"

cheers Mittie -----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of manouche groovy Sent: Freitag, 16. Juni 2006 16:59 To: webt@lists.canoo.com Subject: [Webtest] Setting an InputField with a "property" (previously valorized by a <storeInputFieldAttribute> task) ?

Hi everybody,

I would like to valorize an Input Field (inside a FORM) with the value of a (webtest) "property". This property has been previously setted by a <storeInputFieldAttribute> task :

[...] <storeInputFieldAttribute propertyname="original-url" name="presentationAddress" attributename="value" fieldindex="0"/> <verifyProperty description="Verifying inital value of URL" property="original-url" value="https://owatest.realsentry.com/exchange"/> [...] [... webtests modifying the value of the Input Field...] [...] <setInputField description="Valorize with stored value" name="presentationAddress" .... (here: HOW TO ADRESS "original-url" property ? ) />

There's no attribute such as "propertyName" in <setInputField task ! How to do this ?

Thanks in advance Best regards.