4

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.

at.
  • 50,922
  • 104
  • 292
  • 461
  • 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 Dec 31 '11 at 21:33
  • https://stackoverflow.com/questions/37646402/is-there-an-advantage-in-using-soap-ui-over-rest-assured-to-automate-rest-servic has got detailed answer – vikramvi Nov 29 '17 at 10:42

2 Answers2

4

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.

Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327
0

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

Gen4ik
  • 360
  • 1
  • 8