Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 REST API 调用,它将多部分 数据作为 Content-Type 使用文件(zip、rar 等)和JSON 对象作为参数,如下所示
Postman 中的请求结构
现在我想为此 API 编写一个自动化测试脚本以在 Postman 上运行,但在执行集合期间上传文件时遇到问题。
请分享有关如何在测试执行期间上传文件的任何意见。
它必须与纽曼一起完成。Postman 文档和博客解释了如何: