我正在测试由REST构建的web应用程序。我想模拟我的应用性能测试,负载测试和压力测试。现在我想知道性能测试、负载测试、压力测试之间的区别。
发布于 2016-11-24 11:50:23
- what is the maximum capacity of the system
- how many users it may handle providing reasonable response time
- what is the component which breaks first
- does the system recover when the load gets back to normal
有关更详细的解释,请参见为什么“正常”负载测试是不够的。
https://stackoverflow.com/questions/40784833
复制相似问题