《Robot Framework自动化测试修炼宝典》道长

 

1. Python下载
https://www.python.org/downloads


2. Setuptools下载
https://pypi.python.org/pypi/setuptools
用原装各种测试库的工具,他会把安装好的测试库的信息放在一个公共的文件里easy-install.pth


3. Robot Framework下载
https://github.com/robotframework/robotframework/releases
http://robotframework.org/


4.wxPython下载
http://www.wxpython.org/download.php
用于支持Python图形化界面的,安装它主要用来运行RIDE的


5.robotframework-ride
https://github.com/robotframwork/RIDE/releases
RIDE是一个可视化的界面工具,专用于大家编写测试案例


pip安装
https://pypi.python.org/pypi/pip

 

Web自动化测试
https://github.com/qitaos/rf-demos/tree/master/rf-book-case/test
https://github.com/qitaos/rf-demos/tree/master/Selenium2Library-demos
Selenium2Library的官方地址:
https://github.com/rtomac/robotframework-selenium2Library


C/S自动化测试
https://github.com/qitaos/rf-demos/tree/master/AutpItDemo
不支持mac,只支持windows32位的操作系统
安装pywin32
https://sourceforg.net/projects/pywin32/files/pywin32
安装AutoItLibrary
https://code.google.com/p/robotframework-autoitlibrary


接口自动化测试
https://github.com/qitaos/rf-demos/tree/master/RequestDemo

 

原文地址:https://www.cnblogs.com/qianjinyan/p/9711891.html