Unanswered question

How to print user details when any error occurs during Run time?

I want to print User details along with few other parameters in case of any errors during load test. I would like to see these during run time also and in Report after the test also.

Vijayashree V.
Vijayashree V.

Vijayashree V.

Level
1
116 / 750
points

Answers

You can store such information in log files or external files by using Javascript in your user paths in case of errors by using for example a try...cache logical action. However this will not be available at runtime unless you store them into an external file that you can read during the test outside of NeoLoad. And this will not be part of your report.