I would like to know the standard, reliable way to test a serlvet/jsp/jdbc based web application before put into production. One of the tests might be simulating stress on web application. (i.e) Many user requests for the application at almost real time. Also benchmarking the load on the application etc. Can any one give a good way to test web application? Any useful websites/links/tutorials/books etc is also ok. Heard Apache's JMeter is one such tool. But haven'e used it. Your experience will be very helpful! Thanks a lot! regds maha anna [This message has been edited by maha anna (edited April 05, 2001).]
nirmal baba
Greenhorn
Joined: Apr 06, 2001
Posts: 10
posted
0
Hello, There r a no of load testing softwares available.One of them freely available and dowloadble is Velometer from www.binaryevolution.com.....Another one is from www.loadtesting.com . A big list of load testing softwares can be obtained through a link in www.ecompanynow.com. Hope that this information may be useful to you. Regards Nirmal
Hi, maha Anna I think you are not supposed to do testing.Are you? I think the company you are working in would not rather should not waste your talent by alloting you this task. Anyhow we used "JTest" and "TestTrackPro" testing tools.Know this much only b'cos ven't done testing as such.
VAIBHAV <BR>SCJP
maha anna
Ranch Hand
Joined: Jan 31, 2000
Posts: 1467
posted
0
Thank you Nirmal, Wolfgang. vaibhav, Thanks for your kind words. I posted this to gain knowledge. It is always good to update our knowledge in all aspects of software development life cycle. Even if we are not directly involved in testing, it may be helpfule to help others. regds maha anna
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Servlet/JSP web appln stress test methods.