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
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.
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.
Nouredine answered
Srinivasan answered
Nouredine was made best respondent
Nouredine answered
Srinivasan posted a new question