Hi All,
I have a requirement where I cannot use the same user login till he logs out first. Now whe I have to simulate with say 50 users, how do I achieve this requirement? Thanks in advance for the help.
Best Regards, Manoj S. Panicker Direction Software Solutions
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Set up 50 users with username user1, user2, etc. give them all the same password
In JMeter:
Run 50 Threads
In the login request use the "threadNum" function so that each thread logs in as one of your users:
ie your Username parameter will have the following value in JMeter:
user${__threadNum}
Read more about functions on the web-based user manual: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#__threadNum
See also the "Options | Function Helper Dialog" menu item in JMeter GUI.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

