Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2 KB

File metadata and controls

66 lines (41 loc) · 2 KB

reqres.in API Automation with RestAssured

This repository contains automated tests for reqres.in API using RestAssured in Java, with TestNG for test management and validation using JsonPath, XMLPath, and GSON.

Table of Contents

Tools and Technologies

Getting Started

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/reqres-api-automation.git 
  1. Open the project in IntelliJ IDEA.

  2. Install the necessary dependencies using Maven.

  3. Run the tests using TestNG.

Project Structure

The project structure is organized as follows:

  • src/test/java: Contains the test cases using TestNG.
  • pom.xml: Maven configuration file for managing project dependencies.

Running the Tests

  1. Open the project in IntelliJ IDEA.

  2. Navigate to the src/test/java directory.

  3. Run the desired test cases using TestNG.

Contributing

If you would like to contribute to this project, please follow the standard GitHub flow:

1.Fork the repository.

2.Create a new branch for your feature or fix.

3.Make your changes and submit a pull request.

Acknowledgments

Special thanks to the contributors of the libraries and tools used in this project.

Feel free to reach out if you have any questions or suggestions!