1. Урок 1.00:08:04
    Introduction to the Project
  2. Урок 2.00:09:20
    Creating a new Maven Project
  3. Урок 3.00:18:20
    Creating Base class
  4. Урок 4.00:13:47
    Calling Properties and creating the very first test case
  5. Урок 5.00:06:28
    Initializing Logs
  6. Урок 6.00:15:12
    Adding Assertions
  7. Урок 7.00:21:05
    Adding Data Provider and creating the second test
  8. Урок 8.00:15:30
    Implementing ReportNG
  9. Урок 9.00:07:28
    Adding Listeners
  10. Урок 10.00:16:01
    Capturing unique screenshot and report customization part 1
  11. Урок 11.00:08:39
    Capturing unique screenshot and report customization part 2
  12. Урок 12.00:19:27
    Generating Extent Reports
  13. Урок 13.00:13:10
    Adding steps to testcases in Extent Report
  14. Урок 14.00:08:11
    Creating a common DataProvider
  15. Урок 15.00:18:45
    Adding Multiple failures to the Test
  16. Урок 16.00:23:26
    Adding Parameterization and automating the third test
  17. Урок 17.00:26:27
    Setting up run modes for Test Suites
  18. Урок 18.00:14:50
    Setting up run modes for Test data and implementing parameterization
  19. Урок 19.00:11:11
    Jenkins build generation
  20. Урок 20.00:06:58
    Jenkins - Configuring HTML Publisher plugin for Extent Reports
  21. Урок 21.00:08:39
    Jenkins - Parameterizing the build for browser and environment
  22. Урок 22.00:12:53
    Jenkins - Configuring MAIL API to send test results in an automated email
  23. Урок 23.00:05:44
    ExcelReader Utility - APACHE POI 4.1.0
  24. Урок 24.00:14:43
    Log4J API
  25. Урок 25.00:13:29
    JDBC Connection
  26. Урок 26.00:23:55
    Selenium 4.0 New features and updates
  27. Урок 27.00:13:03
    Selenium 4 - Handling New Tabs and Popups
  28. Урок 28.00:13:02
    Selenium 4 - New Locator strategies through Relative Locators
  29. Урок 29.00:22:49
    Selenium 4 - Selenium Grid 4
  30. Урок 30.00:41:41
    Xpath VS CSS in Depth - Part 1
  31. Урок 31.00:21:04
    Xpath VS CSS in Depth - Part 2
  32. Урок 32.00:13:56
    Xpath VS CSS in Depth - Part 3
  33. Урок 33.00:08:12
    Introduction to TestNG and Configuring Eclipse plugin
  34. Урок 34.00:08:59
    Creating the First Test Case
  35. Урок 35.00:06:37
    Adding Assertions and Reporting Failures
  36. Урок 36.00:06:29
    SoftAssertions and Reporting Multiple failures
  37. Урок 37.00:05:32
    Creating Test Dependencies
  38. Урок 38.00:04:56
    Creating Test Suite
  39. Урок 39.00:04:45
    Managing Multiple Test Suites
  40. Урок 40.00:07:11
    Test Groups
  41. Урок 41.00:10:53
    TestNG Listeners
  42. Урок 42.00:01:57
    Forcefully Skipping a Test Case
  43. Урок 43.00:03:24
    Adding Before and After Suite annotations
  44. Урок 44.00:09:42
    TestNG Report
  45. Урок 45.00:05:31
    ReportNG
  46. Урок 46.00:10:49
    Understanding Parameterization through DataProviders
  47. Урок 47.00:12:55
    TestNG Parameterization Excel Reading
  48. Урок 48.00:10:56
    TestNG Parameterization Excel Reading with Hashtable
  49. Урок 49.00:12:13
    Handling Multiple Data Providers
  50. Урок 50.00:04:38
    Reading Parameters from TestNG.xml file
  51. Урок 51.00:07:06
    Running Parallel Test using TestNG.xml file
  52. Урок 52.00:03:32
    Running Parallel Test using DataProvider
  53. Урок 53.00:12:10
    InvocationCount and ThreadPoolSize
  54. Урок 54.00:02:50
    Introduction to Docker
  55. Урок 55.00:21:09
    Docker installation and running parallel Grid test
  56. Урок 56.00:08:06
    Docker Compose
  57. Урок 57.00:16:59
    XML Parser for maintaining Object Repositories
  58. Урок 58.00:11:37
    JSON Parser for maintaining Object Repositories
  59. Урок 59.00:28:48
    Integrating Excel Reading - Creating Test Data
  60. Урок 60.00:17:36
    Setting up Runmodes at Suite and TestCase level
  61. Урок 61.00:17:35
    Complex Parameterization with Hashtables
  62. Урок 62.00:08:08
    Optimizing DataProvider code
  63. Урок 63.00:14:48
    Handling Multiple Data Providers and suites
  64. Урок 64.00:20:57
    Creating common Utility for Runmodes
  65. Урок 65.00:28:08
    Data Driven - Creating the TestBase class
  66. Урок 66.00:23:33
    Data Driven - Creating Test case and executing it on 10 different nodes
  67. Урок 67.00:18:19
    Data Driven - Integrating Extent Report for Parallel Tests - Part 1
  68. Урок 68.00:25:12
    Data Driven - Integrating Extent Report for Parallel Tests - Part 2
  69. Урок 69.00:13:14
    Data Driven - Adding more test steps part 1
  70. Урок 70.00:03:05
    Data Driven - Adding more test steps part 2
  71. Урок 71.00:19:32
    Data Driven - Capturing Screenshots and Mapping them to different threads
  72. Урок 72.00:11:57
    Data Driven - Adding user defined logs for parallel threads - Part 1
  73. Урок 73.00:14:09
    Data Driven - Adding user defined logs for parallel threads - Part 2
  74. Урок 74.00:07:29
    Data Driven - Adding user defined logs for parallel threads - Part 3
  75. Урок 75.00:16:43
    Data Driven - Adding Maven and Jenkins for the final Project Run
  76. Урок 76.00:11:46
    Page Object Model - Introduction to the framework basics
  77. Урок 77.00:18:40
    Page Object Model - Designing Layout and creating the first business page
  78. Урок 78.00:14:23
    Page Object Model - Creating business Pages - Part 2
  79. Урок 79.00:27:20
    Page Object Model - Creating business Pages - Part 3
  80. Урок 80.00:22:53
    Page Object Model - Creating Business Pages - Part 4
  81. Урок 81.00:17:26
    Page Object Model - Implementing Page Objects
  82. Урок 82.00:17:20
    Page Object Model - Implementing Base class for Pages - Part 1
  83. Урок 83.00:13:26
    Page Object Model - Implementing Base class for Pages - Part 2
  84. Урок 84.00:19:49
    Page Object Model - Implementing Base class for Pages - Part 3
  85. Урок 85.00:26:32
    Page Object Model - Adding Test cases and common Data Providers
  86. Урок 86.00:01:36
    Page Object Model - Learning Git, Github and Continuous Integration
  87. Урок 87.00:20:03
    Page Object Model - Introduction to Version control system
  88. Урок 88.00:16:21
    Page Object Model - Installing Git on Windows
  89. Урок 89.00:15:06
    Page Object Model - Git Commands
  90. Урок 90.00:16:25
    Page Object Model - Introduction to GitHub - remote repository
  91. Урок 91.00:29:54
    Page Object Model - Creating Account on GitHub & Pushing code to the remote repo
  92. Урок 92.00:18:34
    Page Object Model - Introduction to Continuous Integration and config Jenkins
  93. Урок 93.00:19:07
    Page Object Model - Continuous Integration Part 1
  94. Урок 94.00:08:37
    Page Object Model - Continuous Integration Part 2
  95. Урок 95.00:21:13
    Page Factories - Introduction
  96. Урок 96.00:26:00
    Page Factories - Implementing Base class and understanding factory annotations
  97. Урок 97.00:17:39
    Page Factories - Implementing Business classes Part 1
  98. Урок 98.00:25:00
    Page Factories - Implementing Business classes Part 2
  99. Урок 99.00:20:47
    Page Factories - Implementing Business classes Part 3
  100. Урок 100.00:05:09
    Page Factories - Implementing Business classes Part 4
  101. Урок 101.00:21:55
    Page Factories - Soft Assertions and Finding Multiple Elements
  102. Урок 102.00:11:34
    Page Factories - FindBys and FindAll annotations
  103. Урок 103.00:25:42
    Page Factories - Adding Extent Reports
  104. Урок 104.00:21:25
    Page Factories - Adding Keywords and Implementing logs
  105. Урок 105.00:16:09
    Page Factories - Implementing Parameterization and Runmodes to the test case
  106. Урок 106.00:12:26
    Page Factories - Configuring Jenkins and sending Automated Emails
  107. Урок 107.00:02:05
    Cucumber Basics - Introduction to the Project
  108. Урок 108.00:05:35
    Cucumber Basics - Introduction to Cucumber BDD
  109. Урок 109.00:08:42
    Cucumber Basics - Getting started with Cucumber Adding jars
  110. Урок 110.00:01:27
    Cucumber Basics - Adding Eclipse Cucumber Plugin
  111. Урок 111.00:05:22
    Cucumber Basics - Creating a Feature File
  112. Урок 112.00:07:52
    Cucumber Basics - Creating Step definition and runner files
  113. Урок 113.00:09:40
    Cucumber Basics - Adding Multiple scenarios in a Feature
  114. Урок 114.00:08:42
    Cucumber Basics - Adding Parameterization
  115. Урок 115.00:05:53
    Cucumber Basics - Creating Multiple Features and Step files
  116. Урок 116.00:07:31
    Cucumber Basics - Adding List and Datatables
  117. Урок 117.00:02:13
    Cucumber Basics - Adding Background
  118. Урок 118.00:05:02
    Cucumber Options - Features, Glue and Monochrome
  119. Урок 119.00:03:45
    Cucumber Options - Adding Tags
  120. Урок 120.00:06:48
    Cucumber Options - Adding Hooks
  121. Урок 121.00:02:19
    Cucumber Options - Adding tagged Hooks
  122. Урок 122.00:00:49
    Cucumber Options - Pretty Format Feature
  123. Урок 123.00:06:19
    Cucumber TestNG - Adding TestNG Runner
  124. Урок 124.00:03:01
    Cucumber Reporting - Generating Cucumber Reports
  125. Урок 125.00:06:38
    Cucumber Reporting - Integrating Cucumber Extent Report Plugin
  126. Урок 126.00:12:05
    Cucumber WebDriver - Adding Selenium APIs
  127. Урок 127.00:06:02
    Cucumber WebDriver - Creating the feature file
  128. Урок 128.00:13:13
    Cucumber WebDriver - Creating automation steps
  129. Урок 129.00:19:01
    Cucumber WebDriver - Fixing sync issues and adding validations
  130. Урок 130.00:03:49
    Cucumber WebDriver - Adding screenshots in case of failure
  131. Урок 131.00:08:46
    CucumberFramework - Part1 - Designing Architecture
  132. Урок 132.00:12:08
    CucumberFramework - Part2 - Creating a feature file
  133. Урок 133.00:12:35
    CucumberFramework - Part3 - Creating Step definition and defining base class
  134. Урок 134.00:15:37
    CucumberFramework - Part4 - Creating Page Objects Actions and locators
  135. Урок 135.00:06:47
    CucumberFramework - Part5 - Creating more business actions
  136. Урок 136.00:08:09
    CucumberFramework - Part6 - Creating step definitions
  137. Урок 137.00:22:25
    CucumberFramework - Part7 - Creating Cucumber runner hooks and generating extent
  138. Урок 138.00:09:57
    CucumberFramework - Part8 - Adding more steps and integrating maven
  139. Урок 139.00:21:22
    CucumberFramework - Part9 - Running Multiple features through Maven - Part 1
  140. Урок 140.00:29:38
    CucumberFramework - Part10 - Running Multiple features through Maven part 2
  141. Урок 141.00:17:44
    CucumberFramework - Part 11 - Integrating Jenkins and Interactive Reports
  142. Урок 142.00:15:16
    Cucumber 4 with Latest Extent Report version 4 and Maven Reporting plugin
  143. Урок 143.00:29:22
    Introduction to Selenium Grid
  144. Урок 144.00:33:18
    Configuring nodes & hub
  145. Урок 145.00:29:32
    Running Test on Multiple browsers & Nodes
  146. Урок 146.00:05:56
    Grid Json configuration
  147. Урок 147.00:04:23
    LATEST Selenium GRID 3 Configuration and Updates
  148. Урок 148.00:15:35
    LATEST Selenium Grid 3 - Running Parallel Test through TestNG XML Parameters
  149. Урок 149.00:09:04
    LATEST Selenium Grid 3 - Running Parallel Test through Data Provider
  150. Урок 150.00:10:02
    LATEST Selenium Grid 3 - Fixing the Parallel test execution by MultiThreading
  151. Урок 151.00:02:17
    Java Concepts - Introduction to upcoming Java modules required for the framework
  152. Урок 152.00:27:49
    Java Concepts - Access Modifiers
  153. Урок 153.00:31:50
    Java Concepts - OOPS - Encapsulation
  154. Урок 154.00:29:32
    Java Concepts - OOPS - Inheritance
  155. Урок 155.00:27:21
    Java Concepts - OOPS - Polymorphism - OverLoading
  156. Урок 156.00:30:45
    Java Concepts - OOPS - Polymorphism - Overriding
  157. Урок 157.00:29:35
    Java Concepts - OOPS - Polymorphism - Overriding benefits and drawbacks
  158. Урок 158.00:22:58
    Java Concepts - OOPS - Abstract class
  159. Урок 159.00:19:44
    Java Concepts - OOPS - Interfaces
  160. Урок 160.00:13:26
    Java Concepts - Collections - Wrapper Classes, Autoboxing and Unboxing
  161. Урок 161.00:24:31
    Java Concepts - Collections - ArrayList
  162. Урок 162.00:12:27
    Java Concepts - Collections - HashSet
  163. Урок 163.00:12:41
    Java Concepts - Collections - HashMap
  164. Урок 164.00:21:50
    Java Concepts - Reflection API
  165. Урок 165.00:44:28
    Java Concepts - Generics - Defining Generic Classes
  166. Урок 166.00:03:07
    Java Concepts - Generic Methods
  167. Урок 167.00:18:30
    Java Concepts - MultiThreading - Concept and Thread Class
  168. Урок 168.00:04:23
    Java Concepts - MultiThreading - Runnable Interface
  169. Урок 169.00:10:38
    Java Concepts - MultiThreading - Synchronized Threads
  170. Урок 170.00:07:06
    Java Concepts - MultiThreading - ThreadLocal class
  171. Урок 171.00:02:31
    FRAMEWORK - Part 1 - Introduction
  172. Урок 172.00:22:43
    FRAMEWORK - Part 2 - Automating the First Test case
  173. Урок 173.00:18:07
    FRAMEWORK - Part 3 - Executing Parallel Test
  174. Урок 174.00:02:07
    FRAMEWORK - Part 4 - Handling Dependencies Dynamically
  175. Урок 175.00:15:37
    FRAMEWORK - Part 5 - Implementing Grid - Hub and Nodes
  176. Урок 176.00:27:08
    FRAMEWORK - Part 6 - Adding Page Objects and Page factory to the test cases
  177. Урок 177.00:44:13
    FRAMEWORK - Part 7 - Adding the Data Layer and setting up runmodes
  178. Урок 178.00:43:09
    FRAMEWORK - Part 8 - Implementing Generic BasePage and DriverManager Utility
  179. Урок 179.00:28:20
    FRAMEWORK - Part 9 - Implementing DriverFactory class and adding setter getters
  180. Урок 180.00:27:15
    FRAMEWORK - Part 10 - Introduction Latest 3.x Extent Reports
  181. Урок 181.00:13:06
    FRAMEWORK - Part 11 - Adding logs to the Report
  182. Урок 182.00:08:06
    FRAMEWORK - Part 12 - ExtentListener and ExtentManager Utilities explanation
  183. Урок 183.00:22:49
    FRAMEWORK - Part 13 - Maven and Jenkins integration
  184. Урок 184.00:09:01
    FRAMEWORK - Part 14 - Adding Grid parameter to Jenkins
  185. Урок 185.00:38:21
    FRAMEWORK - Part 15 - Adding More Business Page Objects and Test Cases
  186. Урок 186.00:26:45
    Configuring Latest Extent Reports Step by Step
  187. Урок 187.00:10:34
    Generating extent reports through Customized Listeners
  188. Урок 188.00:17:47
    Part 1 - Introduction to Cucumber BDD Parallel execution
  189. Урок 189.00:04:28
    Part 2 - Adding Features and Implementing Step Definitions
  190. Урок 190.00:09:54
    Part 3 - Implementing the Parallel Test Plugin
  191. Урок 191.00:05:31
    Part 4 - Implementing Thread local to support Parallel Testing
  192. Урок 192.00:25:38
    Part 5 - Implementing Extent Reports and their support with Cucumber Scenarios
  193. Урок 193.00:15:32
    Part 6 - Adding TestNG Runner to execute parallel Cucumber Features
  194. Урок 194.00:17:16
    Part 7 - Implementing Cucumber with Page Objects
  195. Урок 195.00:23:47
    Part 8 - Designing the Framework
  196. Урок 196.00:15:31
    Part 9 - Running Parallel on Grid
  197. Урок 197.02:00:36
    Core Java Day 1 - Introduction to Core Java
  198. Урок 198.01:52:07
    Core Java Day 2 - Classes and Objects
  199. Урок 199.01:45:55
    Core Java Day 3 - Data Types, Heap, Garbage collection etc
  200. Урок 200.02:17:12
    Core Java Day 4 - Garbage Collection, Object Creation, Data Types, String
  201. Урок 201.01:41:10
    Core Java Day 5 - String Class, Concatenation, Operators
  202. Урок 202.01:55:39
    Core Java Day 6 - More on Operators
  203. Урок 203.02:03:03
    Core Java Day 7 - Conditional and Ternary operators, Methods etc
  204. Урок 204.01:28:44
    Core Java Day 8 - More on Methods and scanner class
  205. Урок 205.02:06:42
    Core Java Day 9 - Type of Variables, Methods and Return types
  206. Урок 206.01:49:54
    Core Java Day 10 - Static and Non Static
  207. Урок 207.01:58:30
    Core Java Day 11 - IfElse, SwitchCase, For Loops
  208. Урок 208.01:38:47
    Core Java Day 12 - ForLoop, DoWhile Loop, While Loop and Arrays
  209. Урок 209.01:56:55
    Core Java Day 13 - Arrays
  210. Урок 210.02:04:55
    Core Java Day 14 - 2D/3D Arrays, Packages
  211. Урок 211.01:56:37
    Core Java Day 15 - OOPS - Inheritance
  212. Урок 212.02:33:41
    Core Java Day 16 - OOPS - Inheritance and Polymorphism
  213. Урок 213.01:50:37
    Core Java Day 17 - OOPS - Method Overloading
  214. Урок 214.02:20:54
    Core Java Day 18 - OOPS - Method Overriding, Polymorphism etc
  215. Урок 215.02:07:09
    Core Java Day 19 - OOPS - Abstract Classes and Interface
  216. Урок 216.02:21:06
    Core Java Day 20 - Constructor, This, Super, Constructor Chaining
  217. Урок 217.02:14:59
    Core Java Day 21 - Constructor chaining and Exception Handling
  218. Урок 218.02:07:17
    Core Java Day 22 - Exception Handling and Apache POI
  219. Урок 219.00:21:50
    Core Java - Reflection API