Bug 62237

Summary: While Controller : Export variable containing current index of iteration
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 4.0   
Target Milestone: JMETER_5.0   
Hardware: All   
OS: All   

Description Philippe Mouawad 2018-03-31 10:18:37 UTC
Following Bug 61802, add the same feature to While Controller.
Also introduce interface that the 3 components should implement:
- While Controller
- Loop Controller
- ForEach Controller
Comment 1 Philippe Mouawad 2018-03-31 10:22:44 UTC
Author: pmouawad
Date: Sat Mar 31 10:20:07 2018
New Revision: 1828092

URL: http://svn.apache.org/viewvc?rev=1828092&view=rev
Log:
Bug 62237 - While Controller : Export variable containing current index of iteration
Contributed by Ubik Load Pack
Bugzilla Id: 62237

Added:
    jmeter/trunk/src/core/org/apache/jmeter/control/IteratingController.java   (with props)
Modified:
    jmeter/trunk/src/components/org/apache/jmeter/control/ForeachController.java
    jmeter/trunk/src/core/org/apache/jmeter/control/LoopController.java
    jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java
    jmeter/trunk/xdocs/changes.xml


Author: pmouawad
Date: Sat Mar 31 10:21:26 2018
New Revision: 1828094

URL: http://svn.apache.org/viewvc?rev=1828094&view=rev
Log:
Bug 62237 - While Controller : Export variable containing current index of iteration
Add FIXME for code to be completed
Bugzilla Id: 62237

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/control/LoopController.java
    jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java
Comment 2 The ASF infrastructure team 2022-09-24 20:38:12 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4729