As it says in: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Parameters
"For each thread, the variable will be assigned one of the values from the series in sequence. If there are more threads than values, the values get re-used." On 20/11/2007, Modha Khammammettu <[EMAIL PROTECTED]> wrote: > Hi All > > I have 2 user defined values username and password. > > In the Sampler (which has login) I have added users as follows: > Add -> Pre Processors -> User Parameters > > I add "Add Variable" Name=username User_1=tuser1 > User_2=tuser2.....User_5=tuser5 > I add another variable Name=password User_1=pass User_2=pass > .......User_5=pass > > Now if I run my application with 5 threads > Does it use thread1 (tuser1/pass) thread2(tuser2/pass) ... > thread5(tuser5/pass) > > I could not see documentation which explains how this works on web ( > Basically I want 5 threads to use 5 different users). > If there is documentation on this sort of thing can someone please point > me to that. > > Thanks > Modha/- > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

