>No, the variable is not a list of values. a rose by any other name :) >And what would it do if some matched and some did not? Id expect that the new set would have only the matched multiple values (and default if none matched). I do not know if this is a good enough use case to ask for an enhancement , I had a regex that extracted out multiple values and found I couldn't use this without additional loop constructs - but it looks inconsistent that the Regex PostProcessor cant deal with the format it returns itself.
regards deepak On Fri, Feb 4, 2011 at 7:04 AM, sebb <[email protected]> wrote: > On 3 February 2011 23:20, Deepak Shetty <[email protected]> wrote: > > Hi > > When we select the Apply To Jmeter Variable Option along with Regex Post > > processor and the variable is actually a list of values (a previous post > > No, the variable is not a list of values. > > The RE PP creates a set of variables each with its own value. > > > processor which returned multiple matches) , then what is the expected > > behavior? (actual looks like it just reads the variable directly). > > Yes, it uses the variable as the source rather than the headers or > body or whatever. > > > I would expect it to apply the regex to each matching result. > > And what would it do if some matched and some did not? > > > regards > > deepak > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

