当前位置: 代码迷 >> 综合 >> jmeter jp@gc - Inter-Thread Communication PreProcessor/PostProcessor
  详细解决方案

jmeter jp@gc - Inter-Thread Communication PreProcessor/PostProcessor

热度:5   发布时间:2023-12-17 03:16:22.0

前置处理器/后置处理器下,作用就是跨线程组传递数据,类似函数_setProperty 和 _property,
需要配合后置处理器jp@gc - Inter-Thread Communication PostProcessor来使用。

在这里插入图片描述

例如要把登陆后的返回的access_token给其他的线程组用到。

添加jp@gc - Inter-Thread Communication PostProcessor

在这里插入图片描述

另外的线程组接收数据:
在这里插入图片描述

安装插件Dummy Sampler 测试调用
jp@gc - Dummy Sampler是用来模拟数据输入和数据返回的,调试用的。可以比较方便地模拟测试场景,自定义Request Data和Response Data

在这里插入图片描述

在这里插入图片描述

上面的线程组的token与下面的线程组的值是一样的。这就是跨线程组传递数据的使用
在这里插入图片描述

jp@gc - Inter-Thread Communication PreProcessor放在下面 平级都可以的

在这里插入图片描述

在这里插入图片描述

  相关解决方案