Selenium Grid 与基于 Selenese html 的测试用例
我可以帮助解答以下问题吗?
- 如何将 Selenium Grid 与基于 Selenese html 的测试用例一起使用?
- 如何使用 Selenium Grid 和 Selenium RC 在不同的机器上分配 Selenese 测试用例的负载?
请回复。谢谢萨贾德
Can I any body help in following questions?
- How to use Selenium Grid with Selenese html based test cases?
- How to distribute load for Selenese test cases on different machines using Selenium Grid and Selenium RC?
Please reply. Thanks
Sajjad
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如您所指出的,Selenium Grid 仅有助于将 Selenium RC 请求路由到注册的工作人员。如果您想出某种方法通过 Selenium RC 运行 Selenese,那就行了。否则,不会通过 Selenium Grid 对 Selenese 进行特殊处理。
As you've noted, Selenium Grid only helps with the routing of Selenium RC requests to registered workers. If you come up with some way to run your Selenese through Selenium RC, that would work. Otherwise, there's no special handling of Selenese through Selenium Grid.