eSelenium 2 WebDriver With Java
To join this course visit https://EvilTester.com/courses
Watch Promo Enroll in Course
- An experienced practitioner teaches you to use Selenium Webdriver 3
- Master real-world techniques with Selenium WebDriver API
- Learn by doing with an additional six hours of self-learning exercises
Selenium WebDriver is the web automation tool of the moment, and its skills are in demand. When you understand Selenium WebDriver usage patterns, you can increase your ability to write efficient automation code.
In this course, you will learn via real world techniques associated with the Selenium WebDriver API, based on the experience of using Selenium WebDriver to automate production websites. This course focuses on the information you need to get productive with Selenium WebDriver. It does not cover Selenium IDE because you won't use that in a production environment. The course emphasizes and demonstrates self-learning strategies so that you don't just learn the Selenium WebDriver API in depth; you also learn how to discover more on your own.
About the Course Instructor
Alan Richardson has been working with Selenium since 2007, and WebDriver since 2010. Over the years he has helped his staff learn Selenium using the methods in this course: discussing the theory, showing examples, hands-on work, then critique and code reviews of worked examples.
About the Course
We have taken three days of course material and created complete video instruction. Learn from an additional six hours of self-learning exercises. Before you sign up for the course, make sure you take advantage of supplementary information provide for free. In addition to the lectures and exercises, there is also over 200 slides to aid your self-study and 4,500 lines of code to study (calculated using Metrics Reloaded). Your work will be support as you go through the course, and if you need any additional explanation or have a question, you can ask in the comments section. We will answer, and even create new videos showing the answers and them add them to the course.
When you are ready to learn Selenium WebDriver in depth, then sign up and let our online video training help you.
Your Instructor
Alan Richardson has over twenty years of professional IT experience: as a programmer, tester and test manager. Author of 3 books and several online training courses to help people learn Java, Technical Web Testing and Selenium WebDriver. He works as an independent consultant, helping companies improve their use of automation, agile, and exploratory technical testing. Alan posts his writing and training videos on SeleniumSimplified.com, EvilTester.com, JavaForTesters.com, and CompendiumDev.co.uk.
Course Curriculum
-
StartTip - how to right click in Finder to open folder in a terminal (1:06)
-
StartInstall Java JDK, and Maven on Mac using Homebrew (2:47)
-
StartInstall IntelliJ Community Edition on Mac (2:19)
-
StartDownload the `startUsingSeleniumWebDriver` project and install Firefox and driver (4:46)
-
StartInstall Chrome and ChromeDriver (1:52)
-
StartRun WebDriver Test From The IntelliJ IDE (1:08)
-
StartIntro To Maven (1:50)
-
StartCreate A Project, the easy way, with IntelliJ (7:31)
-
StartHow to add and update version of Selenium WebDriver Dependency (1:46)
-
StartSummary Of Why Maven (1:26)
-
StartMaven Troubleshooting, Tips and FAQs
-
StartMaven Troubleshooting Downloads (7:31)
-
StartMaven Troubleshooting Proxies and Download Cache Issues (4:47)
-
StartJUnit Intro and Example Explained (13:51)
-
StartJUnit 4 vs JUnit 5 (2:03)
-
StartHow is maven getting the dependencies? (3:46)
-
StartRun maven with no 'test' in the class name (3:44)
-
StartMore JUnit Theory (1:47)
-
StartA Quick Look at JUnit's source code (4:12)
-
StartExample use of @Before, @BeforeClass, @After and @AfterClass (10:26)
-
StartJUnit Exercises Introduction (2:07)
-
StartSample JUnit Answers Explained (12:15)
-
PreviewA little more Hamcrest (5:10)
-
StartNotes on Using JUnit 4.11 with Hamcrest
-
StartIntroduction to Interrogation (1:11)
-
StartDriver level Interrogation exercise (1:20)
-
StartDriver Level Interrogation Exercise - Sample Answers (10:30)
-
StartDOM Element Interrogation Introduction (12:15)
-
StartFirst findElement & By exercise (1:37)
-
StartFirst findElement & By Exercise - Sample Answers (7:29)
-
StartfindElements Introduction (2:13)
-
StartfindElements Exercise (1:18)
-
StartfindElements Exercise - sample answer (5:34)
-
StartChaining findElement and By support classes (9:35)
-
StartManipulation Exercises Introduction (2:27)
-
StartThe Manipulation Exercises List
-
StartManipulation Exercises Sample Answers Introduction (1:38)
-
StartManipulation Exercises - sample answers question one (6:28)
-
StartManipulation Exercises - sample answers question two (2:47)
-
StartManipulation Exercises - sample answers question three (2:23)
-
StartManipulation Exercises - sample answers question four (4:41)
-
StartManipulation Exercises - sample answers question five (8:32)
-
StartManipulation Exercises - sample answers question six (3:52)
-
StartManipulation Exercises - sample answers question seven (3:07)
-
StartManipulation Exercises - Summary and retrospective (4:54)
-
StartUser Interactions Introduction and overview (6:09)
-
StartUser Interactions Demo and code walkthrough (6:37)
-
StartUser Interactions Exercise Introduction (2:20)
-
StartUser Interactions Exercise List
-
StartUser Interactions Exercise Retrospective (5:07)
-
StartMake User Interaction More Reliable By Setting Focus to the page (1:25)
-
StartCustom Expected Condition - slides walkthrough (8:35)
-
StartCustom Expected Condition - ExpectedConditions code walkthrough (4:10)
-
StartCustom Expected Condition - tutorial code walkthrough (10:17)
-
StartWebDriverWait ExpectedCondition Code Walkthrough Explanation (7:00)
-
StartWaiting Exercises slide (1:44)
-
StartWaiting Exercises answers - code walkthrough (4:45)
-
StartJavascript Introduction (5:58)
-
StartJavascript Example with Code Exploration (4:51)
-
StartJavascript on the page to view script and console (3:38)
-
StartJavascript Exercises (2:59)
-
StartJavascript Answers (10:32)
-
StartJavascript Async Theory (2:35)
-
StartJavascript Async Example Explained and Explored (10:19)
-
StartJavascript Async Exercise (1:56)
-
StartJavascript Async Exercise Answer (2:45)
-
StartIntroduction to using different browsers (3:13)
-
StartAdding a Browser Driver to the Path (3:45)
-
StartFirefoxDriver Introduction (10:09)
-
StartChromeDriver Introduction (1:50)
-
StartChromeDriver Overview with example code (5:05)
-
StartOperaDriver
-
StartIEDriver Overview with slides (1:29)
-
StartIEDriver Overview with code examples (1:25)
-
StartIEDriver path configuration Path or Property (2:48)
-
StartMicrosoft Edge WebDriver Introduction (3:09)
-
StartMicrosoft Edge WebDriver Code Introduction (3:44)
-
StartTry Different Browsers (2:28)
-
StartDifferent Browsers Exercises (1:37)
-
StartDriver Manager Approaches Introduction (2:04)
-
StartDriver Manager Selenium 2 Basics (6:44)
-
StartSelenium Test Code WebDriverBuilder (3:31)
-
StartSelenium Simplified Manager (4:55)
-
StartDriver Manager Exercise Introduction (1:08)
-
StartDriver Manager Exercise Answer (17:22)
-
StartDriver Manager Exercise Recap (2:51)
-
StartOverview of Taking Screenshots
-
StartOverview of the TakesScreenshot Interface (2:01)
-
StartCreate TakesScreenshot Live Example (11:24)
-
StartTakes Screenshot Code Overview (2:53)
-
StartTakesScreenshot Exercises (2:44)
-
StartTakesScreenshot Exercises 1 Capabilities Answers (6:14)
-
StartTakesScreenshot Exercises 2 Type Answers (11:21)
-
StartTakesScreenshot FAQs
-
StartPage Objects Introduction (4:09)
-
StartPage Objects Refactoring Heuristics (2:35)
-
StartRefactoring to Page Objects A Live Example (38:35)
-
StartRefactoring to Page Objects the Live Example Summary (5:54)
-
StartRefactoring to Page Objects Exercise (1:22)
-
StartDefect Explanation for the GUI JavaScript option selection (4:16)
-
StartRefactoring to Page Objects Exercise Answers (4:11)
-
StartLoadable Component (9:19)
-
StartSlow Loadable Component (5:02)
-
StartBasics of Page Factory (4:01)
-
StartPage Factory Details (5:43)
-
StartWhat is Continuous Integration (3:22)
-
StartExample of CI - About the wdci git code project (3:11)
-
StartExample of CI - Github code local Jenkins build (2:41)
-
StartExample of CI - Github and Travis-ci (3:53)
-
StartSecret of CI - Working from command line (6:31)
-
StartDownload and Run Jenkins (3:41)
-
StartExample Initial Run and Config of Jenkins (3:10)
-
StartOverview of Installing Git (3:16)
-
StartExercise - create a Jenkins job to run wdci with firefox (1:28)
-
StartExercise Answer - create a Jenkins job to run wdci with firefox (1:59)
-
StartExercise - create a Jenkins job to run wdci with HtmlUnit (0:34)
-
StartExercise Answer - create a Jenkins job to run wdci with HtmlUnit (1:46)
-
StartExercise - create a Jenkins job to run wdci with a Driver (0:49)
-
StartExercise Answer - create a Jenkins job to run wdci with a Driver (3:30)
-
StartExercise - create your own Git repository (2:56)
-
StartJUnit Suites and Profiles (5:18)
-
StartExercise - JUnit Suites and Profiles (1:48)
-
StartJenkins Hints - JENKINS_HOME (2:36)
-
StartSlides for Continuous Integration with Git
-
StartWhy is this section deprecated
-
StartAbout Appium (2:09)
-
StartHow to Study This Section (0:52)
-
StartInstalling Appium (7:57)
-
StartAppium Live Run (2:25)
-
StartAppium Live Run Changes Made to Driver (3:19)
-
StartResults of Appium Live Run
-
StartInvestigate BasicTestRefactored Test Failure (1:25)
-
StartInvestigate Cookies Test Failure (7:51)
-
StartInvestigate User Interactions Test Failure (2:40)
-
StartInvestigate Data Driven Test Failure (5:22)
-
StartAbout Android Virtual Devices (2:56)
-
StartInstalling and Creating an Android Virtual Device (6:20)
-
StartAppium and AVD (2:25)
-
StartDemonstration Running Appium against Browser (2:44)
-
StartAppium Exercises (1:10)
-
StartAppium Slides and 'transcript'