Is there any way to send a few tests at the same time??? Im using httpUnit for testing my servlets and I'd like to see how many conections they can attend at the same time.
If there is other program to do this I'd thank you tell me...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to send a few tests at the same time??? Im using httpUnit for testing my servlets and I'd like to see how many conections they can attend at the same time.
If there is other program to do this I'd thank you tell me...
http://jakarta.apache.org/jmeter/index.html
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutions/intranet/downloads/webstres.asp
Just spawn a separate thread for each request. But HttpUnit is not really intended for stress testing, as for example, Apache JMeter is.