Unanswered question

Is there a way to see runtime request details including header, body and parameters etc.

After i execute my test, all requests are passed and no error found. I want to watch the requests sent to the server during execution time after my test execution has been completed. Is there any way to know this?

test T.
test T.

test T.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You can run your test in debug mode. NeoLoad will keep all the user transactions and you will get the same information like in a user validation.

When you start the test in debug mode by clicking on the buggy button instead of the regular play button NeoLoad will only keep the user transactions that got an error. This is the default behavior.

If you would like to keep all the transactions whatever the result, select your scenario in the Runtime section, click on the Advanced button next to the buggy button and choose the option to keep all the transactions.

For more information, see the NeoLoad documentation here and here.