Unanswered question

i want to know the runtime response of all the iterations that happened during my load test. How can i view it ?

I am running a load test(total 10 users) of 10 iterations & each user performing one iteration . Some of the tests are failing. I want to check the response of each iterations of load test result. For eg: i want to know what values did the first user pick from the excel datasource... and so on.. how can i check ?

Goutham S.
Goutham S.

Goutham S.

Level
0
1 / 100
point

Answers

There are different ways to achieve that. You can use a Javascript to log the values into the LG log fie or you can simply run a test in debug mode by hitting the debug button when starting your test.

Then if you go in the Results section under Details tab you can access the user iterations in error. You will be able to see the user transactions with all the variable values.

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Note that you choose the debug mode settings in the Scenario settings: log only VU iterations with errors or log all iterations.