Unanswered question

Is it possible to add response time in a variable during execution time?

Hello,

we want to retrieve the response time during execution of a user path in NeoLoad and add that time into a variable in order to be able to use it as a variable in the next step of the same user path. Do you have any solution of how we can do such thing? We couldn't find anything related to this in the documentation.

Thank you!

George M.
George M.

George M.

Level
0
48 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

These statistics are not available during the test in NeoLoad GUI side. But if you run your test using NeoLoad Web you could gather statistics from its API live. It's not out of the box as you need to build your requests accordingly.

I do not see any other way to get such statistics.

Just to add, you couldn’t feed it back into the test using Neoload. The response timing would need to be written to and external source like a database that the test then queries.

Actually, if you had a dedicated userpath in your test that called the NLW api, that might work