MandyYdnam / 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 as many virtual users 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

Donations

If you would like to thank me for this project please use this PayPal.me link, the $5 is a suggestion, feel free to change to any amount you would like.

If you do make a donation and would like me to prioritise a feature / issue send me a quick message and let me know.

About

Robot Framework Swarm

License:GNU General Public License v3.0


Languages

Language:Python 100.0%