On similar lines i too have a requirement as below:

1. Each thread logs into my server with different username and password
2. Within thread group there are samplers that require to take some value from the file for the user logged into my server using the step 1

So do i need to have to seperate CSV files and CSV data config elements , one for thread group and one for the samplers.
Please explain.

Thanks
Jatin

Deepak Shetty wrote:
hi
Each row should correspond to the data per user so in your case
user1,pass1,otherdata
user2,pass2,otherdata
user3,pass3,otherdata
user4,pass4,otherdata

The variable names are defined in the CSV data set config
 in most cases you should be able to put the CSV data set config as a child
of the threadgroup .

regards
deepak

On Tue, Oct 13, 2009 at 2:30 PM, arubin41 <[email protected]> wrote:

New to jMeter and I'm running into what's likely a very-rookie question.
 I'm
creating CSV Data Set Config to set up 5 usernames and passwords.  My
question is regarding the structure of my txt file.  Do you establish the
variables similar to javascript (or whatever language):

var USER {username1, username2, username3, username4, username5}

Or am I overthinking this a little?

Also, in the jmeter test plan heirarchy, is there a specific place I need
to
create the CSV Data Set Config entry?

Best,

-Alan
--
View this message in context:
http://www.nabble.com/CSV-Data-Set-Config-Question-tp25881260p25881260.html
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]

Reply via email to