Skip to content

This project showcases comprehensive examples for performing GET, POST, and PUT requests to manage bookings via the Restful Booker API.

Notifications You must be signed in to change notification settings

kevmach/Restful-API-s-Automation-using-RestAssured-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Assured API Automation with Java

This project demonstrates API automation using Rest Assured in Java for interacting with the Restful Booker API. It includes tests for POST, GET, and PUT requests to manage bookings.

Setup

  1. Clone the repository:

    git clone https://github.com/kevmach/Restful-API-s-Automation-using-RestAssured-Java.git
    
    

Prerequisites:

Java Development Kit (JDK) installed
Maven installed
IDE (Eclipse, IntelliJ, etc.) with Maven support

Import the project into your IDE:

Open your IDE and import the Maven project.

Install dependencies:

If not automatically done by your IDE, run mvn install to install dependencies.

About

This project showcases comprehensive examples for performing GET, POST, and PUT requests to manage bookings via the Restful Booker API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages