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
- Host: GitHub
- URL: https://github.com/destafajri/java-api_test
- Owner: destafajri
- Created: 2022-07-22T15:10:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T16:42:04.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T06:19:31.987Z (over 1 year ago)
- Topics: java, rest-api, restassured
- Language: HTML
- Homepage:
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.