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/-

