Search code examples
jmeterresponseresponse-time

How to measure the Test Fragment response time in jMeter?


My jMeter script performs visiting the Workout history page of the website. While leading there the app sends 8 api requests. We put them into one Test Fragment but while running scripts in jMeter I get the response time of each HTTP Request. Is there any possibility to get the response time of the whole Test Fragment?

My Test Fragment screenshot


Solution

  • It is simple. You just add a Transaction Controller in the Test Fragment. Move all the HTTP requests under the Transaction Controller.

    If you are looking for only the total time of all the requests, then check the Generate parent sample checkbox.

    enter image description here