在 JMeter 中将 JSR223 与 Groovy 一起使用到另一个线程组中的 运行

Using JSR223 with Groovy in JMeter to run one thread group from within another

线程组A:使用challenge-response生成用户令牌。另存为 JMeter 属性。 线程组 B:运行 多个采样器,其中一个在 header.

中使用该标记

当然,简单的做法是运行A,然后B。

但是假设我想使用“模块化”方法并且 运行 仅 B.

我想我记得在 SO 或 Blazemeter 中看到 JMeter object 模型允许 JSR223 采样器中的一个采样器引用其他采样器,即使在另一个线程中也是如此。

其他想法也很受欢迎。

JSR223 采样器无法从当前线程组或另一个线程组中“调用”另一个采样器。

我能想到的唯一实现方法是将“通用”逻辑存储为 Test Fragment and calling it where required using Module Controller