在Jmeter中将参数从一个线程传递到另一个线程

时间:2016-12-28 18:31:15

标签: multithreading parameters jmeter

在Jmeter中,登录应用程序时,会生成Viewstate等参数。我需要在我的下一个线程中使用此参数。 (我没有传递变量,而是传递具有“NAME”和“Value”的参数)。有人可以帮忙吗?!!

1 个答案:

答案 0 :(得分:0)

  1. 您可以使用正则表达式提取器将参数提取为:
  2. enter image description here

    1. 然后使用BeanShell Assertion将该变量设为全局变量。
    2. enter image description here

      1. 使用__property函数在任何地方使用变量。 $ {__属性(devicegroup_id)}