使用 Blazemeter 记录的 Jmeter 脚本中的 ZIP 和 CSV 文件上传问题

ZIP and CSV file upload issue in Jmeter script which is recorded using Blazemeter

我使用 Blazemeter 记录了一个事务,并尝试在 Jmeter 4.0 中验证同一个 .jmx 文件。我在“文件上传”选项卡和“MIME 类型”下方提供了正确的文件路径(jmeter/bin 文件夹路径),但出现以下错误。

求推荐。

在大多数情况下,您需要勾选 Use multipart/form-data for POST 框才能使用 JMeter 上传文件:

RFC 2388 for more details. If you tick this box you need to remove Content-Type header declaration from the HTTP Header Manager

还要注意 according to JMeter Best Practices you should be always using the latest version of JMeter so consider upgrading to JMeter 5.3 (or whatever is the latest JMeter stable version)

最后但并非最不重要的一点是,您应该能够使用 JMeter 的 HTTP(S) Test Script Recorder 正常记录文件上传请求,只是 确保复制您将要上传到的文件JMeter 的“bin”文件夹