Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors