进行 REST API 测试时,soapUI 与 Rest-assured 比较
What's better for testing a REST API in built in Spring 3.1, soapUI or rest-assured? oAuth 2.0 is used for authentication.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于谁将创建和维护测试。如果要进行 QA,那么soapUI 是正确的工具。如果是开发商的话就放心了。
It depends on who is going to create and maintain the tests. If it is going to be the QA then soapUI is the right tool. If it is going to be the developers then rest-assured.
您还可以使用其他工具进行 REST API 测试,例如 RestCase、Runscope 或 vRest。
还有许多休息客户端可用,例如 Postman 等。
You can also use other tools for REST API Testing like RestCase, Runscope or vRest.
There are also many rest clients available like Postman and etc..