hi you probably need to add http://jmeter.apache.org/usermanual/functions.html#__counter if you want to know which iteration you are on. However the for each is generally meant for situations where you dont need to know the iteration value
On Thu, Jul 14, 2016 at 2:56 AM, Guruprasad R <[email protected]> wrote: > Hi, > > I am using foreach controller and not really able to find the iteration > value of the loop. > > Ex: The foreach might run for 10 iterations and if its current iteration > value is 5, how would i be able to extract the value 5?? > > Regards, > Guruprasad R >
