In Jmeter I have 2 requests:
In result I can see time of request and response from Request 1 and from Request 2.
Is it possible to see result of two requests together in Jmeter. E.g.
Request 1 : 5ms
Request 2 : 3ms
total : 8ms
Thanks
You can use Transaction controller to achieve this: add both requests under transaction controller, like this:
The Transaction Controller will report time for both Request 1 and 2 together: