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.
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.
Nouredine answered
Vijayashree posted a new question