/robot-framework-selenium-demo

A minimal example demonstrating how to automate web-site testing with Robot Framework and Selenium.

Overview

Basic demo of Robot framework. There is a screencast that walks you through the process of making it happen (Russian): https://youtu.be/TOaKn88jFIo

Prerequisites

  • Robot framework
  • Selenium2Library
  • Browser webdriver

Installation instructions are available at: https://github.com/robotframework/robotframework/blob/master/INSTALL.rst

Example test

This is what the tutorial does:

  1. Open browser
  2. Go to address http://google.com
  3. Type name of a country (choosing it from a set of test data)
  4. Click Search
  5. Wait for the results to load
  6. Ensure that the capital of that country is displayed somewhere on the page
  7. Repeat these steps for all the given test data
  8. Close browser