Hi, Depending on how the rest of your test is structured, it could be easier to do the following:
You could also set up a Thread Group with 1 User and store all the login and dynamic text box data in one CSV file with 'n' rows, one for each User. Each row could contain all the login and dynamic text box data to be referenced in the script. Then, set the thread group to loop 'n' times. The thread group will then hit a different User on each run. Marji Dainty On Wed, 2007-05-02 at 13:13 +1000, David Schulberg wrote: > Hi, > > If you set up thread group for 'n' users and have CSV file with n rows having > the different login particulars for each user then the first request (login), > which should live under a 'Once Only Controller', would log in each of the > users successively to the application under test. > > David Schulberg > > Object Consulting > email: [EMAIL PROTECTED] > ---------------------------------------------------------------- > consulting | development | training | support > our experience makes the difference > > ________________________________ > > From: magic_me_magic [mailto:[EMAIL PROTECTED] > Sent: Wed 2/05/2007 12:42 PM > To: [email protected] > Subject: HELP Regarding CSV Data set config > > > > > > Hi All, > > Im my application, I've several users to login. Ex: user1,user2,user3 and > usern... > > Each user has his own dynamic text boxe's. That means the text box controles > will be generated dynamically each time user login to the application. Same > scenario for the remaining users also. > > Suppose, I've recorded the script by login with one user. In the CSV file I > setup the values for the recorded script (For user1). > > How do I do for remaining users as well ? > > Any Help ?? > > Rgds, > KM > -- > View this message in context: > http://www.nabble.com/HELP-Regarding-CSV-Data-set-config-tf3678428.html#a10279304 > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

