Welcome to this free RestAssured online course.
If you’re new to Java, I would encourage you to complete our free Java Basics course before continuing with RestAssured.
We will be using Maven to pull down the necessary libraries for this course, so you will need to be comfortable with the basics of setting up a Maven project. There is an extensive online course by Mykong that can help you get familiar with Maven
We will be using JUnit as our test runner. So if you aren’t familiar with JUnit check out the section on JUnit in our free Java Basics course.