Posts

Showing posts from December, 2020

Load testing with apache-JMeter

Image
What is Load testing...? Load testing  is the process of putting demand on a software system or computing device and measuring its response.  Why..? Load testing  is performed to determine a system's behavior under both normal and anticipated peak  load  conditions. Load test frameworks To perform a load test on a system, there are some tools that we need to be a little familiar with. The following tools have been used to build the load test framework. Github  -  To maintain the repository of the Load test project Jmeter -  To craft load test script as required Taurus  -  To the convenience of maintaining the configurations of the load tests Jenkins  -  To run Load tests at a scheduled time/ on-demand Blazemeter  -   To record the request and export it as a .jmx file / To view test reports   We can start doing the load tests from the beginning as following. Install Blazemeter      The requests of the process that need to be tested should be recorded. For that use the chrome extensi