I have a very large CSV file (8000+ items) of URLs that I\'m reading with a CSV Data Set Config element. It is populating the path of an HTTP Request sampler and iterating throu
There is another way to achieve this:
It's not really random, the file is still read sequentially, but your work thread makes jumps in the file. It worked for me ;-)