【Step 1】
雖然有3.x的版本,但這裡指定需要用Python 2.7.x才可以順利後續動作,
下載頁面:https://www.python.org/downloads/
【Step 2】
安裝→預設路徑會在
【Step 3】
「我的電腦」按右鍵 > 「內容」 > 「進階系統設定」 > 「進階 」> 「環境變數 」> 在系統變數的「Path」做編輯 >
copy path string:C:\Python27\Scripts
貼到「變數值」中
*注意,變數值中不要留有其他版本的python路徑,會導致後續動作失敗
Install wxPython
【Step 1】
為了搭配Pthon 2.7.x,請下載wxPython-2.8.12.1-py27,下載頁面:https://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/wxPython2.8-win32-unicode-2.8.12.1-py27.exe/download
【Step 2】
安裝
Install RobotFramework
Robot Framework 是個可以使用 Python 來開發的自動化測試框架。執行動作的最小單位是一個 “keyword"。它本身已經內建了很多常用的 keyword,你也可以自行開發需要的 keyword,將它們組合成你要的測試案例。
【Step 1】 open command line with administrator(以管理員身分執行命令提示字元)
【Step 2】cd C:\Python27
【Step 2】cd C:\Python27
【Step 3】 Input “pip install robotframework"
【Step 4】 Input “pip install robotframework-selenium2library"
【Step 5】 input “pip install robotframework-ride"
【Step 6】 input “pip install robotframework-DatabaseLibrary"【Step 7】 input “pip install pygments"
【Step 8】 input “pip install pymssql==2.1.1"
↓ for Test Windows GUI
【Step 9】Download PIL-1.1.7.win32-py2.7.exe for install
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
【Step 10】Download pywin32-220.win32-py2.7.exe Python Windows Extensions for install
It support win32 API for user to control the GUI.
【Step 11】Download AutoItLibrary-1.1.zip for install
AutoItLibraryOverviewAutoItLibrary is a Python keyword library that extends Robot Framework by providing keywords based on the COM interface to AutoIt
Unzip “AutoItLibrary-1.1.zip” file. (i.e. in this example I will unzip to “C:”)
Open command shell as Administrator. Click on “Start”, type “cmd”, right click > “Run as Administrator“).
Go to AutoItLibrary-1.1
Run configuration script: type “setup.py install” and ENTER.
↑ for Test Windows GUI
【Step 12】 input “ride.py"
【Step 12】 input “ride.py"
看到這個畫面↓就成功囉~~~
沒有留言:
張貼留言