要求是从 Postman 导出 Collection 并在 SOAPUI 中导入[运行这些 API]。 为此,我只是导出集合及其附带的 json 扩展名。 我尝试使用两种方式将该集合导入到 SoapUI 中:
我还尝试将 Collection JSON 文件转换为 XML 并将其上传到 SOAPUI 中。即使这样也行不通。
有什么方法可以直接将Collection导入到SOAPUI中吗?
看起来你可以导入 Postman v1 集合:
Importing a Postman Collection
To import the Postman collection to SoapUI:
Select File > Import Postman Collection.
In the Import Postman Collection dialog, click Browse and select the Postman collection to import.
SoapUI will create a new project and import all APIs described in the collection. If the collection has tests, SoapUI will create new SOAP or REST Request test step for each API definition with tests. You will be prompted to select the test case and test step name for each of these requests.