Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 JMeter 中有一个 ForEach 控制器。
如何访问此控制器内的循环计数器(通过变量),然后使用它来创建新变量?
将计数器配置元素放入 ForEach 控制器并检查属性“为每个用户独立跟踪计数器”和“在每个线程组迭代时重置计数器”
我在我的脚本中使用了这个 ForEach 控制器,我得到了答案。首先为您要查找的值创建一个正则表达式,然后添加一个 ForEach 控制器
通过上面的图像,您将对此有一个清晰的了解。