[Webtest] Need advice on testing UI with Javascript
Paul King
webtest@lists.canoo.com
Tue, 05 Oct 2004 09:43:26 +1000
Lisa Crispin wrote:
> The UI for the application I test is being redesigned, unfortunately it will have to have a lot of Javascript. Am I correct in assuming that this will be a problem for Webtest? If so, does anyone have advice for me on what would be a good tool to try?
> thanks,
> Lisa
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>
>
Sorry for the late reply, but just found this:
http://www.httpunit.org/doc/javascript-support.html
Bascially it says support is limited at present but looking through the
supported methods there is certainly a workable subset there. I
certainly have had no problems staying within that subset for a
reasonably complex site - but I am sure you could :-). They also mention
that they don't support any browser specific features, e.g. IE specials.
Cheers, Paul.