如何在 bzm-Parallel 控制器中添加 Post https 请求

How can I add Post https request in bzm-Parallel controller

如何在 bzm-Parallel 控制器中添加 Post https 请求。

我想要 add/combine 4 https Post 请求,使用 bzm-parallel 控制器一次上传 4 个文件。

我尝试简单地将正常的 post/upload 请求放入 'bzm-parallel controller',但没有成功。 如果我使用 bzm-parallel 控制器获取文件未找到异常,则提供的 csv 数据配置也不起作用。 CSV 中提供的 ${path} 变量在执行时未选取。

鉴于您的 HTTP Request works per se it should work under the Parallel Controller as well. Double check that you can perform the upload using single thread and inspect request and response details using View Results Tree 听众。一旦请求成功 - 将其置于并行控制器下。


请注意,Parallel Controller 的开发主要是为了克服 JMeter 的限制,即无法启动额外的线程来模仿,即 AJAX requests. It is not the best option for your use case, I would recommend consider using Synchronizing Timer