automated API tests using REST Assurred, JUnit Jupiter API and Jackson Databind (linkedin course)
Resources:
Web Page: LinkedIn Learning
Course: "Java: Automated API Testing with REST Assured" by Angie Jones
The aim of project is to practice API test automation for basic requests (POST, GET, PUT, DELETE) and
verification of responses (HTTP status code, headers, body) with the use od database for API data.