you should be able to support as many users as you have threads. are you single threading your thread group and looping over CSV?
On Wed, Jun 9, 2010 at 1:24 PM, virkenator <[email protected]> wrote: > > Hi, > > I am using jmeter script to login multiple users. I am using CSV data > config, which has CSV file containing the username and password for various > users. > The problem is I am able to log in all the users one by one through the > script, but when I check my database, it shows that only one user in > logging > in and the username keeps changing i.e when QA4 loggs in and after that QA5 > loggs in, only QA5 appears logged in. I want all the user to be logged in > and stay logged in unless logged out. Plzz help. > > > -- > View this message in context: > http://old.nabble.com/Multiple-login-issue-tp28835414p28835414.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] > >

