-
Урок 1.
00:05:24
Promo Overview Video
-
Урок 2.
00:04:28
About the Instructor: Alan Richardson
-
Урок 3.
00:00:53
Welcome Message
-
Урок 4.
00:01:44
Aims of this course
-
Урок 5.
00:04:24
Overview Of Selenium
-
Урок 6.
00:05:40
About The Tools
-
Урок 7.
00:04:01
About the Applications under test
-
Урок 8.
00:02:06
Homebrew and Chocolatey Overview
-
Урок 9.
00:01:27
startUsingJavaJunit GitHub Project Overview
-
Урок 10.
00:12:56
Windows Install Java, Maven and IntelliJ using Chocolatey
-
Урок 11.
00:09:47
Mac Install Java, Maven and IntelliJ using Homebrew
-
Урок 12.
00:01:48
Overview of Driver Install
-
Урок 13.
00:01:09
Overview of startUsingSeleniumWebDriver Github Project
-
Урок 14.
00:02:04
Install ChromeDriver using Chocolatey
-
Урок 15.
00:02:27
Install GeckoDriver using Chocolatey
-
Урок 16.
00:06:52
Open startUsingSeleniumWebDriver project in IntelliJ and run the tests (Windows)
-
Урок 17.
00:01:27
Install ChromeDriver using Homebrew
-
Урок 18.
00:00:53
Install GeckoDriver using Homebrew
-
Урок 19.
00:00:46
SafariDriver is already installed on Mac
-
Урок 20.
00:03:45
Open startUsingSeleniumWebDriver project in IntelliJ and run the tests (Mac)
-
Урок 21.
00:07:10
Install Java JDK, Maven and IntelliJ
-
Урок 22.
00:03:26
Install IntelliJ
-
Урок 23.
00:02:04
Download the `startUsingSeleniumWebDriver` project
-
Урок 24.
00:04:32
Install Firefox and Marionette GeckoDriver
-
Урок 25.
00:02:53
Install Chrome and ChromeDriver
-
Урок 26.
00:02:43
Run WebDriver Test From The IntelliJ IDE
-
Урок 27.
00:01:07
Tip - how to right click in Finder to open folder in a terminal
-
Урок 28.
00:02:48
Install Java JDK, and Maven on Mac using Homebrew
-
Урок 29.
00:02:20
Install IntelliJ Community Edition on Mac
-
Урок 30.
00:04:47
Download the `startUsingSeleniumWebDriver` project and install Firefox and driver
-
Урок 31.
00:01:53
Install Chrome and ChromeDriver
-
Урок 32.
00:01:09
Run WebDriver Test From The IntelliJ IDE
-
Урок 33.
00:03:15
How to Fix Java Language Level Errors
-
Урок 34.
00:05:25
How to upgrade to Selenium 3 (only for pre version 3 students)
-
Урок 35.
00:01:51
Intro To Maven
-
Урок 36.
00:07:32
Create A Project, the easy way, with IntelliJ
-
Урок 37.
00:01:47
How to add and update version of Selenium WebDriver Dependency
-
Урок 38.
00:01:27
Summary Of Why Maven
-
Урок 39.
00:07:32
Maven Troubleshooting Downloads
-
Урок 40.
00:04:48
Maven Troubleshooting Proxies and Download Cache Issues
-
Урок 41.
00:02:06
Manage IntelliJ Project Folder Files
-
Урок 42.
00:02:14
Import pom.xml into IntelliJ 15 using the Open Wizard
-
Урок 43.
00:01:47
About This Section
-
Урок 44.
00:02:55
Create A Project
-
Урок 45.
00:06:29
My First Chrome Test
-
Урок 46.
00:04:47
My First Firefox Test
-
Урок 47.
00:09:04
My First Test Explained
-
Урок 48.
00:03:16
Begin Coding Exercise
-
Урок 49.
00:02:10
Basic Knowledge Intro and Exercise
-
Урок 50.
00:05:38
Basic Knowledge Answered
-
Урок 51.
00:13:52
JUnit Intro and Example Explained
-
Урок 52.
00:02:04
JUnit 4 vs JUnit 5
-
Урок 53.
00:03:47
How is maven getting the dependencies?
-
Урок 54.
00:03:45
Run maven with no 'test' in the class name
-
Урок 55.
00:01:48
More JUnit Theory
-
Урок 56.
00:04:13
A Quick Look at JUnit's source code
-
Урок 57.
00:10:27
Example use of @Before, @BeforeClass, @After and @AfterClass
-
Урок 58.
00:02:08
JUnit Exercises Introduction
-
Урок 59.
00:12:16
Sample JUnit Answers Explained
-
Урок 60.
00:05:11
A little more Hamcrest
-
Урок 61.
00:03:23
Navigation Introduction - the basic navigation commands
-
Урок 62.
00:03:49
Explain the Driver class
-
Урок 63.
00:02:00
Navigation Exercises
-
Урок 64.
00:04:47
Navigation Exercises Explained - Sample Answers
-
Урок 65.
00:02:54
Navigation Discussion
-
Урок 66.
00:02:44
IntelliJ project pane tips
-
Урок 67.
00:02:35
IntelliJ navigation find shortcut keys
-
Урок 68.
00:01:36
Finding Elements in Google Chrome Dev Tools
-
Урок 69.
00:04:06
Finding Elements in Firefox Dev Tools
-
Урок 70.
00:01:12
Introduction to Interrogation
-
Урок 71.
00:01:21
Driver level Interrogation exercise
-
Урок 72.
00:10:31
Driver Level Interrogation Exercise - Sample Answers
-
Урок 73.
00:12:16
DOM Element Interrogation Introduction
-
Урок 74.
00:01:38
First findElement & By exercise
-
Урок 75.
00:07:30
First findElement & By Exercise - Sample Answers
-
Урок 76.
00:02:14
findElements Introduction
-
Урок 77.
00:01:19
findElements Exercise
-
Урок 78.
00:05:35
findElements Exercise - sample answer
-
Урок 79.
00:09:36
Chaining findElement and By support classes
-
Урок 80.
00:18:00
CSS Selectors
-
Урок 81.
00:01:52
CSS Selectors Exercise
-
Урок 82.
00:06:27
CSS Selectors Exercise - sample answers
-
Урок 83.
00:05:54
CSS Selectors - Paths
-
Урок 84.
00:08:23
XPath Introduction
-
Урок 85.
00:00:38
XPath Exercise
-
Урок 86.
00:03:52
XPath Exercise - Sample Answers
-
Урок 87.
00:02:22
Xpath CSS Rosetta Stone Reference
-
Урок 88.
00:01:52
Manipulation Introduction
-
Урок 89.
00:11:21
How to be overconfident really quickly
-
Урок 90.
00:05:08
WebDriver Wait Introduction
-
Урок 91.
00:02:28
Manipulation Exercises Introduction
-
Урок 92.
00:01:39
Manipulation Exercises Sample Answers Introduction
-
Урок 93.
00:06:29
Manipulation Exercises - sample answers question one
-
Урок 94.
00:02:48
Manipulation Exercises - sample answers question two
-
Урок 95.
00:02:24
Manipulation Exercises - sample answers question three
-
Урок 96.
00:04:42
Manipulation Exercises - sample answers question four
-
Урок 97.
00:08:34
Manipulation Exercises - sample answers question five
-
Урок 98.
00:03:53
Manipulation Exercises - sample answers question six
-
Урок 99.
00:03:08
Manipulation Exercises - sample answers question seven
-
Урок 100.
00:04:55
Manipulation Exercises - Summary and retrospective
-
Урок 101.
00:03:47
Demo of experimenting with API using IntelliJ Evaluate Functionality
-
Урок 102.
00:02:00
Overview of Select Support Class and Exercise
-
Урок 103.
00:02:43
Select Support Class Sample Answer
-
Урок 104.
00:06:10
User Interactions Introduction and overview
-
Урок 105.
00:06:37
User Interactions Demo and code walkthrough
-
Урок 106.
00:02:21
User Interactions Exercise Introduction
-
Урок 107.
00:05:08
User Interactions Exercise Retrospective
-
Урок 108.
00:01:26
Make User Interaction More Reliable By Setting Focus to the page
-
Урок 109.
00:04:51
Alerts Overview
-
Урок 110.
00:03:23
Alerts Exercises Introduction
-
Урок 111.
00:05:23
Alerts Exercises Sample Answers
-
Урок 112.
00:05:38
Alerts FAQs
-
Урок 113.
00:00:59
Alerts Summary
-
Урок 114.
00:04:53
Frames Introduction
-
Урок 115.
00:07:33
Frames a Code Introduction
-
Урок 116.
00:02:03
Frames Exercise
-
Урок 117.
00:12:46
Frames Exercises Answers
-
Урок 118.
00:02:19
Frames Exercises Summary Answers
-
Урок 119.
00:04:08
iFrames Introduction
-
Урок 120.
00:03:27
iFrames Code Introduction
-
Урок 121.
00:01:31
iFrames Exercises
-
Урок 122.
00:10:01
iFrames Exercises Answers
-
Урок 123.
00:04:07
iFrames Exercises Answers Summary
-
Урок 124.
00:04:51
iFrames FAQs
-
Урок 125.
00:04:21
Working With Windows Introduction
-
Урок 126.
00:07:29
Windows Code Introduction
-
Урок 127.
00:02:06
Windows Exercises
-
Урок 128.
00:09:20
Windows Exercises Answers
-
Урок 129.
00:02:38
Windows Exercises Summary Answers
-
Урок 130.
00:07:19
Windows FAQs
-
Урок 131.
00:04:18
Managing Windows Introduction
-
Урок 132.
00:03:48
Managing Windows Code Introduction
-
Урок 133.
00:01:16
Managing Windows Exercises
-
Урок 134.
00:09:48
Windows Exercises Answers
-
Урок 135.
00:01:31
Synchronisation Strategies Overview
-
Урок 136.
00:01:26
Exercise: feel the pain
-
Урок 137.
00:02:57
Exercise: feel the pain answer
-
Урок 138.
00:04:26
WebDriverWait to Save The Day
-
Урок 139.
00:01:04
Exercise: Fix the failing test
-
Урок 140.
00:04:54
Exercise: ExpectedConditions Answers Code Walkthrough
-
Урок 141.
00:08:36
Custom Expected Condition - slides walkthrough
-
Урок 142.
00:04:11
Custom Expected Condition - ExpectedConditions code walkthrough
-
Урок 143.
00:10:18
Custom Expected Condition - tutorial code walkthrough
-
Урок 144.
00:07:01
WebDriverWait ExpectedCondition Code Walkthrough Explanation
-
Урок 145.
00:01:45
Waiting Exercises slide
-
Урок 146.
00:04:46
Waiting Exercises answers - code walkthrough
-
Урок 147.
00:02:07
Using WebDriverWait Fluently overview
-
Урок 148.
00:01:39
Using WebDriverWait Fluently code
-
Урок 149.
00:02:52
FluentWait Introduction slides
-
Урок 150.
00:07:02
FluentWait code based overview
-
Урок 151.
00:01:15
FluentWait exercise
-
Урок 152.
00:03:10
FluentWait exercise Answers
-
Урок 153.
00:05:13
Implicit vs Explicit Wait slides overview
-
Урок 154.
00:03:51
Implicit vs Explicit Wait code overview
-
Урок 155.
00:01:41
Refactoring WebDriverWait
-
Урок 156.
00:02:43
Refactoring WebDriverWait Code
-
Урок 157.
00:02:24
Cookies Introduction
-
Урок 158.
00:05:24
Cookies Overview
-
Урок 159.
00:03:27
Cookies Builder
-
Урок 160.
00:01:31
Cookies Exercise Overview
-
Урок 161.
00:07:12
Cookies Exercise Answers
-
Урок 162.
00:05:59
Javascript Introduction
-
Урок 163.
00:04:52
Javascript Example with Code Exploration
-
Урок 164.
00:03:39
Javascript on the page to view script and console
-
Урок 165.
00:03:00
Javascript Exercises
-
Урок 166.
00:10:32
Javascript Answers
-
Урок 167.
00:02:35
Javascript Async Theory
-
Урок 168.
00:10:20
Javascript Async Example Explained and Explored
-
Урок 169.
00:01:57
Javascript Async Exercise
-
Урок 170.
00:02:45
Javascript Async Exercise Answer
-
Урок 171.
00:03:14
Introduction to using different browsers
-
Урок 172.
00:03:46
Adding a Browser Driver to the Path
-
Урок 173.
00:10:10
FirefoxDriver Introduction
-
Урок 174.
00:01:50
ChromeDriver Introduction
-
Урок 175.
00:05:06
ChromeDriver Overview with example code
-
Урок 176.
00:01:29
IEDriver Overview with slides
-
Урок 177.
00:01:26
IEDriver Overview with code examples
-
Урок 178.
00:02:49
IEDriver path configuration Path or Property
-
Урок 179.
00:03:10
Microsoft Edge WebDriver Introduction
-
Урок 180.
00:03:45
Microsoft Edge WebDriver Code Introduction
-
Урок 181.
00:02:28
Try Different Browsers
-
Урок 182.
00:01:38
Different Browsers Exercises
-
Урок 183.
00:04:20
HtmlUnitDriver
-
Урок 184.
00:05:30
GhostDriver a quick introduction
-
Урок 185.
00:02:05
Driver Manager Approaches Introduction
-
Урок 186.
00:06:45
Driver Manager Selenium 2 Basics
-
Урок 187.
00:03:32
Selenium Test Code WebDriverBuilder
-
Урок 188.
00:04:56
Selenium Simplified Manager
-
Урок 189.
00:01:09
Driver Manager Exercise Introduction
-
Урок 190.
00:17:23
Driver Manager Exercise Answer
-
Урок 191.
00:02:52
Driver Manager Exercise Recap
-
Урок 192.
00:02:02
Overview of the TakesScreenshot Interface
-
Урок 193.
00:11:25
Create TakesScreenshot Live Example
-
Урок 194.
00:02:54
TakesScreenshot Example Code Overview
-
Урок 195.
00:02:45
TakesScreenshot Exercises
-
Урок 196.
00:06:15
TakesScreenshot Exercises 1 Capabilities Answers
-
Урок 197.
00:11:22
TakesScreenshot Exercises 2 Type Answers
-
Урок 198.
00:04:10
Page Objects Introduction
-
Урок 199.
00:02:36
Page Objects Refactoring Heuristics
-
Урок 200.
00:38:36
Refactoring to Page Objects A Live Example
-
Урок 201.
00:05:55
Refactoring to Page Objects the Live Example Summary
-
Урок 202.
00:01:23
Refactoring to Page Objects Exercise
-
Урок 203.
00:04:17
Defect Explanation for the GUI JavaScript option selection
-
Урок 204.
00:04:12
Refactoring to Page Objects Exercise Answers
-
Урок 205.
00:09:20
Loadable Component
-
Урок 206.
00:05:03
Slow Loadable Component
-
Урок 207.
00:04:02
Basics of Page Factory
-
Урок 208.
00:05:44
Page Factory Details
-
Урок 209.
00:04:47
Overview of Continuous Integration
-
Урок 210.
00:06:21
Overview of CI Project Code
-
Урок 211.
00:08:49
Overview of Github Travis CI Process
-
Урок 212.
00:03:38
About Git
-
Урок 213.
00:00:37
Create a Github Account
-
Урок 214.
00:01:56
Install Git and Github desktop
-
Урок 215.
00:06:58
Create a Project in Git for the CI
-
Урок 216.
00:01:08
Exercise Summary
-
Урок 217.
00:01:43
Travis CI Overview
-
Урок 218.
00:07:14
Create a Travis CI Build
-
Урок 219.
00:08:18
.travis.yml file Explained
-
Урок 220.
00:01:28
Travis-CI Exercise Summary
-
Урок 221.
00:08:17
Maven Profiles and JUnit Suites for CI
-
Урок 222.
00:04:30
Jenkins Install
-
Урок 223.
00:02:52
Configure Jenkins Plugins and Tools
-
Урок 224.
00:02:30
Configure Jenkins Manual Job
-
Урок 225.
00:00:36
Introduction to CI In Practice
-
Урок 226.
00:10:32
Jenkins Jobs
-
Урок 227.
00:05:07
My Continuous Integration setup explained
-
Урок 228.
00:05:00
Explaining and examining intermittency
-
Урок 229.
00:03:27
Overview of RemoteWebDriver
-
Урок 230.
00:05:39
Demo of RemoteWebDriver
-
Урок 231.
00:04:46
Remote Grid Pros and Cons
-
Урок 232.
00:10:57
Selenium Grid Theory
-
Урок 233.
00:10:08
Local Selenium Grid Demo
-
Урок 234.
00:04:28
Appium - Overview
-
Урок 235.
00:04:15
Data Driven Testing Overview
-
Урок 236.
00:03:03
Data Driven Testing In Action
-
Урок 237.
00:03:52
Data Driven Testing with and Object Array
-
Урок 238.
00:04:11
Data Driven Testing with a CSV File
-
Урок 239.
00:04:16
IsLoaded Helper Class Approach
-
Урок 240.
00:03:30
Some Fluent Page Object Tips
-
Урок 241.
00:04:18
End Notes
-
Урок 242.
00:01:38
Personal End of Course Message
-
Урок 243.
00:03:23
What is Continuous Integration
-
Урок 244.
00:03:12
Example of CI - About the wdci git code project
-
Урок 245.
00:02:42
Example of CI - Github code local Jenkins build
-
Урок 246.
00:03:54
Example of CI - Github and Travis-ci
-
Урок 247.
00:06:32
Secret of CI - Working from command line
-
Урок 248.
00:03:42
Download and Run Jenkins
-
Урок 249.
00:03:11
Example Initial Run and Config of Jenkins
-
Урок 250.
00:03:17
Overview of Installing Git
-
Урок 251.
00:01:29
Exercise - create a Jenkins job to run wdci with firefox
-
Урок 252.
00:02:00
Exercise Answer - create a Jenkins job to run wdci with firefox
-
Урок 253.
00:00:35
Exercise - create a Jenkins job to run wdci with HtmlUnit
-
Урок 254.
00:01:47
Exercise Answer - create a Jenkins job to run wdci with HtmlUnit
-
Урок 255.
00:00:50
Exercise - create a Jenkins job to run wdci with a Driver
-
Урок 256.
00:03:31
Exercise Answer - create a Jenkins job to run wdci with a Driver
-
Урок 257.
00:02:57
Exercise - create your own Git repository
-
Урок 258.
00:05:19
JUnit Suites and Profiles
-
Урок 259.
00:01:49
Exercise - JUnit Suites and Profiles
-
Урок 260.
00:02:37
Jenkins Hints - JENKINS_HOME
-
Урок 261.
00:02:10
About Appium
-
Урок 262.
00:00:53
How to Study This Section
-
Урок 263.
00:07:58
Installing Appium
-
Урок 264.
00:02:26
Appium Live Run
-
Урок 265.
00:03:20
Appium Live Run Changes Made to Driver
-
Урок 266.
00:01:26
Investigate BasicTestRefactored Test Failure
-
Урок 267.
00:07:52
Investigate Cookies Test Failure
-
Урок 268.
00:02:41
Investigate User Interactions Test Failure
-
Урок 269.
00:05:23
Investigate Data Driven Test Failure
-
Урок 270.
00:02:56
About Android Virtual Devices
-
Урок 271.
00:06:21
Installing and Creating an Android Virtual Device
-
Урок 272.
00:02:26
Appium and AVD
-
Урок 273.
00:02:45
Demonstration Running Appium against Browser
-
Урок 274.
00:01:11
Appium Exercises
-
Урок 275.
00:02:39
Changing Driver for easier GRID usage
-
Урок 276.
00:03:17
Implementing Driver Change for easier GRID usage
-
Урок 277.
00:02:01
More Generic grid code in Driver
-
Урок 278.
00:02:19
Using the Driver config from the command line
-
Урок 279.
00:05:02
Using the Driver config from the IDE
-
Урок 280.
00:01:41
Using the Driver config from CI
-
Урок 281.
00:01:55
BrowserStack requires Driver changes
-
Урок 282.
00:02:32
Driver changes to support BrowserStack
-
Урок 283.
00:02:35
IntelliJ Driver config for BrowserStack, SauceLabs and TestingBot
-
Урок 284.
00:05:17
Basic setup of a Mac as a grid node
-
Урок 285.
00:03:40
Demonstration of ChromeDriver on mac and IE by default
-
Урок 286.
00:05:08
Using node.json to Configure a Mac grid node
-
Урок 287.
00:00:30
Added the grid config source files into the code.zip and repo
-
Урок 288.
00:02:50
Alert Overview
-
Урок 289.
00:01:23
Alert Exercises Introduction
-
Урок 290.
00:03:40
Alert Exercises Retrospective