Customise Request Summary Legends

Customise Request Summary in JMeter Dashboard Report

In general, the “Request Summary” of JMeter HTML Report has a Pie Chart with “OK” and “KO” legends. These two legends show the pass and fail percentage of the total request executed during the test. OK stands for Success and KO stands for Failure But, there is no such valid meaning of KO here. And … Read more

JMeter – Docker Test Executions

Written By: Swetha Pujari Introduction JMeter tests can be done on GUI and non-GUI in a headless front, both of which are easy to set up for JMeter enthusiasts. However, there are instances where developers/remote stakeholders/shared testing teams have to execute the Performance tests on different machines. Even when the testing team does not have … Read more

JMeter Distributed Testing Alternative

Written By: Swetha Pujari Due to the company’s network/firewall policy, sometimes setting up the connectivity between master and slaves in JMeter’s Distributed Testing has obstacles or delays due to firewall requests. As an interim solution, we can use Parallel Testing to execute higher loads by dividing the load across multiple machines. This is a good … Read more