What is REST Assured
What it is used for
What all can we do with REST Assured
REST Assured is a java library for testing RESTful web services. It is used to invoke REST web services and check response. Can be used to test XML as well as JSON based web services. It supports POST, GET, PUT, DELETE, OPTIONS, PATCH and HEAD requests and can be used to validate and verify the response of these requests. Can be integrated with testing frameworks like JUnit, TestNG etc. REST Assured is implemented in Groovy.