Reputation: 52550
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.
Upvotes: 4
Views: 4690
Reputation: 380
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..
Upvotes: 0
Reputation: 80196
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.
Upvotes: 4