基于Python+Robot框架TA环境的搭建

来源:互联网 发布:淘宝 性冷淡风知乎 编辑:程序博客网 时间:2024/05/25 21:33

基于Robot的TA环境搭建,需要的包如下:

安装步骤:

01. Install `python-2.7.4.amd64.msi`02. Install `wxPython2.8-win64-unicode-2.8.12.1-py27.exe`03. Install `robotframework-2.6.3.win-amd64.exe`04. Install `pycrypto-2.6.win32-amd64-py2.7.msi`05. Install `robotframework-sshlibrary-1.1.win-amd64.exe`06. Unzip `paramiko-1.7.6.zip` and install via command `python setup.py install`07. Install `cx_Oracle-5.1.2-11g.win-amd64-py2.7.exe`08. Unzip `sqlalchemy-rel_0_8.zip` and install via command `python setup.py install`09. Unzip `instantclient-basic-windows.x64-11.2.0.3.0.zip` and copy all DLL files to `C:\Python27\Lib\site-packages\`10. Install `robotframework-ride-1.1.win-amd64.exe`11. Unzip `xlrd-0.9.2.tar.gz` and install via command `python setup.py install`12. Unzip `xlwt-0.7.5.tar.gz` and install via command `python setup.py install`
最后

在CMD下,执行pybot --version能看到版本号

Robot Framework 2.0.3


1 0