Robotframework environment building
Robot Framework is a functional automation testing framework written by python. It has good scalability, supports keyword driver, can test multiple types of clients or interfaces at the same time, and can carry out distributed test execution. Mainly used for many rounds of acceptance testing and acceptance test-driven development (ATDD).
Robot Framework is open source software developed and supported by Nokia Siemens Networks.
Robot Framework environment building
1. Install Python: https://www.python.org/ robotframework based on python
two。 Install pip: https://pypi.python.org/pypi/pip#downloads Python package management tools
3. Install Robot framework: https://pypi.python.org/pypi/robotframework/2.8.5 or install pip install robotframework using pip
4. Install wxPython: http://www.wxpython.org/download.php Robot framework-ride based on wxPython
5. Install Robot framework-ride: https://pypi.python.org/pypi/robotframework-ride or install pip install robotframework-ride using pip
RIDE is a graphical interface for creating, organizing, and running tests.
6. Install the test library:
Selenium:pip install robotframework-selenium2library
Appium:pip install robotframework-appiumlibrary