Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 502 Bytes

readMe.md

File metadata and controls

24 lines (19 loc) · 502 Bytes

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