Hi, I'm new to html but I think this is a html dropdown. It looks like:

<TD headers="Client" WIDTH=25% CLASS=Content VALIGN=TOP NOWRAP>
                                                                <SELECT 
NAME="ClientID" onchange="changeclient()" onKeyPress="javascript:SubmitPage()" 
TITLE="Select a client, then the client will display as reserved. Required 
Field">
<OPTION VALUE='0'>-Select A Client-</OPTION>
<OPTION VALUE="50">Antonio Amato</OPTION>
</SELECT>

</TD>

When you say to directly click the menu item, which click step should I use?

Thanks for your help! :)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Guillemot
Sent: Friday, October 12, 2007 6:33 AM
To: [EMAIL PROTECTED]
Subject: Re: [Webtest] test drop down menus using webtest

Ken Jen wrote:
> Hi all, I’m trying to select a value from a dropdown menu using webtest.
> Noticed that there’s no steps to test this. Any help on how to do this
> is greatly appreciated!
> 

what do you understand with dropdown menu? A DHTML menu? Then you
probably can directly click the menu item.

Cheers,
Marc.
-- 
Blog: http://mguillem.wordpress.com

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


Reply via email to