DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28751>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28751

Counter function not updating defined under a Loop Controller

           Summary: Counter function not updating defined under a Loop
                    Controller
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Here's my test plan:

Test Plan

  |

  Thread Group
    threads=1
    count=1

    |

    Loop Controller
      count=10

      |

      User Parameters
        i=${__counter(TRUE,)}

      HTTP Request
        i=${i}             (HTTP Parameter)

The variable ${i} never gets incremented past 1 regardless of the state of 
the "Update Once Per Iteration" field of the User Parameters object.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to