Re: processing returnvar before httprequest in foreach controller

2005-04-02 Thread jerome . dupont
Objet Re: processing returnvar before httprequest in

Re: processing returnvar before httprequest in foreach controller

2005-04-01 Thread sebb
Perhaps try adding a Simple Controller between ForEach and its children? Or maybe loop with count=1? Might work... Otherwise, you could use a dummy JavaTest sampler instead of the UserParameter test element. Not ideal, as it would add extra samples to the output. S. On Apr 1, 2005 3:47 PM, Michae

Re: processing returnvar before httprequest in foreach controller

2005-04-01 Thread Michael Stover
I could be wrong, but I think what's happening is that UserParameter is a Pre-Processor - it's going to run first. You might try using the other user parameters config element instead of the pre-processor. -Mike On Fri, 2005-04-01 at 12:01 +0200, [EMAIL PROTECTED] wrote: > Hi all, > > I'm using

processing returnvar before httprequest in foreach controller

2005-04-01 Thread jerome . dupont
Hi all, I'm using jmeter 2.0.3 for testing a webapplication. I have a testplan with this request: Foreach Controller (returnVar, inputVar) | |_UserParameter: ${__split(${returnVar},aValue)} | |_HttpRequest(aValue_1, with parameter aValue_2) My problem is that returnVar