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.
-
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.