Skip to content

chemyl/restAssured_topics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages