Selenium Course Curriculum

(using Java)

  • 1
    How to use this Course
    • How to Use the Core Selenium Course
    • How to access source code?
  • 2
    Welcome to the course!
    • A message from the instructor
    • Before we begin...
  • 3
    Introduction, Setup & Creating a Test
    • What is Test Automation? Why we need it ?
    • Introduction to Selenium, Web Test Automation
    • Verify Java and Setup Selenium
    • Getting started with Selenium using Chrome driver
  • 4
    TestNG - Eclipse & Test Life Cycle
  • 5
    Selenium WebDriver
  • 6
    WebElement
    • Coding - Use FindElement for google search
    • Intro to HTML Code
    • Working with Radio Buttons (WebElement)
  • 7
    Resource Locators
  • 8
    Selenium Waits
    • What are waits? Types
    • Implicit Waits
    • Using Explicit Wait
    • ExplicitTestNG.java (ExplicitWait code)
  • 9
    Assertions