Skip to main content

Toolset for automation development with Robot Framework

Project description

Instructions

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 here.

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.

Installation

$ pip install robotx
or
$ easy_install robotx

Usage

RobotX Usage Doc

Build & Config Jenkins

Build Config Jenkins

Robot Framework Best Practices

Robot Framework Best Practice

Test Case Management System

Default TCMS Client

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.

Configure TCMS Client

  • Copy tcms config to /etc/, and name it as tcms.conf.

  • Open tcms.conf, and change all values to yours.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotx-0.2.2.tar.gz (261.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page