Robot Framework set up on Windows
1.
Down load Pythopn 2.7 from Python website
(RobotFramework does not support Python 3.0)
and
install it will install on your C:\Python27
2.
Update path environment variable like "C:\Python27; C:\Python27\Scripts;
3.
Check Python installation and path settings with
Open
CMD type >python --version
4.
Install Robotframewok (pip application automatically while python installation)
Command
prompt :> pip install robotframework
5.
Verify the robotframwork installation
Commantprompt>pybot
--version
6. Now
time to install selenium2library
Command
prompt> pip install robotframework-selenium2library
7 Now
install Selenium Liabrary
Command
prompt >pip install -U selenium
8.
Install Robot Framework IDE (RIDE) -Code writing RIDE not support Python 3.0
a) To install RIDE one can use pip command too
Command
prompt >pip install robotframwork-ride
b) Open
webpage wxpython.org
Install
wxpython 2.8.12.1 -
http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
No comments:
Post a Comment