But, When I run my test plan its getting read only only row from the csv file and inserts the same... Ex: I've setup the following values in my csv file.... When I run the test plan... i found only one user (user1) login and inserts the value1 & data1. Do I need to add next parameter in 'CSV Data Set Config' ? and where do I call that one ?
user1,password1,value1,data1 user2,password2,value2,data2 user3,password3,value3,data3 user4,password4,value4,data4 Any suggestions !!! sebb-2 wrote: > > user1,password1,value1,data1 > user2,password2,value2,data2 > user3,password3,value3,data3 > user4,password4,value4,data4 > > > On 08/01/07, asn_dileep <[EMAIL PROTECTED]> wrote: >> >> Here are the full details of my issue. >> >> In my CSV file I've the data as follows >> user1,password1,value1,data1 >> >> When, I run the script.. Jmeter manages to login using user1 and >> passowrd1, >> and inserts the values as value1 and data1. >> >> I've 3 more users like user2,user3 and user4... >> Could you suggest me, how do I setup the values in CSV file for multiple >> users and inserts the multiple data. >> >> Thanks! >> >> >> >> sebb-2 wrote: >> > >> > Each user(thread) will read the next available line from the CSV file. >> > So just set up as many lines as you need. >> > >> > On 07/01/07, asn_dileep <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi, >> >> >> >> I'm using 'CSV Data Set Config' for reading values from csv file. For >> one >> >> user I can manage to pass the values. Could any one suggest, how do >> setup >> >> values for multiple users ?. That means, input multiple users values >> in >> >> csv >> >> file and read from Jmeter file. >> >> >> >> Do I need to add any logical controller for this ? >> >> >> >> Thanks !! >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/HELP---Passing-Multiple-Values-From-CSV-File-tf2933897.html#a8202626 >> >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/HELP---Passing-Multiple-Values-From-CSV-File-tf2933897.html#a8214605 >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/HELP---Passing-Multiple-Values-From-CSV-File-tf2933897.html#a8464373 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

