sebb a écrit : > Perhaps you could clarify what you are trying to do. ok I try another way to explain.
My test plan contains some while, if and simple controler. Each controlers contains some HTTP Request samplers. Each samplers POST on a path like /foo/bar/XXX where XXX must be a sequential number. The first executed sampler of each loop of each thread must use the number 1, the second executed sampler of this loop must use number 2, etc... The execution's order of samplers isn't known in advance because it depends of race conditions. So I need a counter who is: - not shared with other threads - reseted on every new loop in each thread - incremented before every sampler execution - used by every sampler Do you know how to do that? Florent, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]