Re: Stress Load AJAX web application

2006-02-03 Thread Stas Ostapenko
Thanks a lot !!! After I decided to test our application i'm was looking something like http client with js support (and AJAX features). I had a look at HttpUnit - as i saw it's have a limited js support (am i wrong ?). Starting from srcratch I have considered commons-httpclient... but how about

Re: Stress Load AJAX web application

2006-02-03 Thread Frank W. Zammetti
OpenSTA is similar to WebLoad, and has worked fairly well in the past. It does not appear to be cross-platform though, a fact I didn't know until 10 seconds ago. http://www.opensta.org/ I'm a little confused with what your trying to accomplish, based on some of the things you named below... are

RE: Stress Load AJAX web application

2006-02-03 Thread George.Dinwiddie
Stas Ostapenko wrote: After I decided to test our application i'm was looking something like http client with js support (and AJAX features). I had a look at HttpUnit - as i saw it's have a limited js support (am i wrong ?). Starting from srcratch I have considered commons-httpclient...

Stress Load AJAX web application

2006-02-02 Thread Stas Ostapenko
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

Re: Stress Load AJAX web application

2006-02-02 Thread Ross Gibb
Take a look at http://wtr.rubyforge.org/. I use it a little bit, might do what you want. Ross 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

Re: Stress Load AJAX web application

2006-02-02 Thread Frank W. Zammetti
Why wouldn't standard load-testing tools work? Something like OpenSTA or WebLoad where you can record a script and play it back, altering the virtual user load? I wouldn't think AJAX would really make a difference, as long as the tool's recording facility captured everything (some are better

Re: Stress Load AJAX web application

2006-02-02 Thread David Durham
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