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.
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.
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..
精彩评论