TestingBot Blog

TestingBot provides a cloud of browsers and devices, ready to run your Automated, Live and Visual tests.

< Back to Blog Overview

Robot framework testing

2015-09-23

With Robot Framework you can build easy to read test cases, which can then be run via Selenium WebDriver on our Selenium Grid.

It allows using keyword driven, behaviour driven approaches and provides reports in HTML format.

Setting up Robot Framework

First you have to make sure you've installed pip. To install the other libs, please run: pip install robotframework-selenium2library requests

Running your first test

Below is an example on how to run a simple test on Firefox. When the test has finished, the test name and success state is sent to TestingBot so you can see the test success/failures in our dashboard.

Save the example below in a test.txt file:

Save this code in TestingBot.py:

To run the test, run this command: pybot test.txt Once the test has finished running, you will see it in the TestingBot member dashboard.

< Back to Blog Overview

Sign up for a Free Trial

Start testing your apps with TestingBot.

No credit card required.