in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Mouse events for dropdowns

    I can use GetRectangle method to get the local of a element. Is there any example to simulate clicking a dropdown and then select a item in the dropdown list which scrolling down?
    Posted to ASP.NET/AJAX Testing (Forum) by tongleiyw on 06-21-2007
  • Dropdown list postback in asp.net

    I tried the DoSelectDropDown method on the dropdown list control. But it seems it does not rigger the postback. We have the OnChange event hooked up with js function which in turn will call the Microsoft's __dopostback. Can someone tell me whether DoSelectDropDown, Check or SetText method will trigger...
    Posted to ASP.NET/AJAX Testing (Forum) by tongleiyw on 06-21-2007
  • Re: how to handle CascadingDropDown....

    Hi Sanjay, Can you provide us with the actual HTML of the "TypeDropDownList" control? I'm guessing that is your cascading drop down that you are having trouble with correct? It is hard to see why the framework is complaining that there are not enought elements without seeing the HTML and...
    Posted to ASP.NET/AJAX Testing (Forum) by admin on 06-08-2007
  • Re: how to find number of items in ddl in WEBAii....

    Hi Sanjay - You can do that by counting the # of <option > elements under your dropdownelement. For example: Element drop = ActiveBrowser.Find.ById( "Category" ); int count = drop.ChildNodes.Count; Note: Once our control suite is released you will be able to do that much easier. Not that...
    Posted to ASP.NET/AJAX Testing (Forum) by admin on 06-08-2007
Page 1 of 1 (4 items)
Copyrights © 2009 ArtOfTest, Inc. All rights reserved.