in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • WaitForElement/s - displayed expected and actual values

    Currently WaitForElement/s just throws a simple error, detailing that it has timed out. It would be highly useful to display the the expected value and what was actual found. For example I've written a test that asserts the InnerText of a HtmlSpan has changed to the correct value after an ajax call...
    Posted to Feature Wish List (Forum) by Kieranmaine on 03-21-2008
  • Add a waitfor element A -OR- element B

    In some test scenarios I need to send some data to the web server (a product SKU for example via a Post) and verify the servers response is correct but the response could be 1 of N possibilities (e.g. available, out of stock, invalid sku, etc.). I can easily write code that waits for the expected response...
    Posted to Feature Wish List (Forum) by sircody on 10-19-2007
  • Wait for element a OR element b

    I have a somewhat unique test automation problem. I have a list of 600 product SKU's that I am verifying can be ordered via our Catalog Quick Order form. My test uses a FOR loop to enumerate through all 600 SKU's and verify the website responds correctly. After entering a SKU the website can...
    Posted to ASP.NET/AJAX Testing (Forum) by sircody on 10-18-2007
  • Re: Adding a WaitUntilRemovedElement

    This feature already exists in the most current RC0 release. [the following is copied out of the .CHM help file] public virtual void WaitForElement ( FindParam param, int waitTimeout, bool invertCondition ) Parameters param (FindParam) The FindParam that specifies how to search for the element. waitTimeout...
    Posted to Feature Wish List (Forum) by sircody on 08-01-2007
  • Split and add more WaitForxxx functions

    The WaitForElement(s) functions are a very useful and powerful feature. The only problem is that they're a bit hard to use as currently implemented. This is due to everything requires a FindParam object. Once you have a good understanding of what this object is and how to use it properly it's...
    Posted to Feature Wish List (Forum) by sircody on 07-19-2007
  • Re: Can I wait for a test region that is not in the DOM?

    Is there a different real element that also shows up at the same time the test region is inserted into the DOM? Try using WaitForElement on that element instead and then use the test region after that element is found in the DOM. There's a good example of this here . You don't need the RefreshDomTree...
    Posted to Using TestRegions (Forum) by sircody on 07-18-2007
Page 1 of 1 (6 items)
Copyrights © 2008 ArtOfTest, Inc. All rights reserved.