What are the best tools used for testing the apps based on RESTful APIs?

Pratik Patel's picture
Pratik Patel asked on September 2, 2016 - 2:59am | Replies (4).

Suggest few of the most preferred testing tools which are used to test apps based on REST APIs.

4 Answers

Bas Dijkstra's picture

Hi Pratik,

it's not necessarily the best tool (I don't think there is one BEST tool) but I really like REST Assured (http://rest-assured.io) for writing tests for RESTful APIs in Java. It's easy to use, pretty powerful and the tests are (to a large extent) human readable even though it's code, thanks to the given().when().then() syntax.

Mark Bentsen's picture

Ready API! Pro for functional testing RESTful APIs. Also, there are robust materials for training on the tool via the smartbear"dojo".

Lee Kevin993's picture

I think you should try Robotium Android Testing Tool I have used it for SmartIO App did helped me alot, It has lot of good option for quick fix of bugs.

StickyMinds is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.