如何使用 Selenium 网格加载测试(超过 20 个用户)Web 应用程序
我曾尝试使用 Selenium Grid 来测试 20 个用户的网站,但它实际上只模拟了 12 个用户。我想为 500 个用户测试该应用程序。请帮忙。
I have tried using Selenium Grid to test a website for 20 users, but it is actually simulating only 12 users. I want to test the application for 500 users. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Selenium 可能不是负载测试的正确工具。您可能应该检查 JMeter 或其他一些性能测试工具。正如 selenium 站点中提到的,Selenium 主要是一个功能测试工具。
如果您仍想使用 Selenium Grid 进行此测试,请提供有关您收到的错误的更多详细信息。
Selenium might not be the right tool for load testing. You should probably check JMeter or some other performance testing tool. As mentioned in the selenium site, Selenium is primarily a functional testing tool.
If you would still like to use Selenium Grid to do this testing, please provide more details on the error you are getting.