All,

I am a webtest newbie and would like to test my ajax-powered app.  Looking
through the available steps in the manual I don't see any steps such as
"waitFor".    How are you testing your ajax-powered pages?   Should I just
use the the "sleep" step?

I noticed there's an extension step called "retry".   Is this a good step
to use for ajax testing?  Just from reading the docs on "retry" I am
thinking I could do something like this:

<retry maxcount="10">
  <verifyText text="hello world"/>
  <sleep seconds="1"/>
</retry>

Or perhaps there is a better approach for ajax testing with webtest that
someone could recommend.

Thanks, Scott.


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

Reply via email to