REST API Automation With REST Assured - An Introduction
Udemy Course Coupon
Signup to Download
This course will help you get started with REST Assured, you will also learn how to write tests in REST Assured
Udemy Course Coupon
Signup to Download
This course will help you get started with REST Assured, you will also learn how to write tests in REST Assured
What you'll learn
- Create collections & environments in POSTMAN
- Use POSTMAN to send different requests (GET, POST, PUT, PATCH, DELETE, OPTIONS & HEAD)
- Setup REST Assured Maven project in Eclipse
- Write REST Assured tests (GET, POST, PUT, PATCH, DELETE) using the 'given-when-then' method
- Refactoring JUnit tests
- This course requires that the user has some basic programming knowledge in JAVA
- Basic understanding of RESTful Services
– Introduction to the course
- About the Course
- Starting "Students" Application
- IMPORTANT: For users using Java 9
- Inspecting browser traffic using chrome developer tools
- Installing Postman REST Client
- Organizing POSTMAN (creating collections, adding environments)
- GET Request (Getting information about resources)
- POST Request (Adding information)
- PUT Request (Updating information)
- PATCH Request (Updating selective information)
- DELETE Request (Deleting information)
- OPTIONS (Getting information on a particular resource)
- HEAD Method
- Java installation on Mac OS
- Maven installation on Mac OS
- Eclipse Installation on Mac OS
- Java installation on Windows OS
- Maven installation on Windows OS
- Eclipse Installation on Windows OS
- –Writing Tests using REST Assured
- Setting up REST Assured in Eclipse
- GET Request Part 1
- GET Request Part2
- POST Request
- PUT Request
- PATCH Request
- DELETE Request
- Refactoring Student App tests
- Link & COUPON CODE to Advanced Rest Assured Course
- Bonus Section
- Bonus section
In the 21st century, almost all web applications use web services to communicate or interact with each other. Most modern day web services are built on Representational state transfer (REST) architecture; REST has gained a lot of popularity and it will continue to do the same due to its simplicity in comparison with other technologies.
It is very important for software QA engineers, automation engineers and software developers to understand the importance of REST testing and more importantly how to automate these tests. Automating Application Program Interface (API) tests is critical and crucial for most projects due to the fact that API tests are far more stable, reliable and fast.
In this course, you will be provided with the tools and techniques needed to be successful with REST API Automation using Rest Assured Library in Java & JUnit. We will be focusing on the important topics listed below:
- Learn how to create collections & environment variables in POSTMAN
- Understand and use POSTMAN to send requests (using GET, POST, PUT, PATCH, DELETE, OPTIONS and HEAD operations)
- Learn how to setup Java, Maven, Eclipse on Windows and Mac OS
- Introduction to REST Assured, which is a popular open source library used for API test automation
- Learn how to setup a REST Assured Maven project
- Learn to write tests for GET, POST, PUT, PATCH and DELETE requests using REST Assured
- QA Engineers who want to learn how to write API automation
- Automation Engineers, SDETs who want to learn an additional Java Testing library for RESTful API's
- Software developers who would like to learn the art of API Test automation using REST Assured