跨线程组传递参数

 

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

 

相关文章:

  • 2021-06-26
  • 2022-12-23
  • 2022-01-15
  • 2021-12-08
  • 2022-02-05
  • 2022-12-23
  • 2021-11-16
  • 2022-01-03
猜你喜欢
  • 2021-12-28
  • 2021-12-12
  • 2021-12-15
  • 2021-09-11
  • 2021-10-22
  • 2021-04-03
相关资源
相似解决方案