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?
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.