如何从 JMETER 工具将结果 CSV 文件上传到一个驱动器
how to upload the result CSV file to one drive from JMETER tool
我们需要将结果文件 (CSV) 从 Jmeter 上传到一个驱动器。有没有办法从 jmeter 做到这一点?
您可以使用 OneDrive REST API in order to manipulate the files in OneDrive directly from JMeter's HTTP Request 个采样器
查看 Upload or replace the contents of a DriveItem article to learn more about properly forming a PUT 请求,该请求会将您选择的文件上传到 OneDrive 存储
查看 REST API Testing - How to Do it Right 文章了解从 JMeter 调用 REST API 请求的一般概念。
我们需要将结果文件 (CSV) 从 Jmeter 上传到一个驱动器。有没有办法从 jmeter 做到这一点?
您可以使用 OneDrive REST API in order to manipulate the files in OneDrive directly from JMeter's HTTP Request 个采样器
查看 Upload or replace the contents of a DriveItem article to learn more about properly forming a PUT 请求,该请求会将您选择的文件上传到 OneDrive 存储
查看 REST API Testing - How to Do it Right 文章了解从 JMeter 调用 REST API 请求的一般概念。