如何将 Postman 的集合导入到 SoapUI 中?
How to import Postman's collection into SoapUI?
也许有人知道如何将 postman 集合导入 SoapUI rest 项目。我只是在这里找到反向导入方式:http://blog.getpostman.com/2016/04/27/importing-soapui-projects-into-postman/
也许我应该导入中间状态的 Postman 集合(例如 *.xml
或 *.json
格式),然后导入到 SoapUI?
Smartbear 为 Ready!API 开发了一个 postman 插件:
https://github.com/SmartBear/readyapi-postman-plugin
由于问题专门针对 SoapUI,这里有几个选项:
- 升级到就绪!API;
- 获取试用版 Ready!API 并在试用期结束前导入所有 collections;
- 调整来自 GitHub 的源代码以从 json postman 导出生成一个 soapUI 项目 (xml) 文件。
有一点需要注意,Ready!API 中保存的项目可以在 SoapUI 和 vice-versa 中打开。
我知道已经好几年了,但如果有人有类似的问题,这里有一个专门针对 SOAPui 而不是使用 ReadyAPI 的解释:https://www.soapui.org/docs/postman-collections.html
您还必须拥有最新版本的 SOAPui 5.5。
也许有人知道如何将 postman 集合导入 SoapUI rest 项目。我只是在这里找到反向导入方式:http://blog.getpostman.com/2016/04/27/importing-soapui-projects-into-postman/
也许我应该导入中间状态的 Postman 集合(例如 *.xml
或 *.json
格式),然后导入到 SoapUI?
Smartbear 为 Ready!API 开发了一个 postman 插件: https://github.com/SmartBear/readyapi-postman-plugin
由于问题专门针对 SoapUI,这里有几个选项:
- 升级到就绪!API;
- 获取试用版 Ready!API 并在试用期结束前导入所有 collections;
- 调整来自 GitHub 的源代码以从 json postman 导出生成一个 soapUI 项目 (xml) 文件。
有一点需要注意,Ready!API 中保存的项目可以在 SoapUI 和 vice-versa 中打开。
我知道已经好几年了,但如果有人有类似的问题,这里有一个专门针对 SOAPui 而不是使用 ReadyAPI 的解释:https://www.soapui.org/docs/postman-collections.html 您还必须拥有最新版本的 SOAPui 5.5。