跨线程组传递参数

1.先添加一个后置处理器BeanShell PostProcessor

String qrcode_data=bsh.args[0];

print (qrcode_data);

${__setProperty(newqrcode_data,${qrcode_data},)};

下一个线程组需要用到这个参数的时候,就${__property(newqrcode_data,)}这样就获取到了。

猜你喜欢

转载自www.cnblogs.com/wangxiaoqun/p/10185118.html