Have you looked at the ForEach Controller? http://jakarta.apache.org/jmeter/usermanual/component_reference.html#ForEach_Controller
S. On 6/15/05, Rob Butler <[EMAIL PROTECTED]> wrote: > Hello all, > > I am attempting to perf test a web app with jmeter, but I don't know how > to solve a particular issue I am running into. > > One particular page in the app can return a dynamic number of rows of > data. The number of rows is dependent upon the individual user's > information in a DB. There is no way of knowing ahead of time how many > rows there are. > > What I would like to do is capture (using regex's) the form data that is > returned in the response, and use that as the parameters to the next > request. > > Using the Regular Expression Extractor I can easily get all the data and > field names as a list of capture groups. The problem is, how do I then > dynamically build the parameters that will be used in the next request? > In the HTTP Request sampler I can put a field name, and use a dynamic > value, but that won't do what I need. I need to use dynamic field names > and dynamic values in the request. Is this possible? How do I do it? > > Thanks > Rob > > > --------------------------------------------------------------------- > 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]

