On 5 July 2013 21:42, <[email protected]> wrote: > Author: pmouawad > Date: Fri Jul 5 20:42:41 2013 > New Revision: 1500127 > > URL: http://svn.apache.org/r1500127 > Log: > Bug 55201 - ForEach controller excludes start index and includes end index > (clarified documentation) > Bugzilla Id: 55201 > > Modified: > jmeter/trunk/xdocs/usermanual/component_reference.xml > > Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml > URL: > http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1500127&r1=1500126&r2=1500127&view=diff > ============================================================================== > --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original) > +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Jul 5 20:42:41 > 2013 > @@ -2300,7 +2300,7 @@ This would be the case if the Regular Ex > <property name="Name" required="No">Descriptive name for this > controller that is shown in the tree.</property> > <property name="Input variable prefix" required="Yes">Prefix for the > variable names to be used as input.</property> > <property name="Start index for loop" required="No">Start index > (inclusive) for loop over variables (first element is at index 1)</property>
The start index is exclusive. The first element is not necessarily at index 1 - did you mean "start index + 1" ? > - <property name="End index for loop" required="No">End index > (exclusive) for loop over variables (first element is at index 1)</property> > + <property name="End index for loop" required="No">End index > (inclusive) for loop over variables (first element is at index 1)</property> The "(first element is at index 1)" does not apply to End Index. > <property name="Output variable" required="Yes"> > The name of the variable which can be used in the loop for > replacement in the samplers</property> > <property required="Yes" name="Use Separator">If not checked, the > "_" separator is omitted.</property> > >
