Hi,

How to store value from a drop down list, then edit the dropdown list, and
input the original(stored)value back to it? The following code didn't work,
gives error message "No suitable field(s) found".
Well, this post has been pending for long, I will try to resend it again. Is
there an easier way to do this instead of using Xpath?


<storeInputFieldAttribute propertyname="Preferred_Priority"
name="property(Preferred_Priority)" attributeName="value"/>
<setSelectField name="property(Preferred_Priority)" text="Low"
description="Select a different value in the drop down list"/>
<verifySelectField name="property(Preferred_Priority)" text="None"
description="Check input value"/>
<setSelectField name="property(Preferred_Priority)"
value="#{Preferred_Priority}"/>


Thanks! 
:working:
-- 
View this message in context: 
http://www.nabble.com/How-to-store-value-from-dropdownlist-tp16834696p16834696.html
Sent from the WebTest mailing list archive at Nabble.com.

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

Reply via email to