11

We are analysing the best tool to test REST APIs. Also considering in mind, integration with TFS.

Amitesh Marwah
  • 111
  • 1
  • 1
  • 4

1 Answers1

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