Search code examples
jmeterwebdriverjmeter-plugins

How to find the average response time of a whole thread group in Jmeter


I have multiple thread groups in my jmeter test plan, each thread group represents a use case of my application. I am also using webdriver for these scenarios.

So I am trying to find out what is the average time that each use is taking. which is basically the thread group avg time.

Any thoughts how I can do this.


Solution

  • You can add a Transaction Controller at the top level for your Thread Group(s) and make all Samplers children of this Transaction Controller.

    This way you will have cumulative information in JMeter Listeners

    enter image description here

    or in the HTML Reporting Dashboard

    enter image description here