View | Details | Raw Unified | Return to bug 51923
Collapse All | Expand All

(-)xdocs/usermanual/functions.xml (-1 / +1 lines)
Lines 303-309 Link Here
303
303
304
<component index="&sect-num;.5.2" name="__counter">
304
<component index="&sect-num;.5.2" name="__counter">
305
<description><p>The counter generates a new number each time it is called, starting with 1
305
<description><p>The counter generates a new number each time it is called, starting with 1
306
and incrementing by +1 each time.  The counter can be configured to keep each simulated user's values
306
and incrementing by +1 each time, note that multiple __counter calls in same iteration won't increment value.  The counter can be configured to keep each simulated user's values
307
separate, or to use the same counter for all users.  If each user's values is incremented separately,
307
separate, or to use the same counter for all users.  If each user's values is incremented separately,
308
that is like counting the number of iterations through the test plan.  A global counter is like
308
that is like counting the number of iterations through the test plan.  A global counter is like
309
counting how many times that request was run.
309
counting how many times that request was run.

Return to bug 51923