Let all your robot Framework test cases fly!
The RobotX is a tool set for automation development with Robot Framework.
The Newest version (since version 0.2.1) can automatically, intelligently and dynamically partition all automated tests into multiple pcs, and each one of which can be executed in parallel. The execution can happen on different physical/virtual machines. More the partitions, less tests executed on each one. That means that if you have multiple pcs you can use them for a combined test run.
And since all of the partitions start almost at the same time overall test-execution time gets divided by the number of partitions you make. for the usage examples of distributed execution, refer to following docs.
- Jenkins configure about distributed run
- Usage of parallel run tests in Jenkins
- Usage of parallel run tests in cmd
It includes the following tools:
- Runner
- Generator
- Debugger
- Checker
- Expander
RobtX Runner is pretty powerful
- It can be integrated into Jenkins.
- It can be used in command line.
- It can be used to run tests in parallel (since version 0.2.1).
- Get and filter tests from Test Case Management System.
- Executed tests can be filtered and collected from Test Case Management System.
- The tests result can be updated to Test Case Management System in real-time.
$ pip install robotx
or
$ easy_install robotx
Robot Framework Best Practices Doc
Currently, RobotX uses Nitrate as default TCMS(Test Case Management System). If your TCMS is not Nitrate(such as TestLink), you need write a new client and replace the default TCMS client of RobotX.
- Copy config template file to /etc/, and name it as tcms.conf.
- Open tcms.conf, and change all values to yours.