4
votes

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.

2
Is rest-assured able to test oauth 2.0 REST ws ? It seems it is only able to test for oauth 1.0a ones. - rico

2 Answers

4
votes

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.

0
votes

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..