Selenium testing with Robot Framework
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.
Read More