You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Sheng Huang <SH...@tlg.ca> on 2004/06/16 17:18:58 UTC

Can CSVRead read a different line of userId/password for each thr ead?

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: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org