I need to test web-srvice with JMeter.
I’ve created test plan with Thread-group 500.
I need to pass for each thread new value of parameter.
I’ve heard about “CSV Data Set Config”, but it doesn’t allow what I want, because if I set “Sharing mode” = “All threads” then each thread will try to read from file each row – I want pass first value in file for first thread, second value for second thread and so on. Of course I can create 500 files with one line but this approach is stupid and slow.
How can I do that in best way? Thanks.
I need to test web-srvice with JMeter. I’ve created test plan with Thread-group 500.
Share
If I understand correctly, you want thread1 to read row1 and thread2 to read row2, thus giving each thread a unique value from the CSV file. This is exactly what “ALL THREADS” does. You can use a debug controller to verify this.
http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config