RestAssured based API testing framework
-
Updated
Aug 12, 2022 - Java
RestAssured based API testing framework
A wrapper around Javalin that helps develop secured, database-backed RESTful services with minimal overhead and maximum flexibility.
Sample project for beginner to kick start with a well designed Selenium and RestAssrued together project.
This is a sample REST API Test Automation Framework using Java, REST Assured, Cucumber BDD, and Maven. The project demonstrates CRUD operations on product APIs.
Spring Boot 2.7 using Rest Repository for JPA using H2 in memory database - NO CONTROLLER - it is automatically generated/handled by Spring Data Rest. This application (Challenge #2) will run in local (H2 persistent), test (H2 transient - for CI/CD) and Prod (MariaDB)
Add a description, image, and links to the rest-api-framework topic page so that developers can more easily learn about it.
To associate your repository with the rest-api-framework topic, visit your repo's landing page and select "manage topics."