-
Урок 1.
00:08:04
Introduction to the Project
-
Урок 2.
00:09:20
Creating a new Maven Project
-
Урок 3.
00:18:20
Creating Base class
-
Урок 4.
00:13:47
Calling Properties and creating the very first test case
-
Урок 5.
00:06:28
Initializing Logs
-
Урок 6.
00:15:12
Adding Assertions
-
Урок 7.
00:21:05
Adding Data Provider and creating the second test
-
Урок 8.
00:15:30
Implementing ReportNG
-
Урок 9.
00:07:28
Adding Listeners
-
Урок 10.
00:16:01
Capturing unique screenshot and report customization part 1
-
Урок 11.
00:08:39
Capturing unique screenshot and report customization part 2
-
Урок 12.
00:19:27
Generating Extent Reports
-
Урок 13.
00:13:10
Adding steps to testcases in Extent Report
-
Урок 14.
00:08:11
Creating a common DataProvider
-
Урок 15.
00:18:45
Adding Multiple failures to the Test
-
Урок 16.
00:23:26
Adding Parameterization and automating the third test
-
Урок 17.
00:26:27
Setting up run modes for Test Suites
-
Урок 18.
00:14:50
Setting up run modes for Test data and implementing parameterization
-
Урок 19.
00:11:11
Jenkins build generation
-
Урок 20.
00:06:58
Jenkins - Configuring HTML Publisher plugin for Extent Reports
-
Урок 21.
00:08:39
Jenkins - Parameterizing the build for browser and environment
-
Урок 22.
00:12:53
Jenkins - Configuring MAIL API to send test results in an automated email
-
Урок 23.
00:05:44
ExcelReader Utility - APACHE POI 4.1.0
-
Урок 24.
00:14:43
Log4J API
-
Урок 25.
00:13:29
JDBC Connection
-
Урок 26.
00:23:55
Selenium 4.0 New features and updates
-
Урок 27.
00:13:03
Selenium 4 - Handling New Tabs and Popups
-
Урок 28.
00:13:02
Selenium 4 - New Locator strategies through Relative Locators
-
Урок 29.
00:22:49
Selenium 4 - Selenium Grid 4
-
Урок 30.
00:41:41
Xpath VS CSS in Depth - Part 1
-
Урок 31.
00:21:04
Xpath VS CSS in Depth - Part 2
-
Урок 32.
00:13:56
Xpath VS CSS in Depth - Part 3
-
Урок 33.
00:08:12
Introduction to TestNG and Configuring Eclipse plugin
-
Урок 34.
00:08:59
Creating the First Test Case
-
Урок 35.
00:06:37
Adding Assertions and Reporting Failures
-
Урок 36.
00:06:29
SoftAssertions and Reporting Multiple failures
-
Урок 37.
00:05:32
Creating Test Dependencies
-
Урок 38.
00:04:56
Creating Test Suite
-
Урок 39.
00:04:45
Managing Multiple Test Suites
-
Урок 40.
00:07:11
Test Groups
-
Урок 41.
00:10:53
TestNG Listeners
-
Урок 42.
00:01:57
Forcefully Skipping a Test Case
-
Урок 43.
00:03:24
Adding Before and After Suite annotations
-
Урок 44.
00:09:42
TestNG Report
-
Урок 45.
00:05:31
ReportNG
-
Урок 46.
00:10:49
Understanding Parameterization through DataProviders
-
Урок 47.
00:12:55
TestNG Parameterization Excel Reading
-
Урок 48.
00:10:56
TestNG Parameterization Excel Reading with Hashtable
-
Урок 49.
00:12:13
Handling Multiple Data Providers
-
Урок 50.
00:04:38
Reading Parameters from TestNG.xml file
-
Урок 51.
00:07:06
Running Parallel Test using TestNG.xml file
-
Урок 52.
00:03:32
Running Parallel Test using DataProvider
-
Урок 53.
00:12:10
InvocationCount and ThreadPoolSize
-
Урок 54.
00:02:50
Introduction to Docker
-
Урок 55.
00:21:09
Docker installation and running parallel Grid test
-
Урок 56.
00:08:06
Docker Compose
-
Урок 57.
00:16:59
XML Parser for maintaining Object Repositories
-
Урок 58.
00:11:37
JSON Parser for maintaining Object Repositories
-
Урок 59.
00:28:48
Integrating Excel Reading - Creating Test Data
-
Урок 60.
00:17:36
Setting up Runmodes at Suite and TestCase level
-
Урок 61.
00:17:35
Complex Parameterization with Hashtables
-
Урок 62.
00:08:08
Optimizing DataProvider code
-
Урок 63.
00:14:48
Handling Multiple Data Providers and suites
-
Урок 64.
00:20:57
Creating common Utility for Runmodes
-
Урок 65.
00:28:08
Data Driven - Creating the TestBase class
-
Урок 66.
00:23:33
Data Driven - Creating Test case and executing it on 10 different nodes
-
Урок 67.
00:18:19
Data Driven - Integrating Extent Report for Parallel Tests - Part 1
-
Урок 68.
00:25:12
Data Driven - Integrating Extent Report for Parallel Tests - Part 2
-
Урок 69.
00:13:14
Data Driven - Adding more test steps part 1
-
Урок 70.
00:03:05
Data Driven - Adding more test steps part 2
-
Урок 71.
00:19:32
Data Driven - Capturing Screenshots and Mapping them to different threads
-
Урок 72.
00:11:57
Data Driven - Adding user defined logs for parallel threads - Part 1
-
Урок 73.
00:14:09
Data Driven - Adding user defined logs for parallel threads - Part 2
-
Урок 74.
00:07:29
Data Driven - Adding user defined logs for parallel threads - Part 3
-
Урок 75.
00:16:43
Data Driven - Adding Maven and Jenkins for the final Project Run
-
Урок 76.
00:11:46
Page Object Model - Introduction to the framework basics
-
Урок 77.
00:18:40
Page Object Model - Designing Layout and creating the first business page
-
Урок 78.
00:14:23
Page Object Model - Creating business Pages - Part 2
-
Урок 79.
00:27:20
Page Object Model - Creating business Pages - Part 3
-
Урок 80.
00:22:53
Page Object Model - Creating Business Pages - Part 4
-
Урок 81.
00:17:26
Page Object Model - Implementing Page Objects
-
Урок 82.
00:17:20
Page Object Model - Implementing Base class for Pages - Part 1
-
Урок 83.
00:13:26
Page Object Model - Implementing Base class for Pages - Part 2
-
Урок 84.
00:19:49
Page Object Model - Implementing Base class for Pages - Part 3
-
Урок 85.
00:26:32
Page Object Model - Adding Test cases and common Data Providers
-
Урок 86.
00:01:36
Page Object Model - Learning Git, Github and Continuous Integration
-
Урок 87.
00:20:03
Page Object Model - Introduction to Version control system
-
Урок 88.
00:16:21
Page Object Model - Installing Git on Windows
-
Урок 89.
00:15:06
Page Object Model - Git Commands
-
Урок 90.
00:16:25
Page Object Model - Introduction to GitHub - remote repository
-
Урок 91.
00:29:54
Page Object Model - Creating Account on GitHub & Pushing code to the remote repo
-
Урок 92.
00:18:34
Page Object Model - Introduction to Continuous Integration and config Jenkins
-
Урок 93.
00:19:07
Page Object Model - Continuous Integration Part 1
-
Урок 94.
00:08:37
Page Object Model - Continuous Integration Part 2
-
Урок 95.
00:21:13
Page Factories - Introduction
-
Урок 96.
00:26:00
Page Factories - Implementing Base class and understanding factory annotations
-
Урок 97.
00:17:39
Page Factories - Implementing Business classes Part 1
-
Урок 98.
00:25:00
Page Factories - Implementing Business classes Part 2
-
Урок 99.
00:20:47
Page Factories - Implementing Business classes Part 3
-
Урок 100.
00:05:09
Page Factories - Implementing Business classes Part 4
-
Урок 101.
00:21:55
Page Factories - Soft Assertions and Finding Multiple Elements
-
Урок 102.
00:11:34
Page Factories - FindBys and FindAll annotations
-
Урок 103.
00:25:42
Page Factories - Adding Extent Reports
-
Урок 104.
00:21:25
Page Factories - Adding Keywords and Implementing logs
-
Урок 105.
00:16:09
Page Factories - Implementing Parameterization and Runmodes to the test case
-
Урок 106.
00:12:26
Page Factories - Configuring Jenkins and sending Automated Emails
-
Урок 107.
00:02:05
Cucumber Basics - Introduction to the Project
-
Урок 108.
00:05:35
Cucumber Basics - Introduction to Cucumber BDD
-
Урок 109.
00:08:42
Cucumber Basics - Getting started with Cucumber Adding jars
-
Урок 110.
00:01:27
Cucumber Basics - Adding Eclipse Cucumber Plugin
-
Урок 111.
00:05:22
Cucumber Basics - Creating a Feature File
-
Урок 112.
00:07:52
Cucumber Basics - Creating Step definition and runner files
-
Урок 113.
00:09:40
Cucumber Basics - Adding Multiple scenarios in a Feature
-
Урок 114.
00:08:42
Cucumber Basics - Adding Parameterization
-
Урок 115.
00:05:53
Cucumber Basics - Creating Multiple Features and Step files
-
Урок 116.
00:07:31
Cucumber Basics - Adding List and Datatables
-
Урок 117.
00:02:13
Cucumber Basics - Adding Background
-
Урок 118.
00:05:02
Cucumber Options - Features, Glue and Monochrome
-
Урок 119.
00:03:45
Cucumber Options - Adding Tags
-
Урок 120.
00:06:48
Cucumber Options - Adding Hooks
-
Урок 121.
00:02:19
Cucumber Options - Adding tagged Hooks
-
Урок 122.
00:00:49
Cucumber Options - Pretty Format Feature
-
Урок 123.
00:06:19
Cucumber TestNG - Adding TestNG Runner
-
Урок 124.
00:03:01
Cucumber Reporting - Generating Cucumber Reports
-
Урок 125.
00:06:38
Cucumber Reporting - Integrating Cucumber Extent Report Plugin
-
Урок 126.
00:12:05
Cucumber WebDriver - Adding Selenium APIs
-
Урок 127.
00:06:02
Cucumber WebDriver - Creating the feature file
-
Урок 128.
00:13:13
Cucumber WebDriver - Creating automation steps
-
Урок 129.
00:19:01
Cucumber WebDriver - Fixing sync issues and adding validations
-
Урок 130.
00:03:49
Cucumber WebDriver - Adding screenshots in case of failure
-
Урок 131.
00:08:46
CucumberFramework - Part1 - Designing Architecture
-
Урок 132.
00:12:08
CucumberFramework - Part2 - Creating a feature file
-
Урок 133.
00:12:35
CucumberFramework - Part3 - Creating Step definition and defining base class
-
Урок 134.
00:15:37
CucumberFramework - Part4 - Creating Page Objects Actions and locators
-
Урок 135.
00:06:47
CucumberFramework - Part5 - Creating more business actions
-
Урок 136.
00:08:09
CucumberFramework - Part6 - Creating step definitions
-
Урок 137.
00:22:25
CucumberFramework - Part7 - Creating Cucumber runner hooks and generating extent
-
Урок 138.
00:09:57
CucumberFramework - Part8 - Adding more steps and integrating maven
-
Урок 139.
00:21:22
CucumberFramework - Part9 - Running Multiple features through Maven - Part 1
-
Урок 140.
00:29:38
CucumberFramework - Part10 - Running Multiple features through Maven part 2
-
Урок 141.
00:17:44
CucumberFramework - Part 11 - Integrating Jenkins and Interactive Reports
-
Урок 142.
00:15:16
Cucumber 4 with Latest Extent Report version 4 and Maven Reporting plugin
-
Урок 143.
00:29:22
Introduction to Selenium Grid
-
Урок 144.
00:33:18
Configuring nodes & hub
-
Урок 145.
00:29:32
Running Test on Multiple browsers & Nodes
-
Урок 146.
00:05:56
Grid Json configuration
-
Урок 147.
00:04:23
LATEST Selenium GRID 3 Configuration and Updates
-
Урок 148.
00:15:35
LATEST Selenium Grid 3 - Running Parallel Test through TestNG XML Parameters
-
Урок 149.
00:09:04
LATEST Selenium Grid 3 - Running Parallel Test through Data Provider
-
Урок 150.
00:10:02
LATEST Selenium Grid 3 - Fixing the Parallel test execution by MultiThreading
-
Урок 151.
00:02:17
Java Concepts - Introduction to upcoming Java modules required for the framework
-
Урок 152.
00:27:49
Java Concepts - Access Modifiers
-
Урок 153.
00:31:50
Java Concepts - OOPS - Encapsulation
-
Урок 154.
00:29:32
Java Concepts - OOPS - Inheritance
-
Урок 155.
00:27:21
Java Concepts - OOPS - Polymorphism - OverLoading
-
Урок 156.
00:30:45
Java Concepts - OOPS - Polymorphism - Overriding
-
Урок 157.
00:29:35
Java Concepts - OOPS - Polymorphism - Overriding benefits and drawbacks
-
Урок 158.
00:22:58
Java Concepts - OOPS - Abstract class
-
Урок 159.
00:19:44
Java Concepts - OOPS - Interfaces
-
Урок 160.
00:13:26
Java Concepts - Collections - Wrapper Classes, Autoboxing and Unboxing
-
Урок 161.
00:24:31
Java Concepts - Collections - ArrayList
-
Урок 162.
00:12:27
Java Concepts - Collections - HashSet
-
Урок 163.
00:12:41
Java Concepts - Collections - HashMap
-
Урок 164.
00:21:50
Java Concepts - Reflection API
-
Урок 165.
00:44:28
Java Concepts - Generics - Defining Generic Classes
-
Урок 166.
00:03:07
Java Concepts - Generic Methods
-
Урок 167.
00:18:30
Java Concepts - MultiThreading - Concept and Thread Class
-
Урок 168.
00:04:23
Java Concepts - MultiThreading - Runnable Interface
-
Урок 169.
00:10:38
Java Concepts - MultiThreading - Synchronized Threads
-
Урок 170.
00:07:06
Java Concepts - MultiThreading - ThreadLocal class
-
Урок 171.
00:02:31
FRAMEWORK - Part 1 - Introduction
-
Урок 172.
00:22:43
FRAMEWORK - Part 2 - Automating the First Test case
-
Урок 173.
00:18:07
FRAMEWORK - Part 3 - Executing Parallel Test
-
Урок 174.
00:02:07
FRAMEWORK - Part 4 - Handling Dependencies Dynamically
-
Урок 175.
00:15:37
FRAMEWORK - Part 5 - Implementing Grid - Hub and Nodes
-
Урок 176.
00:27:08
FRAMEWORK - Part 6 - Adding Page Objects and Page factory to the test cases
-
Урок 177.
00:44:13
FRAMEWORK - Part 7 - Adding the Data Layer and setting up runmodes
-
Урок 178.
00:43:09
FRAMEWORK - Part 8 - Implementing Generic BasePage and DriverManager Utility
-
Урок 179.
00:28:20
FRAMEWORK - Part 9 - Implementing DriverFactory class and adding setter getters
-
Урок 180.
00:27:15
FRAMEWORK - Part 10 - Introduction Latest 3.x Extent Reports
-
Урок 181.
00:13:06
FRAMEWORK - Part 11 - Adding logs to the Report
-
Урок 182.
00:08:06
FRAMEWORK - Part 12 - ExtentListener and ExtentManager Utilities explanation
-
Урок 183.
00:22:49
FRAMEWORK - Part 13 - Maven and Jenkins integration
-
Урок 184.
00:09:01
FRAMEWORK - Part 14 - Adding Grid parameter to Jenkins
-
Урок 185.
00:38:21
FRAMEWORK - Part 15 - Adding More Business Page Objects and Test Cases
-
Урок 186.
00:26:45
Configuring Latest Extent Reports Step by Step
-
Урок 187.
00:10:34
Generating extent reports through Customized Listeners
-
Урок 188.
00:17:47
Part 1 - Introduction to Cucumber BDD Parallel execution
-
Урок 189.
00:04:28
Part 2 - Adding Features and Implementing Step Definitions
-
Урок 190.
00:09:54
Part 3 - Implementing the Parallel Test Plugin
-
Урок 191.
00:05:31
Part 4 - Implementing Thread local to support Parallel Testing
-
Урок 192.
00:25:38
Part 5 - Implementing Extent Reports and their support with Cucumber Scenarios
-
Урок 193.
00:15:32
Part 6 - Adding TestNG Runner to execute parallel Cucumber Features
-
Урок 194.
00:17:16
Part 7 - Implementing Cucumber with Page Objects
-
Урок 195.
00:23:47
Part 8 - Designing the Framework
-
Урок 196.
00:15:31
Part 9 - Running Parallel on Grid
-
Урок 197.
02:00:36
Core Java Day 1 - Introduction to Core Java
-
Урок 198.
01:52:07
Core Java Day 2 - Classes and Objects
-
Урок 199.
01:45:55
Core Java Day 3 - Data Types, Heap, Garbage collection etc
-
Урок 200.
02:17:12
Core Java Day 4 - Garbage Collection, Object Creation, Data Types, String
-
Урок 201.
01:41:10
Core Java Day 5 - String Class, Concatenation, Operators
-
Урок 202.
01:55:39
Core Java Day 6 - More on Operators
-
Урок 203.
02:03:03
Core Java Day 7 - Conditional and Ternary operators, Methods etc
-
Урок 204.
01:28:44
Core Java Day 8 - More on Methods and scanner class
-
Урок 205.
02:06:42
Core Java Day 9 - Type of Variables, Methods and Return types
-
Урок 206.
01:49:54
Core Java Day 10 - Static and Non Static
-
Урок 207.
01:58:30
Core Java Day 11 - IfElse, SwitchCase, For Loops
-
Урок 208.
01:38:47
Core Java Day 12 - ForLoop, DoWhile Loop, While Loop and Arrays
-
Урок 209.
01:56:55
Core Java Day 13 - Arrays
-
Урок 210.
02:04:55
Core Java Day 14 - 2D/3D Arrays, Packages
-
Урок 211.
01:56:37
Core Java Day 15 - OOPS - Inheritance
-
Урок 212.
02:33:41
Core Java Day 16 - OOPS - Inheritance and Polymorphism
-
Урок 213.
01:50:37
Core Java Day 17 - OOPS - Method Overloading
-
Урок 214.
02:20:54
Core Java Day 18 - OOPS - Method Overriding, Polymorphism etc
-
Урок 215.
02:07:09
Core Java Day 19 - OOPS - Abstract Classes and Interface
-
Урок 216.
02:21:06
Core Java Day 20 - Constructor, This, Super, Constructor Chaining
-
Урок 217.
02:14:59
Core Java Day 21 - Constructor chaining and Exception Handling
-
Урок 218.
02:07:17
Core Java Day 22 - Exception Handling and Apache POI
-
Урок 219.
00:21:50
Core Java - Reflection API
АДМИН, исправьте пожалуйста