Learning Selenium

Go to class
Write Review

Free Online Course: Learning Selenium provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Selenium is taught by Meaghan Lewis.

Overview
  • Learn how to use Selenium to test web applications. Find out how to write, automate, and run tests with the Selenium WebDriver API and Selenium Grid.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Install Ruby on Mac or Windows
    • Exercise files
    • Selenium overview
    1. Selenium WebDriver
    • Using WebDriver
    • Setting up WebDriver
    • Using the API
    • Write a test
    • Add structure to tests
    • Running tests
    • All about the drivers
    2. Selenium Grid
    • Grid benefits
    • Setting up the hub
    • Configuring nodes
    • Running tests
    • Pros and cons
    3. Writing Effective Tests
    • Clean test code with variables
    • Clean test code with functions
    • Page object pattern
    • Test suite organization
    • The test pyramid
    Conclusion
    • Next steps