What you'll 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
**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 Assured
File 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-Assured
Authenticatinginto applications which implement Form Authentication using Spring Security
Authenticatinginto applications that implement Form Authentication using Spring Security &CSRF tokenimplementation.
SendingSoap Requests using Rest-Assured
Sending requests via Proxy Server
ParsingHTML Data using JSOUP Library
UsingJSONAssert Library to assert on complete JSON responses
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
FRAMEWORKDEVELOPMENT WITHJAVA, JUNIT, ALLURE REPORTS
Continuous Integration(CI) with Git, Github & Jenkins
At 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!