如何使用 selemium Grid 测试我的网站?
我想使用 selenium grid 进行网页测试。我已经在我的电脑上成功安装了selenium grid的演示,并且运行良好。 我已按照此链接安装并运行selenium grid演示。
我正在尝试使用 selenium rc 编写一个 java 程序,该程序可以与 selenium grid 一起运行来测试网站,但我不知道如何对 selenium grid 现有演示进行更改,以便它适用于我的 web 测试。
有人可以给我提供任何链接/示例以便我这样做吗?
I want to use selenium grid for my web page testing. I have successfully installed the demo of selenium grid on my PC and it is running fine.
I have followed this link to install and run the selenium grid demo.
I am trying to code a java program using selenium rc which can run with selenium grid for testing the web site, but I am not getting how does I make change on the selenium grid existing demo so that it will work for my web test.
Can some body provide me any link/example so that I will do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用 ASP.NET 编写的 SUT 示例,基于 selenium 的测试和构建允许使用 selenium-grid 运行测试的脚本:
http://code.google.com/p/design-of-selenium-tests-for-asp-net/
Example of SUT written in ASP.NET, tests based on selenium and build scripts which allow to run tests with selenium-grid:
http://code.google.com/p/design-of-selenium-tests-for-asp-net/