@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. >
