Funny, I just joined the list to see about this same topic. I have a text file, could be easily made into an XML file, full of about 200 userids and passwords that I want to feed into a test plan, one at a time as the test plan loops. The userid and password is POSTed to a Servlet, and then the user should be logged in.
Scott Stirling > -----Original Message----- > From: Scott Eade [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 9:53 AM > To: JMeter Users List > Subject: Re: Load testing with unique users > > > Thanks for the reply Mike. Can you please give me a clue as > to how I access > the two components you mention - I don't see them anywhere in > the "Add" > context menu. > > Cheers, > > Scott > -- > Scott Eade > Backstage Technologies Pty. Ltd. > > > From: "Stover, Michael" <[EMAIL PROTECTED]> > > > > There are a couple of components in JMeter that will allow > you to do what > > you want. One is the HTML User Parameter Modifier, and the > other is the > > HTML Parameter Mask Modifier. One works by incrementing a > number and > > appending it to a value, and the other works by using an > XML file populated > > with data. What you described below could easily be > accomplished with the > > HTML Parameter Mask Modifier. > > > > But, yes, in general, the idea of variables in requests is > a good one that I > > would like to enhance JMeter with. > > > > -Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>