您好,登录后才能下订单哦!
RIDE( Robot Framework Test Data Editor)适合用于web的自动化测试。
一、 相关环境的安装
首先搭建python环境,到http://www.python.org下载python.2.7.10版本。
安装的时候,把python加入到path的环境变量。目录分别为:C:\Python27 和 C:\Python27\Scripts(本人把python安装在C盘的根目录下)。
python的套件管理程式
setuptools:通过下载ez_setup.py双击,https://pypi.python.org/pypi/setuptools
pip:cmd进入ez_setup.py,用setuptools安装easy_install pip,https://pip.pypa.io/en/latest/index.html
下载文件wxPython2.8-win32-unicode-2.8.12.1-py27.exe安装,直接点击下一步下一步的安装,http://wxpython.org/download.php#stable
使用pip安装robotframework 安装命令是:pip install robotframework
使用pip安装robotframework-selenium2library,安装命令是:pip install robotframework-selenium2library
使用pip命令安装rtomac-robotframework-selenium2library,安装命令是:pip install rtomac-robotframework-selenium2library
使用pip命令安装decorator-3.3.3.tar,安装命令是:pip install decorator
使用pip命令安装robotframework-ride,安装命令是:pip install robotframework-ride
在doc命令下输入ride.py( C:\Python27\Scripts),如果弹出如下的截图,说明robotframework环境搭建好了
二、简单使用
1)加载Selenium2Library
安装Selenium2Library,以管理员身份运行cmd,然后pip install robotframework-selenium2library就可以了;
在RIDE的Library中加入Selenium2Library
2)关键字“Open Browser”
出现Not found IEDriver error;
===> Please download it from http://selenium-release.storage.googleapis.com/index.html and add it to C:\Python27\Scripts
下载地址:http://www.cnblogs.com/puresoul/p/3854963.html
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。