REST API Automation With REST Assured - A Complete Guide (Udemy.com)

Learn every topic in Rest-Assured with Real World Examples & Test Automation Framework development with CI !!

Created by: Tejasvi Hegde

Produced in 2021

icon
What you will learn

  • File Uploads ,File Downloads , Sending SOAP Requests, Sending requests via proxy server using Rest Assured
  • **TEST AUTOMATION FRAMEWORK DEVELOPMENT & CI WITH GIT,JENKINS***
  • OAUTH1 Authentication with Twitter, Authentication OAUTH2 with Paypal in Rest Assured
  • Authentication with Spring Security & CSRF Token based apps in Rest Assured
  • Logging, request/response specifications, RootPath
  • JSONPath, XMLPath, JSoup Libraries for extracting data
  • Hard Asserts, Soft Asserts,Multiple Asserts , complete JSON Body Assertions using JSONAssert Library
  • Continuous Integration with GitHub & Jenkins
  • Allure Reports Implementation in TestFramework & configuration with Jenkins

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 90 / 100

icon
Course Description

**COMPLETE GUIDE FOR REST ASSURED WITH REAL-WORLD API'S, THROUGH COVERAGE ON FRAMEWORK DEVELOPMENT**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 Web Servicestesting and more importantlyhow to automate these tests. Automating Application Program Interface (API) tests are 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. We will be focusing on the important topics listed below:
Introduction to REST Assured,which is a popular open-sourcelibrary used for API test automation. Learn to write tests forGET, POST, PUT, PATCH and DELETEoperations using a sample application provided in the course Understand and useJSONPath, XMLPath (with Groovy syntax)to assert and extract the response Simplifywriting JSONPathby using Root path feature Practical examples demonstrating different Rest Assured topics (Request Specification, Response Specification, Logging, Parameters, File Download etc.) LoggingRequest and Response information based on test status Avoiding writing repetitive code by usingRequest/Response specificationconcepts Addingmultiple assertionsto a single test Soft Assertions in Rest AssuredFile Download File Uploadusing the multipart method Work with real-world examples such asWalmart Search API, PayPal Payment Service Use PayPal Web Serviceto learn different concepts likeAuthenticationusingOAuth 2.
0, passing ofaccess tokensto different requests, and executing GET, COMPLEXPOST requests Use OAuth 1.
0 authentication with Twitter to create Tweets, read tweets using Rest-AssuredAuthenticatinginto applications which implement Form Authentication using Spring SecurityAuthenticatinginto applications that implement Form Authentication using Spring Security &CSRF tokenimplementation.
SendingSoap Requests using Rest-AssuredSending requests via Proxy ServerParsingHTML Data using JSOUP LibraryUsingJSONAssert Library to assert on complete JSON responsesLearn to use setup & configure Allure Reports Provide beautiful DisplayNames, Descriptions, link information in your reportsAdd detailed test step information & attachment information in the reportsFRAMEWORKDEVELOPMENT WITHJAVA, JUNIT, ALLURE REPORTSContinuous Integration(CI) with Git, Github & JenkinsAt the end of this course,you will feel at "Rest"and will be"Assured"to take up API Testing, API Automation and successfully execute it in your organization!
Who this course is for:
QA Engineers who want to learn how to write API automationAutomation Engineers, SDET's who want to learn an additional Java testing library for RESTful APIsSoftware developers who would like to learn the art of API test automation using REST Assured

icon
Instructor Details

Tejasvi Hegde

Hi, I am Tej. I am currently working as a Software Engineer specializing in
Test/infrastructure automation, CI-CD, Development.

I have vast experience in various open-source & paid UI, API, Mobile Test Automation tools, technologies & frameworks.

I am very passionate about teaching & always had a dream to do it; with Udemy, It has become a reality. I am out here to share the various skills I have learned over time with you & hence have started the journey on teaching about various Test Automation tools & technologies which are currently trending in the market.
The goal is to help you learn something new or reinforce something that you are already familiar with.

Whether you are a job seeker or are trying to succeed in your current job, my courses will help you excel in either route, since most of the course is taught with real-world examples.

icon
More courses by Tejasvi Hegde

REST Assured API Automation,Allure Reports - An Introduction

$11.99

REST API Testing, Automation using POSTMAN

$11.99

REST API Automation:REST Assured,Serenity BDD Framework

$11.99

icon
More it & software courses

Kubernetes Certified Application Developer (CKAD) with Tests

$11.99

Angel Oracle Card Reader Course; Become the Oracle

$11.99

Cisco CCENT Packet Tracer Ultimate labs: ICND1 Exam prep lab

$11.99

Microsoft Access Networking 2: Maximum Security

$11.99

Oracle 12c Multitenant Architecture Administration

$11.99

Certified Kubernetes Administrator (CKA) with Practice Tests

$11.99

icon
Reviews

4.5

127 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Manish Kumar on 10/23/2020

Well articulated and formulated course. The pace is also very apt.

By Satyajeet Paygude on 10/20/2020

The trainer was not contactable stuck at one point ..

By Santosh Kumar Chouhan on 10/12/2020

Very useful and knowledgeable

By Aakash Jain on 9/24/2020

Good course covering all the basics in a very simple steps.
Thanks

By Sandra Carmona on 9/16/2020

Everything was well explained, all the examples, how to install and do set ups and configurations. Lots of examples applying the concepts.

By Venkatesan ARJUNAN on 9/5/2020

Good explainations

By Achyut Dhananjay Utpat on 9/2/2020

This is really great course for beginner and advance level students. All the concepts are given in well structured manner. Anyone can enjoy and get the real practical knowledge about RestAssured with Allure reports.
Thanks for such nice course !!
Thank you,
Achyut

By Maksym Denysov on 8/22/2020

A lot of useful extra information, very clear way of teaching!

By Suresh Kumar Karpuram on 8/18/2020

Very good concepts

By Nicolas Alvarino Laguna on 8/16/2020

Excelente Curso, Buena eleccin

By Name is invalid 404 on 8/8/2020

Seems to be an instructor with great potential, but needs improvement.
GOOD -
- Covers more topics than most tutorials.
- Explains things well.
BAD -
- Uses too many different apis. Many (not all) of the examples can be done with just one api.
- In most lessons, he wastes too much time by typing the code. Please keep small code snippets ready before starting a lecture whenever its feasible. For example, the lesson on filters is 18 minutes. You could reduce it to say 10 minutes or less, without skipping any important info.
- Does not provide code files at the end of a lesson. We can save time and also learn faster by simply copying the code. Moreover, commenting the code with small notes makes learning faster. Ex. In filters lesson I missed one boolean flag and got blank logs. He had called out this gotcha in the lesson at some point.
- There is no intro slide with summary for any of the lessons. Intro summary gives us an idea of what will be covered. Helps students to recap & also ensures that instructors stay on target.
- Needs to give more depth & practical examples of how a lesson can be useful, at least for some lessons. Ex. In the downloads lesson, he did not tell how to set the downloads directory for rest assured. At work, you can't always save downloads to whichever folder you like. There are far more detailed examples for the download feature online.
I wish the instructor would have chosen a better api which could be setup in our computer and also be used for all examples. I feel that the instructor needs to cut out extra lessons like framework and git/github and focus more on rest assured instead. Realistic frameworks are not a trivial 2 hour lesson and should be covered in a separate course. You could avoid github by providing code files after every lessons.

By Rishi Gupta on 8/7/2020

Awesome tutorial.Nice content and easy understanding