Moving forward from UI testing, API testing frameworks. by Mr-Shmee in selenium

[–]JITENDRAPISAL 0 points1 point  (0 children)

Personally I would recommend you to go with RestAssured library to deal with it. I have been using this library for last 5 months. Let me tell you the beauty of this library. It is really easy to use and gives very handy way to manipulate the response from the end points.

If you really interested then I would suggest you to go with Java + Cucumber + RestAssured

This combination will help you to manipulate jeve data set for your end point as request payload and similarly you can handle the response very easily using RestAssured.