简体   繁体   中英

how to test that my web application can handle “100 users”?

I have a web application built with Java EE 5 (WebSphere 7). The basic architecture is like so:

*.jsp -> ControllerServlet + *Command(s).java -> *Service.java -> *DAO.java -> Oracle DB

It works fine, and I'm confident everything is cool, but one of my requirements is to demonstrate the application can support up to 100 simultaneous users.

My automated JUnit tests beat up on the methods of the *Service.java classes, but I have no automated testing for the *.jsp layer.

My question is, what is a good/reasonable way to test/demonstrate that the application can handle the activity of 100 simultaneous users?

Any help is greatly appreciated, thanks.

Rob

JMeterApache Benchmark是您正在寻找的。

使用负载测试框架,如The Grinder

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM