【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,將它們組合成你要的測試案例。
cd C:\Python27
【Step 1】 open command line
【Step 3】 Input “pip install robotframework-selenium2library"
【Step 4】 input “pip install robotframework-ride"
【Step 5】 input “pip install robotframework-DatabaseLibrary"【Step 6】 input “pip install pygments"
【Step 6】 input “pip install pymssql==2.1.1"
↓ for Test Windows GUI
【Step 7】Download PIL-1.1.7.win32-py2.7.exe for install
【Step 8】Download pywin32-220.win32-py2.7.exe Python Windows Extensions for install
【Step 9】Download AutoItLibrary-1.1.zip for install
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 10】 input “ride.py"
【Step 10】 input “ride.py"
看到這個畫面↓就成功囉~~~
沒有留言:
張貼留言