What you'll learn:
- Write REST Assured tests (GET, POST, PUT, PATCH, DELETE) using the 'given-when-then' method
- Response extraction using Jayway JsonPath
- Generate Fake Test Data
- 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
In the 21st century, almost all web applications use web services to communicate or interact with each other. Mostmodern dayweb 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 importantlyhow 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 withREST API AutomationusingRest Assured Libraryin Java & JUnit. We will be focusing on the important topics listed below:
Learn how to create collections& environment variablesinPOSTMAN
Understand and usePOSTMANtosend requests (using GET, POST, PUT, PATCH, DELETE, OPTIONS and HEAD operations)
Introduction toREST Assured,which is a popular open sourcelibrary used for API test automation
Learn how to setup aRESTAssuredMavenproject
Learn to write tests for GET, POST, PUT, PATCH and DELETErequests usingREST Assured
Learn to use setup & configure Allure Reports
Provide beautiful DisplayNames,Descriptions, link information in your reports
Add detailed test step information & attachment information in the reports
****You will be provided with aStudents Application, that you can run locally on your machine****
****The course will introduce you to Bestbuy API playground(which contains ~50,000 products) application which can be run locally
All the code is available for download & instructor support will be provided to questions.