Rest API Testing using Rest Assured Tutorial,Rest Assured is a Java based Library which is used to test Restful WebServices.
Rest Assured is providing different methods to test Rest API in terms of JSON,XML formats.Rest Assured providing options to perform Rest API Automation in BDD style i,e Behavior Driven Development.
Rest API Automation using Rest Assured JAVA,REST Assured is a Java DSL for simplifying testing of REST based services built on top of HTTP Builder. It supports POST, GET, PUT, DELETE, OPTIONS, PATCH and HEAD requests and can be used to validate and verify the response of these requests.
http://www.easyselenium.com/rest-api-...