• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Servlet/JSP web appln stress test methods.

 
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).]
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache subproject JMeter http://jakarta.apache.org/jmeter/index.html is an opensource performance measurement tool written in java.
Wolfgang
 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
maha anna
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic