REST API Automation Complete Course: REST API Automation Complete Course

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
$14.99 / $24.99
Getting started with REST Assured Automation
-
1. Understanding google place Search API for scripting10m 52s
-
2. Introduction to POSTMAN -Manual testing client for REST API14m 31s
-
3. Adding new place in Google Maps with google API10m 42s
-
4. Validating responses with POSTMAN client8m 1s
-
5. Introduction on Test API's9m 11s
-
6. Setting up Test Project with RestAssured API's8m 43s
-
7. Understanding given tag for passing requests15m 6s
-
8. Validating the body of first Json response17m
-
9. Examples on validating response headers and statuscodes14m 47s
-
10. Understanding query parameters on sending request16m 3s
Diving in Depth-Automating REST API's
-
1. Automating POST request with payload6m 57s
-
2. Grabbing the response body into String for Advance validations11m 45s
-
3. Passing the response values into subsequent requests8m 39s
-
4. Optimizing the scripts by centralizing the data12m 39s
-
5. Datadriven testing best practises8m 57s
-
6. Validating Advanced xml responses15m 35s
-
7. Shortcut methods to convert Rawdata to xml/Json13m 57s
-
8. Parsing Json response to extract values13m 53s
-
9. Logging feature to debug automation scripts12m 14s
Real world Example-Automating Jira API's
-
1. How Jira API Works?11m 3s
-
2. Cookie Authentication API for Jira requests16m 25s
-
3. Jira GET,POST API Scripting for creating bugs10m 15s
-
4. End to end Solved examples on automating Jira API16m 1s
-
5. Adding comment API using POST and PUT14m 35s
-
6. Jira API scripting examples with response validations7m 1s
Real world examples -Twitter API
-
1. Introduction to Twitter API9m 44s
-
2. Understanding OAuth Authentication Mechanism6m 40s
-
3. Retrieve Tweets from the Account with API's10m 21s
-
4. Publish Tweets to your account with the API calls11m 23s
-
5. Delete the Tweets from API9m 14s
-
6. OAuth Authentication setup for Rest Assured Scripts14m 7s
-
7. Scripting Exercises on Twitter API -111m 20s
-
8. Scripting Exercises on Twitter API -27m 11s
Building Test Framework for API scripts
-
1. Converting Project to TESTNG framework13m 48s
-
2. How does Maven works? Installation and usages12m 18s
-
3. Creating Maven REST API test Project10m 35s
-
4. End to end testing API's on Maven Project12m 3s
-
5. Generating reports and creating BAT file12m 13s
TESTNG learning- Framework component
-
1. Introducion to TestNg Framework3m 46s
-
2. Environment setup in eclipse4m 26s
-
3. TestNG Annotations basics11m 34s
-
4. Annotations discussion continued..13m 9s
-
5. TestNg Annotations conclusion25m 12s
-
6. Prioritizing the testcases with TESTNG7m 46s
-
7. Enabling and disabling the scripts with testng controls6m 26s
-
8. Importance of TESTNG xml file8m 15s
Core Java basics
-
1. Java first program basics8m 34s
-
2. Java program principles8m 32s
-
3. Classes,objects in Java17m 53s
-
4. Strings in Java15m 54s
-
5. String Practise exercises9m 22s
-
6. What is Interface?11m 22s
-
7. How Java classes can take advantage of Interface?10m 10s
-
8. Usage of Inheritance in Java10m 58s
-
9. Practical examples on types of inheritances7m 30s
-
10. Introduction to Arrays8m 56s
-
11. Single dimensional and Multidimensional arrays usage12m 37s