
Rest Assured Tutorial is one of the most used libraries for REST API Automation Testing. Rest-Assured is a Java-based library that is used to test RESTful Web Services. It can be integrated with Maven and help us in automating the testing of RESTful API.
It is helpful to write Unit tests as well as implementing automation frameworks. This library behaves like a headless Client to access REST web services. This online course is a step by step guide to learn Rest Assured Concepts.
Section 1Client Server Fundamentals
Lecture 1Client Server Architecture
Lecture 2Service Oriented Architecture
Lecture 3HTTP vs HTTPS
Lecture 4HTTP Request & HTTP Response
Section 2Introduction to REST
Lecture 5REST API
Lecture 6Rest Assured
Lecture 7Rest API Testing
Lecture 8Rest Assured Setup
Section 3Response Validation
Section 4REST API Testing
Lecture 12Rest Assured Get Example
Lecture 13Rest Assured POST Example
Lecture 14Rest Assured PUT Example
Lecture 15Rest Assured DELETE Example
Section 5Rest Assured Testing Part II
Lecture 16Rest Assured Authentication
Lecture 17Query Parameter in Rest Assured
Lecture 18Path Parameter in Rest Assured
Lecture 19Upload files using Rest Assured