nixuewei / rfswarm

Robot Framework Swarm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfswarm (Robot Framework Swarm)

About

rfswarm is a testing tool that allows you use Robot Framework test cases for performance or load testing.

Swarm being the collective noun for Robots, just as Flock is for Birds and Herd for Sheep, so it made sense to use swarm for a performance testing tool using Robot Framework, hence rfswarm

Image

While Robot Framework is normally used for functional or regression testing, it has long been considered the holy grail in testing for there to be synergies between the functional and performance testing scripts so that effort expended in creating test cases for one does not need to be duplicated for the other which is currently the normal case.

rfswarm aims to solve this problem by allowing you to take an existing functional or regression test case written in Robot Framework, make some minor adjustments to make the test case suitable for performance testing and then run the Robot Framework test case with as many virtual users (robots) as needed to generate load on the application under test.

rfswarm is written completely in python, so if you are already using Robot Framework, then you will already have most of what you need to use rfswarm and will be familiar with pip to get any extra components you need.

To learn more about rfswarm please refer to the Documentation

Image

Getting Help


An example of how your rfswarm setup might look.

Donations

If you would like to thank me for this project please consider using one of the sponsorship methods:

  • Github
  • PayPal.me (the $5 is a suggestion, feel free to change to any amount you would like)

About

Robot Framework Swarm

License:GNU General Public License v3.0


Languages

Language:Python 97.1%Language:RobotFramework 2.1%Language:Shell 0.8%