This repository contains a Java-based project for testing the DummyJSON API, a free and open-source REST API for testing and prototyping.
Before running the tests, ensure you have the following installed:
- Java Development Kit (JDK): Version 8 or higher.
- Apache Maven: For managing project dependencies.
Clone the Repository:
git clone https://github.com/Imratul/API-Testing-on-DummyJSON-Java.git
Navigate to the Project Directory:
cd API-Testing-on-DummyJSON-Java
Install Dependencies:
mvn clean install
-
Run Tests:
mvn test -
View Test Reports: After running the tests, reports will be generated in the target/surefire-reports directory.
