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

https://github.com/maltsev-dev/restassured_topics

Rest-assured test samples
https://github.com/maltsev-dev/restassured_topics

rest-api restassured-framework samples

Last synced: about 1 year ago
JSON representation

Rest-assured test samples

Awesome Lists containing this project

README

          

Create RestAssured Project for _> testing purpose

| Pre-requisite to start: |

+ Java 11 + Maven project
+ Dependencies:
+ Rest-Assured:
(artifactId: rest-assured, json-path, xml-path, json-schema-validator);
+ testNG dependencies:
+ scribejava-apis;
+ json;
+ gson;
+ xml-schema-validator;
+ slf4j

| Topics: |

+ Sending HTTP request
+ Validating HTTP response
+ Request body creation (POJO and JSONObject)
+ API Chaining
+ Cookies validation
+ Headers validation