sebb-2-2 wrote:
> 
> On 01/03/2010, daniel.green <october...@gmail.com> wrote:
>>
>>  Hello,
>>
>>  Occasionally the server will return with JSON expressing the need to
>>  redirect. Is there a way, when this pattern comes up, to automatically
>>  sample the location specified? Right now I am just adding a regex
>> extractor
>>  and additional sampler where I know it will be used. However, it is used
>>  almost everywhere as most of the navigation is ajax based (scary, I
>> know).
>>
>>  In a breath, what I want is...
>>
>>  When a response contains foo, send an http request to foo.
> 
> Post Processors are applied to ALL samplers in scope, so you can add
> the Regex Extractor at the top level.
> 
> However, samplers and controllers are processed according to their
> location in the test plan.
> 
> You could sprinkle the test plan with If Controller + Sampler child pairs.
> 

Is there a way to avoid the "sprinkling?" 

-- 
View this message in context: 
http://old.nabble.com/Post-process-addition-of-samplers-tp27749962p27758197.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to