I tried it and it works! I was able to use a CSV file to pass values into a web form and save each copy of form many times over during a single user thread. JMeter surprises me with its power. I'm really impressed.
-----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 12:33 PM To: JMeter Users List Subject: Re: using CSV for all the Samplers in a single Loop Controller On 17/03/2008, Gary Olacsi <[EMAIL PROTECTED]> wrote: > Hi, > > > > I know each thread uses a different line in the file the CSV Data Set > Config reads and this works well for things like logging in with > separate user credentials for each user thread. But I need to do > something different and would like to use the CSV Data Set Config > element to feed values into form fields on a webpage. So I would need to > be able to use CSV Data Set Config element for Samplers (e.g., a HTTP > Request - Post) in a single Loop Controller. The loop controller would > be used to simulate the user opening the same form and filling it out > over and over again entering different data each time. Please let me > know if this is possible now. > Why not try it? Or you could use the __StringFromFile() function in conjunction with __split() for this. > > > Thank you! > > > > > Gary > > > > --------------------------------------------------------------------- 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]

