1. Урок 1.00:12:09
    Course FAQ's/Syllabus (** Must Watch****)
  2. Урок 2.00:08:35
    How to reach Trainer for Doubts in the course?(**Must Watch**)
  3. Урок 3.00:11:06
    Introduction to REST API
  4. Урок 4.00:08:18
    Understanding how REST API architecture works
  5. Урок 5.00:12:38
    What is BaseURL, Resources in REST API?
  6. Урок 6.00:10:15
    Understanding GET,POST,PUT,DELETE requests
  7. Урок 7.00:06:50
    What are headers and cookies in rest request?
  8. Урок 8.00:11:01
    Understanding google place Search API for scripting
  9. Урок 9.00:16:00
    Introduction to POSTMAN -Manual testing client for REST API
  10. Урок 10.00:12:53
    Adding new place in Google Maps with google API
  11. Урок 11.00:11:56
    Validating responses with POSTMAN client
  12. Урок 12.00:09:11
    Introduction on Test API's
  13. Урок 13.00:08:44
    Setting up Test Project with RestAssured API's
  14. Урок 14.00:15:07
    Understanding given tag for passing requests
  15. Урок 15.00:17:01
    Validating the body of first Json response
  16. Урок 16.00:14:48
    Examples on validating response headers and statuscodes
  17. Урок 17.00:18:07
    Understanding query parameters on sending request
  18. Урок 18.00:06:58
    Automating POST request with payload
  19. Урок 19.00:11:46
    Grabbing the response body into String for Advance validations
  20. Урок 20.00:08:39
    Passing the response values into subsequent requests
  21. Урок 21.00:12:40
    Optimizing the scripts by centralizing the data
  22. Урок 22.00:08:58
    Datadriven testing best practises
  23. Урок 23.00:15:36
    Validating Advanced xml responses
  24. Урок 24.00:13:58
    Shortcut methods to convert Rawdata to xml/Json
  25. Урок 25.00:13:54
    Parsing Json response to extract values
  26. Урок 26.00:12:15
    Logging feature to debug automation scripts
  27. Урок 27.00:07:45
    Why Dynamic Json payloads are important to understand
  28. Урок 28.00:05:56
    Introduction to Library API
  29. Урок 29.00:10:50
    Rest Assured Test for Library API Add Book http method
  30. Урок 30.00:17:09
    Sending parameters to payload from Test
  31. Урок 31.00:11:01
    Understanding TestNg Data provider for parameterization
  32. Урок 32.00:07:15
    Example on Parameterization of API Tests with multiple data sets
  33. Урок 33.00:12:52
    How to handle with static json payloads
  34. Урок 34.00:11:04
    How Jira API Works?
  35. Урок 35.00:16:26
    Cookie Authentication API for Jira requests
  36. Урок 36.00:14:10
    Jira GET,POST API Scripting for creating bugs
  37. Урок 37.00:16:02
    End to end Solved examples on automating Jira API
  38. Урок 38.00:14:35
    Adding comment API using POST and PUT
  39. Урок 39.00:07:02
    Jira API scripting examples with response validations
  40. Урок 40.00:12:25
    Introduction to OAuth 2.0 and different Grant types
  41. Урок 41.00:20:03
    Understand Grant Type Authorization flow with real time example
  42. Урок 42.00:25:13
    Flow procedure in achieving OAuth 2.0 Authentication mechanism
  43. Урок 43.00:10:23
    Details on Practise OAuth 2.0 project to retrieve Courses list
  44. Урок 44.00:12:13
    Shortcut to generate Access token through Postman OAuth 2.0 Authentication
  45. Урок 45.00:15:19
    Building up Rest Assured Automation Test for the OAuth Project
  46. Урок 46.00:12:24
    Integration Web UI Automation to generate Authorization code
  47. Урок 47.00:08:27
    Formatting URL String to retrieve code using java methods
  48. Урок 48.00:12:37
    How to deal with Client Credentials Grant type for OAuth flow
  49. Урок 49.00:15:13
    What is Serialization and Deserialization in Rest Assured
  50. Урок 50.00:12:01
    Libraries needed to support Serialization in Rest Assured
  51. Урок 51.00:18:42
    Strategies in Parsing Complex nested Json using POJO classes
  52. Урок 52.00:17:22
    Creating POJO classes for the real time Nested Array Json
  53. Урок 53.00:13:25
    Solving Complex Queries from Json with simple POJO methods -Part 1
  54. Урок 54.00:12:32
    End to end Automation examples using POJO Deserialization
  55. Урок 55.00:15:44
    Solving Complex Queries from Json with simple POJO methods-Part 2
  56. Урок 56.00:09:47
    Learning Plan
  57. Урок 57.00:02:43
    Important Note
  58. Урок 58.00:10:59
    Importance of Maven in Framework development
  59. Урок 59.00:11:05
    Installing and configuring Maven
  60. Урок 60.00:15:54
    Understanding Terminologies of Maven
  61. Урок 61.00:11:05
    Creating Maven Project and importing into eclipse
  62. Урок 62.00:13:11
    Understanding POM.xml file and its dependencies
  63. Урок 63.00:13:09
    Importance of surefirePlugin in executing Tests
  64. Урок 64.00:12:29
    Integration of Testng with Maven
  65. Урок 65.00:10:42
    Switching the Tests with Maven profiling
  66. Урок 66.00:10:43
    Importance of Jenkins in Test frameworks
  67. Урок 67.00:10:46
    Install and configure Jenkins
  68. Урок 68.00:12:19
    Configuring Jenkin Settings and Workspace
  69. Урок 69.00:17:13
    Testng Reporting Plugin into Jenkin jobs
  70. Урок 70.00:09:02
    What is log4j? its usage in Rest API framework
  71. Урок 71.00:14:30
    Importing log4j into Eclipse project
  72. Урок 72.00:10:53
    Importance of log4j xml file
  73. Урок 73.00:14:52
    Understanding the xml file to control logging in Testcase
  74. Урок 74.00:16:30
    Testcase logging with log4j example-1
  75. Урок 75.00:06:37
    Testcase logging with log4j example continued...
  76. Урок 76.00:13:49
    Converting Project to TESTNG framework
  77. Урок 77.00:10:35
    Creating Maven REST API test Project
  78. Урок 78.00:12:04
    End to end testing API's on Maven Project
  79. Урок 79.00:12:14
    Generating reports and creating BAT file
  80. Урок 80.00:13:51
    Integrating Log4j into Rest API Tests
  81. Урок 81.00:13:54
    Configuring and generating log file for the tests
  82. Урок 82.00:16:47
    Importance of Global environment variables in Framework
  83. Урок 83.00:15:15
    Creating Modules to drive the data into Tests
  84. Урок 84.00:11:12
    Organizing files and folders as per test structure
  85. Урок 85.00:15:06
    Extent Reports in generating Test execution results
  86. Урок 86.00:11:14
    Integrating Rest API tests into JENKINS CI tool
  87. Урок 87.00:10:10
    what is Apace POI API & Download Instructions
  88. Урок 88.00:15:19
    Strategy to Access Excel Data
  89. Урок 89.00:15:17
    Getting rows and its cells from Sheet
  90. Урок 90.00:08:49
    Retrieving Data from Excel based on condition
  91. Урок 91.00:11:46
    Practise Exercise- Excel Driven testing -1
  92. Урок 92.00:11:00
    Practise Exercise- Excel Driven testing -2
  93. Урок 93.00:10:01
    Practise Exercise- Excel Driven testing -3
  94. Урок 94.00:07:49
    Introducion to Library API
  95. Урок 95.00:10:57
    Library APi Postman and Rest Assured examples
  96. Урок 96.00:14:12
    Conversion of HashMap into Json
  97. Урок 97.00:15:23
    Excel Integration with Rest Assured Test
  98. Урок 98.00:03:47
    Introducion to TestNg Framework
  99. Урок 99.00:04:27
    Environment setup in eclipse
  100. Урок 100.00:11:35
    TestNG Annotations basics
  101. Урок 101.00:13:10
    Annotations discussion continued..
  102. Урок 102.00:25:13
    TestNg Annotations conclusion
  103. Урок 103.00:07:47
    Prioritizing the testcases with TESTNG
  104. Урок 104.00:06:27
    Enabling and disabling the scripts with testng controls
  105. Урок 105.00:08:16
    Importance of TESTNG xml file
  106. Урок 106.00:08:35
    Java first program basics
  107. Урок 107.00:08:33
    Java program principles
  108. Урок 108.00:17:54
    Classes,objects in Java
  109. Урок 109.00:15:55
    Strings in Java
  110. Урок 110.00:09:23
    String Practise exercises
  111. Урок 111.00:11:23
    What is Interface?
  112. Урок 112.00:10:11
    How Java classes can take advantage of Interface?
  113. Урок 113.00:10:59
    Usage of Inheritance in Java
  114. Урок 114.00:11:46
    Understanding google place Search API for scripting
  115. Урок 115.00:07:05
    Practical examples on types of inheritances
  116. Урок 116.00:08:57
    Introduction to Arrays
  117. Урок 117.00:12:38
    Single dimensional and Multidimensional arrays usage