Can I use this framework for testing Ajax-enabled web sites?

Last post 10-09-2009 8:02 PM by osbornm. 2 replies.

Sort Posts:

  • Can I use this framework for testing Ajax-enabled web sites?

    02-12-2009, 10:29 PM
    • Participant
      1,114 point Participant
    • farmas
    • Member since 08-05-2002, 12:19 PM
    • Redmond, WA
    • Posts 249
    • AspNetTeam

    Q: Does it also work for testing AJAX-enabled .Net web applications?

    A: Yes, this framework supports testing web sites that use Ajax, that is one of the primary reasons why this framework was created. If you look through the API there are a lot of "Wait" methods that are useful when automating XmlHttp requests. For example: HtmlPage.WaitForAsyncPostComplete, HtmlPage.WaitForScript, HtmlElement.WaitForAttributeValue, HtmlElement.WaitForInnerText, HtmlElement.WaitUntilNotFound.

     - Federico

  • Re: Can I use this framework for testing Ajax-enabled web sites?

    08-30-2009, 9:18 AM

    What about non-ajax forms?

  • Re: Can I use this framework for testing Ajax-enabled web sites?

    10-09-2009, 8:02 PM
    • Participant
      908 point Participant
    • osbornm
    • Member since 09-01-2006, 5:15 PM
    • Redmond, WA
    • Posts 193
    • AspNetTeam
      Moderator

    Absolutely. LTAF is designed to work with regular forms as long as ajax forms 

    Matthew M. Osborn
    http://blog.osbornm.com
    http://www.codingqa.com
    http://weblogs.asp.net/asptest
    "Change the world or go home."
Page 1 of 1 (3 items)