/Rest-Assured-Jumpstart

Rest Assured is Java Library for easily automate the test of REST API services.

Primary LanguageJava

Automation REST-Api using Rest Assured

What is Rest Assured?

Rest Assured is Java Library for testing and validate of REST services.

What to validate using REST Assured?

  • The response status code is equal to 200.
  • The response content type (telling the receiver of the response how to interpret the response body) equals "application/json."

Requirement

Prerequisite

How to Run

  • Make sure you already get your own Google API Key
  • Replace in env.properties with your own Key
  • Don't forget to check every dependencies on your maven project updated
  • Easily click run and see the result!

Documentations