-
RestAssured
-
TestNG
-
Allure Report
-
Object Model design pattern
-
Data Driven framework
-
Java Docs
- FakeRestApi ( object Model Design )
- Restfulbooker ( object Model Design )
- Utils ( used to read data from external json file )
- FakeRestApiTest ( object Model Design )
- RestfulbookerApiTest ( object Model Design )
- Practice ( linear Design )
- ActivitiesTestData
- BookingTestData
- pom.xml ( XML file that contains information about the project and configuration details used by Maven to build the project)
- testng.xml ( is the configuration for TestNG testing framework ( defining test suite )
- Java JDK-19
- RestAssured 5.3.0
- Maven
- Run API tests:
mvn clean test
- Generate reports:
mvn allure:serve
orallure serve