Unanswered question

Is there a way to output data, generated during runtime, to a text file?

I use my load tests script from a previous load testing tool to create accounts and orders in bulk. I save the data to a csv text file. Is there a similar ability in NeoLoad to generate text files with data created during Runtime?

Martha P.
Martha P.

Martha P.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You can use a Javascript with or without Java code to write your data in a text file. Another way is to use a shared queue to log the information into a file.