跨线程组传递参数

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

String qrcode_data=bsh.args[0];

print (qrcode_data);

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

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

https://www.cnblogs.com/georgelei/p/749888c0ce42868e972baa1d94fa950b.html

原文地址:https://www.cnblogs.com/wangxiaoqun/p/10185118.html