Hamilton Chua wrote:


Can selenium test AJAX applications ?


.....

we've been testing various bits of Ajax like javascript with selenium. The hard part is getting selenium to time out if the expected stuff fails to appear in the page. It is really nonsensical for waits to continue forever.


It is also fairly easy to patch the eventloop to cause waits to timeout. Even if that happens there's no mechanism for waits to 'fail' (a bigger patch is required).

--
Robin Becker

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to