-
Урок 1.
00:10:05
***Course FAQ's-*** (Must Watch Lecture)
-
Урок 2.
00:06:08
Social proof for BEST SELLER in Selenium Category?**(Must Watch)**
-
Урок 3.
00:04:38
How to reach Trainer for Queries?
-
Урок 4.
00:07:04
Selenium History
-
Урок 5.
00:12:17
Java Installation
-
Урок 6.
00:05:16
How to Set JAVAHOME path in MAC
-
Урок 7.
00:01:46
Video Player Setting tips for Best Experience in viewing course
-
Урок 8.
00:07:34
Eclipse Installation ,confiugaration
-
Урок 9.
00:07:39
Selenium Project creation with Class files
-
Урок 10.
00:08:41
Downloading and configuring Selenium
-
Урок 11.
00:23:48
How to run tests in Google Chrome
-
Урок 12.
00:12:32
How to run tests in Firefox and IE
-
Урок 13.
00:05:04
Troubleshooting errors on browser invocation code
-
Урок 14.
00:08:35
Brush up basic java concepts -1
-
Урок 15.
00:08:33
Brush up basic Java concepts -2
-
Урок 16.
00:17:53
Brush up basic java concepts -3
-
Урок 17.
00:08:48
Basic Methods of Webdriver
-
Урок 18.
00:09:46
Webdriver browser methods - 2
-
Урок 19.
00:12:06
Importance of Locator Identifiers in Selenium
-
Урок 20.
00:11:13
Identifying locators(id,name,linkText) with developer tools -1
-
Урок 21.
00:14:16
Identifying locators(className) with developer tools -2
-
Урок 22.
00:11:58
Identifying xpath in chrome and firefox Browsers
-
Урок 23.
00:13:12
Identifying CSS locators with chrome and firefox Addons
-
Урок 24.
00:11:42
Validating the accuracy of xpath and Css from browser addons
-
Урок 25.
00:07:07
Practise exercises on locators learnt from the previous lectures
-
Урок 26.
00:14:49
Generating customized xpath from html attributes
-
Урок 27.
00:18:17
Generating customized CSS from html attributes
-
Урок 28.
00:16:52
Practise exercises with Xpath and CSS with regular expressions
-
Урок 29.
00:12:56
Identify Xpath with Parent Child Traverse relationship
-
Урок 30.
00:13:14
Surprise!! Use chropath plugin to get Xpath and CSS
-
Урок 31.
00:11:20
Difference between Relative and absolute xpath?
-
Урок 32.
00:11:49
How to identify siblings and traverse back to parent nodes with xpath?
-
Урок 33.
00:08:00
Identifying objects with Text using xpath locators
-
Урок 34.
00:15:26
Css Selectors locators
-
Урок 35.
00:10:01
Tricks and tips in identifying objects -INTERVIEW preparation
-
Урок 36.
00:13:28
Handling Static dropdowns with Select webdriver API
-
Урок 37.
00:16:49
Updated lecture on latest Dropdown looping UI
-
Урок 38.
00:18:08
Handle Dynamic dropdowns with Webdriver API
-
Урок 39.
00:13:20
Parent-Child relationship locator to Identify the objects Uniquely
-
Урок 40.
00:21:14
Handling AutoSuggestive dropdowns using Selenium
-
Урок 41.
00:12:29
Handling Radiobuttons with Customized xpath
-
Урок 42.
00:15:55
Handling Radiobutton dynamically- real time examples
-
Урок 43.
00:07:22
Types of Alerts present and Methods to handle them
-
Урок 44.
00:08:14
Handling Java Alerts using Webdriver API
-
Урок 45.
00:14:49
Handling Checkbox and getting the size of them with Selenium
-
Урок 46.
00:16:02
Importance of Assertions in Automation testing and how to use them
-
Урок 47.
00:11:58
Handling Calendar UI in travel websites using Selenium
-
Урок 48.
00:15:38
Validating if UI Elements are disabled or enabled with Attributes
-
Урок 49.
00:17:07
End to End Automation using all UI Elements with selenium
-
Урок 50.
00:08:29
***INTERVIEW QUESTIONS***
-
Урок 51.
00:24:24
Code formatting and Debugging
-
Урок 52.
00:11:45
What is Implicit wait? Explain with real time scenario
-
Урок 53.
00:12:19
What is explicit wait? Explain with real time scenario
-
Урок 54.
00:12:57
Practical examples on Implicit wait
-
Урок 55.
00:13:53
Practical examples on explicit waits
-
Урок 56.
00:10:30
What is Fluent wait? Its advantages
-
Урок 57.
00:20:44
Building Customized methods using FLuent wait
-
Урок 58.
00:08:55
Practise example on Fluent wait
-
Урок 59.
00:11:10
Handling Ajax/Mouse Interactions
-
Урок 60.
00:11:28
Actions class-real time example
-
Урок 61.
00:06:51
Handling Multiple Windows
-
Урок 62.
00:10:01
Window Handle concepts-real time example
-
Урок 63.
00:04:48
Live Example on working with Child windows
-
Урок 64.
00:11:01
How to handle Frames?
-
Урок 65.
00:14:10
Frames Techniques-real time example
-
Урок 66.
00:07:08
***INTERVIEW QUESTIONS***
-
Урок 67.
00:12:34
Practise Exercise- print the links count in the Page
-
Урок 68.
00:13:33
Exercise 1.1-Limiting Webdriver scope
-
Урок 69.
00:09:03
How to open the links in Separate Tabs - Optimized solution
-
Урок 70.
00:13:47
Getting the Titles of child tabs with optimized while loop
-
Урок 71.
00:14:37
Handling calendar UI in Travel websites
-
Урок 72.
00:17:03
Generic method to handle calendar with month and date
-
Урок 73.
00:03:56
Solved example on calendar methods
-
Урок 74.
00:10:33
How to handle table Grids in webpage
-
Урок 75.
00:16:33
Techniques used for table grid-Real time example
-
Урок 76.
00:09:53
Practise exercises on Tables - 1
-
Урок 77.
00:11:57
Practise exercises on Tables - 2
-
Урок 78.
00:17:33
Handling Auto suggestive dropdown options
-
Урок 79.
00:15:47
Importance of Javascript Executor
-
Урок 80.
00:16:40
End to end Practise exercise
-
Урок 81.
00:11:55
Handling HTTPS certifications
-
Урок 82.
00:07:23
Maximizing window and deleting cookies
-
Урок 83.
00:12:28
How to take Screenshots in Selenium
-
Урок 84.
00:18:54
Table columns Sorting Strategy plan
-
Урок 85.
00:11:49
Sorting String columns in asc order using Array List
-
Урок 86.
00:07:58
Descending order validation strategy using Collections framework
-
Урок 87.
00:22:05
Sorting Integer columns and derive one Common Utility for all sort validations
-
Урок 88.
00:10:58
Introduction to Grid
-
Урок 89.
00:12:29
Registering Hub with nodes for execution.
-
Урок 90.
00:11:25
Registering nodes with Browser drivers
-
Урок 91.
00:16:23
Desiredcapabilities and RemoteWebdriver importance
-
Урок 92.
00:07:57
Cross browser testing rules-Grid Program
-
Урок 93.
00:11:48
Installing Android Studio and Java
-
Урок 94.
00:08:15
Configuring System variables for both Android SDK and Java
-
Урок 95.
00:12:02
Configuring Virtual Mobile device for running tests
-
Урок 96.
00:13:35
Downloading Node.js and install Appium via npm
-
Урок 97.
00:07:22
Important information on Appium versions
-
Урок 98.
00:12:15
Configuring Appium Java client jars for frontEnd execution
-
Урок 99.
00:13:10
What are Desired capabilities? How to talk to appium server
-
Урок 100.
00:12:42
Invoking Android Driver- Creating base program
-
Урок 101.
00:07:59
Execution of Appium first program on Mobile Native APP
-
Урок 102.
00:16:13
UIAutomator tool usage-Inspection of elements
-
Урок 103.
00:10:06
Framework Learning Plan****Must Watch Lecture*****
-
Урок 104.
00:09:01
Why TestNG and Its Advantages
-
Урок 105.
00:08:55
Running testcases in TestNG with out Java compiler
-
Урок 106.
00:12:40
Importance of xml file in Testng configuration
-
Урок 107.
00:12:09
Prioritizing the Testcases with TestNG
-
Урок 108.
00:12:15
Include and Exclude Mechanism to control testcases
-
Урок 109.
00:11:48
Executing the Testcases at Package level with regex
-
Урок 110.
00:12:33
TestNg Annotations part - 1
-
Урок 111.
00:12:43
TestNG Annotations part - 2
-
Урок 112.
00:14:27
Usage of Groups functionality in TestNG
-
Урок 113.
00:11:25
Annotations helper attributes with examples
-
Урок 114.
00:13:35
Parameterising from TestNG xml file
-
Урок 115.
00:14:44
DataProvider Annotation -Parameterizing Testcases - 1
-
Урок 116.
00:08:33
DataProvider Annotation -Parameterizing Testcases-2
-
Урок 117.
00:15:35
Listeners Interface in TestNG framework
-
Урок 118.
00:12:40
Running Tests in parallel and generating Reports
-
Урок 119.
00:06:34
Why we should not hard code the data?
-
Урок 120.
00:10:22
How to write Global parameters with java code
-
Урок 121.
00:10:12
Data driving parametirization from Properties file
-
Урок 122.
00:06:37
How to deal with Reusable Components
-
Урок 123.
00:10:59
Importance of Maven in Framework development
-
Урок 124.
00:11:05
Installing and configuring Maven
-
Урок 125.
00:15:54
Understanding Terminologies of Maven
-
Урок 126.
00:11:05
Creating Maven Project and importing into eclipse
-
Урок 127.
00:13:11
Understanding POM.xml file and its dependencies
-
Урок 128.
00:13:09
Importance of surefirePlugin in executing Tests
-
Урок 129.
00:12:29
Integration of Testng with Maven
-
Урок 130.
00:10:42
Switching the Tests with Maven profiling
-
Урок 131.
00:10:43
Importance of Jenkins in Test frameworks
-
Урок 132.
00:10:46
Install and configure Jenkins
-
Урок 133.
00:12:19
Configuring Jenkin Settings and Workspace
-
Урок 134.
00:17:13
Testng Reporting Plugin into Jenkin jobs
-
Урок 135.
00:10:10
what is Apace POI API & Download Instructions
-
Урок 136.
00:15:19
Strategy to Access Excel Data
-
Урок 137.
00:15:17
Getting rows and its cells from Sheet
-
Урок 138.
00:08:49
Retrieving Data from Excel based on condition
-
Урок 139.
00:11:46
Practise Exercise- Excel Driven testing -1
-
Урок 140.
00:11:00
Practise Exercise- Excel Driven testing -2
-
Урок 141.
00:10:01
Practise Exercise- Excel Driven testing -3
-
Урок 142.
00:09:02
What is log4j? its usage in Selenium framework
-
Урок 143.
00:14:30
Importing log4j into Eclipse project
-
Урок 144.
00:10:53
Importance of log4j xml file
-
Урок 145.
00:14:52
Understanding the xml file to control logging in Testcase
-
Урок 146.
00:16:30
Testcase logging with log4j example-1
-
Урок 147.
00:06:37
Testcase logging with log4j example continued...
-
Урок 148.
00:03:41
What is Page object model?
-
Урок 149.
00:06:59
Creating Page object Constructor in classes
-
Урок 150.
00:08:25
Object repository Mechanism
-
Урок 151.
00:12:46
Practical Exercise explaining Pageobject Model
-
Урок 152.
00:13:38
Page object Factory and its advantages
-
Урок 153.
00:12:56
Page factory annotations FindBy
-
Урок 154.
00:02:13
Practical Example explaining Page factory Model
-
Урок 155.
00:05:38
End to end framework Agenda- Must Watch
-
Урок 156.
00:12:14
Create Maven Test project with eclipse integration
-
Урок 157.
00:17:08
Configure Framework dependencies in POM.xml
-
Урок 158.
00:19:01
Design base Test with global variables setup
-
Урок 159.
00:18:32
Implement Pageobject Mechanism to drive tests
-
Урок 160.
00:14:13
Create Multiple tests with centralized data
-
Урок 161.
00:14:45
Parameterizing the Tests with mutiple data with TestNG
-
Урок 162.
00:15:54
Asserting the Testcases with validations
-
Урок 163.
00:14:52
Adding Tests to Suite in framework guidelines
-
Урок 164.
00:09:12
Converting Framework into Testng and configuring TestNG xm file
-
Урок 165.
00:10:22
Configutring Tests with setup and Teardown in TestNG framework
-
Урок 166.
00:15:13
Integrating Log4j logging API into Framework
-
Урок 167.
00:10:45
Fixing the framework issues by tweaking TestNG xml file
-
Урок 168.
00:16:59
Screenshots on failure- TestNG Listeners
-
Урок 169.
00:15:28
Excellent HTML reports on Test Execution
-
Урок 170.
00:14:20
Integrating Project to Jenkins CI tool
-
Урок 171.
00:09:19
Steps to connect Database to Selenium Testcases
-
Урок 172.
00:07:30
mysql download instructions
-
Урок 173.
00:05:27
mySQL server connection procedure
-
Урок 174.
00:04:48
Creating Database in mysql server
-
Урок 175.
00:08:02
Creating Tables in Databases
-
Урок 176.
00:07:56
Inserting records into table
-
Урок 177.
00:07:04
Integration of Database with JDBC API
-
Урок 178.
00:16:49
Steps to conect Database info to Selenium - 1
-
Урок 179.
00:06:47
Steps to connect Database info to Selenium - 2
-
Урок 180.
00:08:35
Java first program basics
-
Урок 181.
00:08:33
Java program principles
-
Урок 182.
00:17:53
Classes, objects in Java
-
Урок 183.
00:15:55
Strings in Java
-
Урок 184.
00:09:23
Strings practise exercises
-
Урок 185.
00:10:38
Coding Basics-1
-
Урок 186.
00:10:22
Coding Basics-2
-
Урок 187.
00:10:01
Inheritance Concepts
-
Урок 188.
00:09:29
Practical usage of Inheritance
-
Урок 189.
00:10:21
Interface Concepts
-
Урок 190.
00:08:09
Practical Usage of Interface
-
Урок 191.
00:08:05
Runtime Polymorphisim
-
Урок 192.
00:08:57
Introduction to Arrays
-
Урок 193.
00:12:38
Single dimensional and Multidimensional arrays usage
-
Урок 194.
00:07:47
Examples of Arrays
-
Урок 195.
00:12:47
Array interview questions
-
Урок 196.
00:18:31
Programming example
-
Урок 197.
00:09:23
Reverse string -Interview question
-
Урок 198.
00:10:48
Date class concepts
-
Урок 199.
00:06:24
working with calendar objects in java
-
Урок 200.
00:07:13
How constructor play a crucial role
-
Урок 201.
00:09:59
Types of constructors and their usage
-
Урок 202.
00:06:48
What is super keyword ?
-
Урок 203.
00:05:36
super keyword practical usage
-
Урок 204.
00:06:10
importance of this keyword
-
Урок 205.
00:08:28
Final keyword in Java
-
Урок 206.
00:06:32
Packages and their usage in OOPS
-
Урок 207.
00:08:39
Types of packages and how they will help in real time
-
Урок 208.
00:07:39
Importance of access modifiers
-
Урок 209.
00:10:55
Difference between public and private modifers-With Examples
-
Урок 210.
00:09:41
Different kind of exceptions
-
Урок 211.
00:07:08
Try catch Mechanism to handle exceptions
-
Урок 212.
00:06:11
Importance of finally block in java
-
Урок 213.
00:06:13
What are Java collections
-
Урок 214.
00:11:29
Implementation of Arrays List
-
Урок 215.
00:05:25
Examples of ArrayList
-
Урок 216.
00:08:27
Implementation of Set interface
-
Урок 217.
00:08:39
Examples of HashSet using Iterator
-
Урок 218.
00:16:57
Implementation of Map interface
-
Урок 219.
00:05:33
Difference between HashMap and HashTable (Interview )
-
Урок 220.
00:17:41
Practise Exercise : Priniting unique number- Amazon interview ques
-
Урок 221.
00:03:52
Cucumber Framework Design Plan
-
Урок 222.
00:06:24
Template in writing Business requirements
-
Урок 223.
00:08:49
QA role in BDD
-
Урок 224.
00:06:37
Template in writing testcases for Business Scenarios
-
Урок 225.
00:08:04
Advantages of BDD, Why it is getting popular
-
Урок 226.
00:11:34
cucumber project template
-
Урок 227.
00:11:39
Understanding cucumber dependencies
-
Урок 228.
00:15:22
Understanding Cucumber Framework terminlogies
-
Урок 229.
00:11:09
Mapping step defination to feature file
-
Урок 230.
00:09:29
TidyGherkin plugin to generate step definations
-
Урок 231.
00:14:02
Running tests with TestRunner
-
Урок 232.
00:13:06
Importance of Regular expressions in feature files
-
Урок 233.
00:14:06
Reusing functions with variable Data
-
Урок 234.
00:10:24
Adding cucumber knowledge to Existing framework
-
Урок 235.
00:19:35
Create Selenium Feature files with Step defination Implementation
-
Урок 236.
00:17:24
Add page objects and handle dynamic popups in home page
-
Урок 237.
00:14:35
Parameterizing Selenium tests with Cucumber
-
Урок 238.
00:14:17
Integrate Cucumber with TestNG and Maven
-
Урок 239.
00:08:42
Introduction to GIT
-
Урок 240.
00:09:06
Importance of Github and its uses
-
Урок 241.
00:08:40
Creating Git config and repositories
-
Урок 242.
00:01:41
How to push code to remote repository
-
Урок 243.
00:11:36
Understanding Staging and commit in git
-
Урок 244.
00:08:54
Add remote repository and push the committed code
-
Урок 245.
00:15:49
End to end working example on Git commands -1
-
Урок 246.
00:06:16
End to end working example on Git commands -2
-
Урок 247.
00:24:56
Importance of Branching in GIT
-
Урок 248.
00:14:18
How to resolve Merge conflicts with GIT
-
Урок 249.
00:04:19
Cloud Testing Basics and Vendors which supports them
-
Урок 250.
00:08:20
Sauce Labs registration for Connectivity
-
Урок 251.
00:18:24
Running Selenium Testcases on Cloud
-
Урок 252.
00:07:59
Handling Window Authentication pop ups with Selenium
-
Урок 253.
00:06:49
Examples on handling pop ups with modified webdriver url
-
Урок 254.
00:08:44
What is AutoIT? Installation details
-
Урок 255.
00:10:43
Inspecting the window objects and converting into AutoIT code
-
Урок 256.
00:09:44
End to End example on uploading File with AutoIT Selenium
-
Урок 257.
00:12:49
Steps to complete the flow to download file from Application with Selenium
-
Урок 258.
00:19:09
Chrome driver options to configure download path of browser
-
Урок 259.
00:06:30
What is Build Management tool?
-
Урок 260.
00:09:17
Installing & configuring ANT
-
Урок 261.
00:09:42
Understanding Build.xml file
-
Урок 262.
00:08:34
Different ANT Commands to trigger framework
-
Урок 263.
00:04:31
What Execution reports we need to impress clients?
-
Урок 264.
00:06:28
Downloading and Configuring Xslt reports
-
Урок 265.
00:06:38
Generating Excellent HTML reports for Selenium Test Execution
-
Урок 266.
00:06:17
Why Jenkins? and where it going to help us in Framework design?
-
Урок 267.
00:07:40
Installing & Configuring Jenkins with Java and ANT
-
Урок 268.
00:06:10
Creating Jenkins project anf integrating Existing Framework
-
Урок 269.
00:08:05
Running the Framework and Scheduling it from Jenkins
-
Урок 270.
00:06:40
Defect Management tool- Bugzilla
-
Урок 271.
00:08:46
Bugzilla features- Logging a bug
-
Урок 272.
00:06:45
Bugzilla features -Search Mechanisim for tracking bugs
-
Урок 273.
00:08:20
Common practises in Bugzilla tool
-
Урок 274.
00:06:41
Bugzilla preference feature