Skip to content

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

Notifications You must be signed in to change notification settings

Megatukad/Rest-Assured-Jumpstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages