移动应用是否需要做负载测试?我的应用程序基本上是客户端服务器应用程序,负载测试在移动应用程序中真的很重要吗?
发布于 2014-11-05 12:54:44
您可以对web服务(如果有的话)进行负载测试。
发布于 2018-10-05 20:30:43
是。移动应用程序的负载测试非常重要。您可以使用下面的方法进行测试。
1) Load test the server side. This way you can understand whether the server(s) can handle the load for specific time duration.
2) During load test, you can test your app in the mobile manually.Then, you can get some understanding about the app performance from client side.https://stackoverflow.com/questions/26734019
复制相似问题