This is a template for Java test framework using TestNG and Maven build server. Feel Free to adaprt and use in your project.
This is a simple API test framework using Java, Maven, and TestNG.
- Install Java and Maven.
- Clone the repository.
- Navigate to the project directory and run
mvn test
.
- RestAssured 5.2.0
- Gson 2.9.0
- TestNG 7.6.1
Refer to the process diagram below for the logical flow of the framework.