-2

我正在我的服务器上进行负载测试并使用 JMeter。我有什么不同的选择吗??

我该如何做集成测试,我该怎么做?有什么工具吗?我知道这个概念,但我不知道如何应用到我的项目中。

我的公司要求我做负载测试报告。有什么测试标准吗?比如需要用 50 人访问并绘制响应时间图?

对不起,我是系统分析师的新手。

4

1 回答 1

2

Junit is a framework to support test cases it doesn't provide the tests themselves.

Load testing tends to be specific to the application so you can use JUnit to support that but you will have to write the tests yourself.

you could look at jMeter or LoadUI

于 2013-07-18T02:49:12.970 回答