使用带有 jmeter 的 wiremock 使用占位符(或生成唯一 ID)

Use placeholder (or generate unique id) using wiremock with jmeter

我正在使用 JMeter 进行负载测试,并使用 wiremock 模拟外部服务。

我正在使用 JSON 文件来模拟这些外部服务的响应,

之一
{
"response":"459ada78-842b-4229-b9d8-4dcdb52aa738"
}

这是非常简单的响应,只有 1 个 UUID 字段,问题出在我这边,每次我调用服务时这必须是唯一的

有什么方法可以从模拟文件或使用某种占位符而不是静态值重新生成该 ID

使用 JMeter 的 __UUID 函数

${__UUID()}

will return UUIDs with this format : c69e0dd1-ac6b-4f2b-8d59-5d4e8743eecd