Skip to content

ivodimitrov/rest-assured-java-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST Assured Java Framework and API tests

Testing and validating REST services with REST Assured

What do I need to run these samples?

A Java 8 or greater (In this case I'm using Java 17) JDK and Maven. That's it.

What API is used for the samples?

The code samples invoke the Zippopotam.us API.

In those cases where the actual API could not be used (it doesn't support HTTP operations other than GET, plus it doesn't have an option to return XML response bodies), calls have been mocked using WireMock.

About

API Testing and validating REST services. REST Assured Java Practice and API tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages