Hi All
 
My application does not accept multiple logins of the same user at any point of time. 
What it does is, if the same user logs-in in a second browser, he will be logged out 
in the first browser. Thus it sees that at any point of time a particular user will 
not have more than one session.
 
My test script i.e. JMX file contains some http samplers, which hits my application. 
The number of threads in my thread group is 2 (say USER1 and USER2). When I use this 
script for remote testing with more than one remote server (say 3 remote servers), the 
same script will be used at all the 3 remote servers. Thereby USER1 and USER2 will be 
logged in from all the 3 remote servers. But because of the nature of my application 
explained at the beginning always only 2 users will be hitting the application and 
thus my intension of creating 6 users is not fulfilled. 
 
So my doubt here is, is there a way to use different users at different remote 
servers, but all are reporting to the controller?
 
Thanks
Eda


---------------------------------
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes

Reply via email to