1、添加BeanShell取样器,设置全局变量
props.put("counter","FALSE");
2、添加While控制器,设置循环条件,当条件为true时进行循环;
${__javaScript(${__P("counter")}=="FALSE")}
3、取出全局变量中的值
String globalPrameter = props.get("counter"); log.info("globalPrameter=="+globalPrameter)
标签:__,控制器,counter,Jmter,While,globalPrameter,全局变量 From: https://www.cnblogs.com/ychun/p/17083829.html