Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1008 Bytes

File metadata and controls

42 lines (28 loc) · 1008 Bytes

Example: robotframework + Selenium2Library + RIDE

This repository provides a simple test suite that checks the login and logout capabilities of the python.org website using robotframework together with Selenium2Library and the RIDE editor.

Install the base robotframework tool:

mkvirtualenv test
pip install robotframework
pip install robotframework-selenium2library

The Main test file can now be executed directly:

pybot example_testsuite.txt

Install the RIDE editor:

sudo apt-get install python-wxgtk2.8 sudo apt-get install python-wxversion

pip install robotframework-ride

The Main test file can now be edited in RIDE:

ride.py example_testsuite.txt

Additional keywords and variables have been defined to improve both the readability and maintainability of these tests.