at.
at.

Reputation: 52550

soapUI vs rest-assured for REST API testing

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

Answers (2)

Gen4ik
Gen4ik

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

Aravind Yarram
Aravind Yarram

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

Related Questions