API Testing
REST Assured Tutorial: Getting Started with Java API Testing
If you write Java and need to test REST APIs, REST Assured is the most popular library for the job. It lets you write readable, expressive HTTP tests that fit naturally into a JUnit or TestNG test suite. This tutorial walks you through everything from initial setup to writing your