News

To use Robot Testing Framework with other languages, first you need to install their development packages (e.g. for Python on Linux you need python-dev, for Ruby: ruby-dev or for Lua: liblua5.x-dev).
SeleniumLibrary is a web testing library for Robot Framework that leverages the Selenium libraries from the Selenium project. Version number follows Selenium's version numbers (first 3 numbers), and ...
It is not compatible with other python frameworks. All the tests must be rewritten if someone wants to move to another python framework. It is purely based on python programming which requires to have ...
Our Python robot framework implements the state machine in the file supervisor_state_machine.py. Equipped with our two handy behaviors, a simple logic suggests itself: When there is no obstacle ...
Python offers a rich ecosystem of libraries and frameworks for automation testing. Each library has its unique features and strengths, catering to different testing needs. Whether you are performing ...