You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/05/03 22:35:04 UTC

DO NOT REPLY [Bug 28751] New: - Counter function not updating defined under a Loop Controller

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: jmeter-dev@jakarta.apache.org
        ReportedBy: thads_id@yahoo.com


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org