in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • IsVisible() for controls/elements

    See my post here: http://artoftest.com/CommunitySite/forums/t/98.aspx I'd like an IsVisible() helper method to be added to all Element type objects. It's fairly important in testing to ensure that a user is actually able to see a particular control, as this can easily not be the case due to a...
    Posted to Feature Wish List (Forum) by LogicLabs on 08-08-2007
  • Re: ASP.NET Validation Controls with ClientScript

    Thanks for your help. It was almost correct! Just need to check the display/visibility value of the style attribute and not the display/visibility attribute. Here's my working version: public bool IsVisible( Element elem){ string value; iAttribute styleAttribute = elem.GetAttribute( "STYLE"...
    Posted to ASP.NET/AJAX Testing (Forum) by LogicLabs on 08-08-2007
  • Re: Testing ASP.NET controls set for autopostback?

    I think I can help on the visibility part of your problem. I had to deal with a similar issue on one of my companies website. In my case I had to synchronize with the website as my automation moved from one search results page to the next. In my case I have this sequence of events happening under the...
    Posted to ASP.NET/AJAX Testing (Forum) by sircody on 07-27-2007
Page 1 of 1 (3 items)
Copyrights © 2009 ArtOfTest, Inc. All rights reserved.