We are analysing the best tool to test REST APIs. Also considering in mind, integration with TFS.
Asked
Active
Viewed 2.1k times
11
-
3What are your observations? – Rao May 04 '17 at 00:16
-
5Possible duplicate of [API Testing Using SoapUI vs Postman vs Runscope](http://stackoverflow.com/questions/30645751/api-testing-using-soapui-vs-postman-vs-runscope) – Alexandru Marculescu May 04 '17 at 08:04
1 Answers
11
Some basic starter differences:- Postman is lightweight browser based tool. easy to use, easy to share tests b/w team members by export option,
SoapUI is also easy to use with SoapUI you integrate it with GIT/SVN directly for Checkin and checkout your scripts.
SoapUI supports Groovy Scripting, Postman don't for basic test scenarios you can use postman, if there is a need for logical based decision making calls SoapUI is best.

Rajesh Varma
- 151
- 2
- 10
-
3as of very recently the chrome plugin is deprecated, and you should use the local application – krystan honour Nov 14 '17 at 15:28