I'm surely biased on this as I'm lead developer of HtmlUnit but I really think that a combination of JMeter & HtmlUnit (or WebTest) would bring great possibilities in load testing of Ajax applications.
HtmlUnit "is" a browser that evaluates the JS (nearly) like normal browsers do. But it is so lightweight that it is possible to run a few hundreds instances of WebClient (the "browser") in parallel on a normal computer. I don't know what the current status is with Dojo support, but complex Ajax libraries are already supported by HtmlUnit and other will come. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Woody Aichner wrote: > Is anyone using Jmeter to test a web application that uses Web 2.0 capability > and specifically one that uses DoJo. > > I have dealt with applications that make use of javascript before and do this > by simulating what the javascript does in Jmeter. > > Now, with these heavily scripted applications, the job appears that it will > be more difficult as the amount of javascript executed is very large. > > I realize that recording is one option, but have found that this does not > work in alot of cases, because of the dynamic nature of the javascript. > > Woody --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

