Jmeter怎么使while控制器里的CSV参数重置?。

我想要在while控制器结束一轮循环后,当第二次重新进入while控制器时,使得里面的“onlyCode参数”重新读取参数。

1、把线程组的循环次数设置为永远
2、把CVS Data Set Config 中 的 Recycle on EOF = False ,Stop thread on EOF = Ture
3、防止线程重复执行:线程的最后一个请求下增加BeanShell PostProcessor,脚本写入:prev.setStopTestNow(true);

详情见:https://blog.csdn.net/SwTesting/article/details/114191708