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