Robot? Framework website
http://robotframework.org/http://robotframework.org/
Installation Instructions
Https://github.com/robotframework/robotframework/blob/master/INSTALL.rst
Notebook Environment Win7 System 64
Build the operating environment:
1,python 2.7 (Latest version Python3.6 not supported)
2,wxpython (a GUI library of Python, supporting the ride runtime)
3,robot Framework (tool itself)
4,robotframework-ride (Robot Framework test Data Editor, which enables the organization of test case creation, run, and test projects to be done in a graphical interface)
Related References 64126927
One, Python 2.7 installation
1, download and install https://www.python.org/downloads/windows/
The Robot framework does not support the latest version of Python3.6, such as the python-2.7.14.amd64.msi i downloaded
Note the settings, do not configure the environment (if not set, their own environment ha)
2. Check if the installation is successful
Open Command window, CMD, installed
Second, install Robot framework,robotframework-ride with PIP
1. See if Pip and Setuptools are installed
PIP List
, installed (if not installed, run PIP install pip pip install setuptools)
2, installing the robot Framework
Pip Install Robotframework
(or download website https://pypi.org/project/robotframework/)
3, install Robotframework-ride
Pip Install Robotframework-ride
(or download website https://pypi.org/project/robotframework/)
Three, WxPython Download (Python of a GUI Library, Support ride run-in library)
1. View the corresponding downloaded version in the command window
Python
From robotide Import Main
2, download and install
If not installed, will prompt, there is a corresponding
For example: Https://sourceforge.net/projects/wxpython/?source=typ_redirect
Download Install ...
3. Verify that the installation is successful
Double-click Open C:\Python27\Scripts ride.py file,
After seeing this interface (installed part), laugh on it .... haha haha haha .....
Windows Build Robotframework Environment (i)