An open API service indexing awesome lists of open source software.

https://github.com/destafajri/java-api_test

Source Code of Rest Assured-Java for API testing
https://github.com/destafajri/java-api_test

java rest-api restassured

Last synced: about 2 months ago
JSON representation

Source Code of Rest Assured-Java for API testing

Awesome Lists containing this project

README

          

# REST Assured
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.