<<Does Watir support Ajax applications??>> YES. I recently started for a company that was using HtmlUnit. Our app used lots of Ajax and I had lots of problems writing tests for certain pages. The main problem was that HtmlUnit emulates a browser rather than actually driving one, and the javascript support that you'd ideally want isn't actually there.
Watir actually drives a browser rather than emulating one, so the asynch call problems and javascript problems you might see with an emulation-type tool simply don't exist. Can't point you to an Ajax site off the top of my head, but think of Ajax pages as HTML pages with a lot of javascript thrown in. It doesn't make a great deal of difference in how you would write Watir tests. --- Nivetha Padmanaban <[EMAIL PROTECTED]> wrote: > Does Watir support Ajax applications?? actually > speaking i havent seen how > ajax application will look like. i just know that > our application will be > an ajax application. > > can u tell me what is ajax and how it looks like, > any sample site? > > Regards, > Nivetha. > Email - [EMAIL PROTECTED] > Mobile - (0) 98807 17518> _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
