Let's assume you have a File variable, but you are not always certain the number of values in it each time. You want to run 2 or more loops using this file variable in each one...
You need to use Javascript logical action and code to parse your File used in the File Variable to get a line count. This line count value can then be used to run your loop...
SharedQueueVariable added and used Shared Queue
Added Extracted variables successfully in to CSV file, but double quotes (") are being added in the beginning and the end of...
a queue holds a single variable per line, if that variable contains commas, etc, you will get quotes. You shouldn't be updating the file though, it is used by Neoload, Neoload...
I have a while loop.In this while loop I have a call where a extract some variables. One of them is an Id.
Forearch iteration I need to save this id in an array or list and...
You could write it to a file, each VU could create a file named based on their id (vuid.csv) and access the file later. Or there is a put/get method in the VU api, something...