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
- Host: GitHub
- URL: https://github.com/maltsev-dev/restassured_topics
- Owner: maltsev-dev
- Created: 2023-05-13T06:42:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T09:25:09.000Z (about 3 years ago)
- Last Synced: 2025-03-12T07:18:51.747Z (over 1 year ago)
- Topics: rest-api, restassured-framework, samples
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
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