0

The normal test of a jsf application starts with the login page, where the backing bean is handling the authentication and so on, at least I did this way so far. I can't figure out a test where I can simulate a bunch of concurrent logins, just to see how the application is doing, a kind of DOS attack. This kind of test would be interesting for an application bean as well.

4

1 回答 1

1

这种测试称为压力测试。有一个名为JMeter的工具允许您记录浏览器与服务器的交互(HTTP 请求)并重放它们以模拟来自多个用户的请求。

于 2012-05-11T09:16:57.697 回答