A simple, readable API test automation framework built with Java + RestAssured + Maven + TestNG. Designed so a new tester can clone it and write their first test in minutes.
- Layered structure: request specs, endpoints, models, and tests
- TestNG runner with XML suite configuration
- Data-driven tests via TestNG
@DataProvider - Reusable request and response specifications
- Maven build with dependency management
Java · RestAssured · Maven · TestNG
mvn clean testRun a single suite:
mvn test -DsuiteXmlFile=testng.xmlREST API testing without the boilerplate of larger enterprise frameworks. Good baseline when you want something working today.