I'm trying to use CSVRead to read userId/password from a csv file in the
format of "userId, password" on each line. However, all threads will only
read the first line. If there a way that I can ask JMeter to read a
userId/password combination for each thread? 

I tried StringFromFile also, it does read a different line for each thread.
However, I can't specify two parameters per line. Maybe I need to put userId
into one file and password in another file so that each thread will get the
two parameters from these two files. However, I am afraid threads may not
synchronize well, thus threads read others' passwords.

Any suggestion is appreciated. Thank you very much.

Regards,
Sheng

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to