Bug 62237 - While Controller : Export variable containing current index of iteration
Summary: While Controller : Export variable containing current index of iteration
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-03-31 10:18 UTC by Philippe Mouawad
Modified: 2018-03-31 11:46 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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