
Rest Assured is a java library for testing restful web services, enabling beginners to build api tests for xml and json using http methods.
Identify prerequisites for the rest assured automation framework, including java installation verification, selecting an IDE, and enabling test Engie Eclipse plugin with test Engy Maven library on Windows or Mac.
Set up your first Rest Assured project in Eclipse with Maven, add Rest Assured and Test Energy dependencies via pom.xml, and install the Test Energy plugin for testing.
Create your first Rest Assured test in a Java Eclipse project by annotating a test method, performing a get request, capturing the response, and asserting the status code.
Learn to write Rest Assured tests with static imports, using given and get to call endpoints, assert status 200, and inspect response bodies with data array paths.
Learn to perform get and post requests with rest assured, validate status codes, and extract data with pathfinder; build post bodies with maps or json libraries and set content-type headers.
Test put, patch, and delete operations using Rest Assured in a Java Eclipse project, building payloads with json-simple and hitting the /users endpoint to verify updates.
Add an eclipse project to a Git repository with GitHub. Create an account and repository, clone in Eclipse, then commit and push, using a dot gitignore.
This course is created for complete beginners.
Get started with REST Assured step by step
If you are a complete beginner in API Testing and REST Assured, this course is for you. Very basic step by step videos to guide you from scratch.
In this session, we will learn
What is REST Assured
How to Setup REST Assured API Testing framework from scratch
How to add REST and SOAP API Requests
How to do response validation
How to validate JSON and XML Schema
Adding project to Git & GitHub
In case you are completely new to API testing and want to get some basics, can watch my course - Web Services API - Step by Step Beginner Tutorial
This will give you a complete overview of SOAP & REST web services, Can find this course on Udmey or my website AutomationStepByStep
All my free courses can be found on the website AutomationStepByStep
By the end of this course you will be able to create a REST assured API Testing framework in java
You will learn all the prerequisites and then start creating the framework from scratch
Complete step-by-step hands-on knowledge with demo and examples
I will teach you How to Add project to Git, Commit, Push and Clone projects
Even non-programming users can follow and learn from this course
Wish you all the best
Let's Get Started...
Raghav Pal