Unanswered question

how to capture the first response time of a request if we run for 5 iterations

we want to know the first response time of a request if we run it for 5 iterations.is there any way to do this

Thanks,

Srinivasan

Srinivasan G.
Srinivasan G.

Srinivasan G.

Level
0
18 / 100
points

Answers

If you put your request inside a transaction you will be able to get the raw data at transaction level which means you will get the response time of your 5 iterations by exporting the raw data from your Test result.

Srinivasan G.
Srinivasan G.

Srinivasan G.

Level
0
18 / 100
points

we get only min avg and max response time right but how to get the first iteration response time for the req

NeoLoad stores raw data for transaction and they are available when you export them from the Values tab as showned in the documentation here

I assume that you have only your request inside this transaction and in that case raw data at transaction level means raw data for your request too.