@Lorenzo if you only need to set a initial value to a variable (in you case
"DONE_UPLOAD") you could do this in BeanShell Sampler. If this is the case,
there's no need to use a Post-Processor.

2014-11-18 9:33 GMT-03:00 Lorenzo Fundaró <[email protected]>:

> @Flavio your suggestion works best for me when using a Beanshell Sampler.
> Defining a User Variable it's not what I want because they have Thread
> Group scope. So now, the While Controller works putting a Beanshell Sampler
> before it and using a Beanshell PostProcessor. Thank you.
>
>
> Lorenzo Fundaró García
>
> On Tue, Nov 18, 2014 at 12:48 PM, Flavio Cysne <[email protected]>
> wrote:
>
> > If you are using BeanShell Pre-Processor so it will be triggered only for
> > the samplers.
> >
> > I'm supposing that While Controller wasn't been executed, because
> BeanShell
> > Pre-Processor (or even Post-Processor) will not be triggered until a
> > Sampler is executed.
> >
> > That's why when you add a Debug Sampler before the While Controller it
> > works.
> >
> > Use an User Defined Variables configuration element to initialize
> > "DONE_UPLOAD" 's value or a BeanShell Sampler.
> >
>

Reply via email to