我可以使用 Selenium 对基于 AJAX 的 asp.net 网站进行负载测试吗?
我被要求找到一个负载测试工具,它将对基于 AJAX 的 ASP.NET Web 应用程序进行负载测试。 请让我知道 Selenium 是否适合这种情况,或者还有其他工具可以自动化负载测试?
I am asked to find a load testing tool, which will load test an AJAX based asp.net web application.
Please let me know whether Selenium is suited for this situation, or there are another tools to automate load testing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您查看 Browsermob 作为 Selenium 负载测试的提供者。它们允许您上传测试脚本、安排测试,然后查看返回的所有结果
I would recommend having a look at Browsermob as a provider for Load testing with Selenium. They allow you to upload your test script, schedule the test and then have a look at all the results that are returned
Selenium 不适合此类任务。它模拟一个用户的行为。我推荐使用 Apache JMeter (http://jmeter.apache.org/)。
Selenium is not suited for that kind of task. It simulates the behavior of one user. I recommand instead Apache JMeter (http://jmeter.apache.org/).