Tag: python locust

June 13, 2021

Getting Started With Locust: A Python Based Performance Testing Tool

Last year in one of the consulting assignments, I was asked to perform performance testing on an application using locust, client wanted to integrate load testing within backend code which was written in python. Initially, I suggested JMeter but the client said a valid point that they want something that can easily be maintained by developers later on without much training. I understood their point […]