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?
How to measure the Test Fragment response time in jMeter?
517 Views Asked by Olenka Bufanka At
2
It is simple. You just add a
Transaction Controller
in the Test Fragment. Move all the HTTP requests under theTransaction Controller
.If you are looking for only the total time of all the requests, then check the
Generate parent sample
checkbox.