博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
selenium webdirver之ruby-grid使用步骤
阅读量:5993 次
发布时间:2019-06-20

本文共 1190 字,大约阅读时间需要 3 分钟。

网上n多都没有怎么使用的步骤,都是些说明,官网上找了半天也木有,杯具啊,先分享下吧

Hub:

local machine

2 Nodes:

local machine: 10.1.80.103

remote virtual machine : 10.1.80.135

Configuration steps:

1.       1. Dowload the lastest selenium Grid2 (selenium-server-standalone-2.11.0.jar ) from web site: 

2.       2. Put selenium grid2 in a suitable local location(eg: selenium grid home in my machine: C:\xlz\tools\seleniumGrid), and copy it to remote node machine as well.

3.       3. Start the selenium grid2 Hub in selenium grid home command :

>java -jar selenium-server-standalone-2.11.0.jar -role hub

4.       4. Check the hub status in http://localhost:4444/console

St   5. Start the selenium rc in Hub machine under selenium Grid home commands:

>java -jar selenium-server-standalone-2.11.0.jar -role rc -hub -host localhost -port 5555

>java -jar selenium-server-standalone-2.11.0.jar -role rc -hub

5.       6. Start the selenium rc in Remote machine(test Node) command: (don’t forget)

>java -jar selenium-server-standalone-2.11.0.jar -role rc -hub

6.       7. Execute test scripts by Ant task under scripts home:

>cd C:\Users\Xlz\workspace\TestProject

>ant –f testbuild.xml

 

Now our testing starting ! All of test result will be collected in Hub. Enjoy it! 

转载地址:http://wevlx.baihongyu.com/

你可能感兴趣的文章
陶哲轩实分析命题10.1.7
查看>>
ruby 反射机制常用方法
查看>>
9月7日学习内容整理:内置函数
查看>>
linux黄金命令[积累中]
查看>>
python 几种不同的格式化输出
查看>>
站立会议(三)
查看>>
MarkdownPad2基础语法
查看>>
mysql 8.0 ~ 存储和账户
查看>>
贪心 Codeforces Round #236 (Div. 2) A. Nuts
查看>>
特定场景下SQL的优化
查看>>
UrlPager免费分页控件2.0版发布!
查看>>
Django介绍&工程搭建
查看>>
解除svn控制下的文件夹的svn的控制
查看>>
P2051 中国象棋
查看>>
AsyncTask 实现异步处理任务
查看>>
sql
查看>>
Python-列表
查看>>
HDU5461 Largest Point 思维 2015沈阳icpc
查看>>
MySQL忘记root密码不重启mysqld的方法
查看>>
2014/12/05 随笔 2014-12-05 12:50 26人阅读 评论(0) 收藏...
查看>>