hi,

I don't really understand what you mean, since it's a bit imprecise....
But have you tried to do something like
<selectField xpath="//[EMAIL PROTECTED]'security_level']/[EMAIL PROTECTED]'1']">
to get what you want ?

XPath is one of the most powerful way to drive Webtest (and if you add Groovy,
you're the master of the world ;-) )

Use XPathChecker in firefox to search the appropriate xpath

hope that helps

Florent

Pingwy
27, rue des arènes
49100 Angers



sham a écrit :

Hi,
I am getting an error,when i created test case to check the html drop down select option,it prompts a message :No suitable form found having field named "security_level",will that make any difference since the following drop down is refered in the table row as table data ,unlike the normal ,html page (i.e not in a table) Though i have something <td> in the Html page,iam new to canoo webtest,its been a week i started using this ,please revert back
        <select name="security_level">
           <option value="1" >
          </select>
          </td>
Thank you Regards,
S.Ehthtasham
Regards
--
S.Ehthasham
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to