hi as far as I know , you cannot directly do this in JMeter. However if you get an identifiable error message when your controller user attempts to login (if there is already a controller logged in), then you might be able to poll in a loop.
I guess you could also decouple the controller as a separate thread group and base a final test on how many reports he received v/s how many he should have regards deepak On Mon, Oct 19, 2009 at 8:03 AM, Ronan Klyne <[email protected]>wrote: > Hi all, > > I have a scenario to test in which there is one controller user and many > subordinates. Each user is only allowed to log in from one place at a time > (only one cookie string will be valid at once). > > I would like the subordinates to be able to send reports to the controller, > and then verify that the controller recieved them. In order to compare the > posted data with the controllers page, I have my subordinates log out, then, > in that thread, log in as the controller to verify that the information was > sent correctly. After this is done, the thread will log out of the > controller account and continue it's subordinate work. > > Is it possible to put some kind of synchronisation in my test plan such > that only one thread at a time is allowed to run the controller samples? > > Thanks, > > Ronan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

