Stas Ostapenko wrote:
Hi !

I have a Struts based web application where we using a lot of AJAX
things. I want to test application under load - for example 100
concurrent users. Standard tools is not acceptable, so I need some
kind of http client with XmlHttpRequest object supported. I know that
there is HttpUnit, but I'm not sure about AJAX support.
How it's can be done ?

Well, what part of the system are you testing? If you're testing the server, then http requests are all you need. The fact that XML is returned doesn't really have anything to do with testing the server.

Otherwise, maybe jsunit is of use to you:

   http://sourceforge.net/projects/jsunit/


-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to