Advanced Selenium: Automation Frameworks

Go to class
Write Review

Free Online Course: Advanced Selenium: Automation Frameworks 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. Advanced Selenium: Automation Frameworks is taught by Jain Waldrip.

Overview
  • Learn how to develop a custom test automation framework with Selenium and your programming language of choice: Ruby, Node.js, or Java.

Syllabus
  • Introduction

    • Creating automation
    • Getting started: What you should know
    1. Automation Frameworks
    • Creating automation frameworks
    • Choosing a Selenium framework
    2. Ruby
    • Getting started with Ruby
    • Managing packages with Bundler
    • Installing Bundler gems
    • Introducing RSpec
    • Introducing Watir
    • Testing with Watir: Navigate and wait
    • Testing with Watir: Inputs
    • Testing with Watir: Assertions
    3. Node.js
    • Getting started with Node.js
    • Managing packages with npm
    • Introducing Mocha and Chai
    • Introducing wdio
    • Testing with wdio: Navigate and wait
    • Testing with wdio: Inputs
    • Testing with wdio: Assertions
    4. Java
    • Getting Started with Java
    • Managing packages with Maven
    • Introducing JUnit
    • Introducing Selenide
    • Testing with Selenide: Navigate and wait
    • Testing with Selenide: Inputs
    • Testing with Selenide: Assertions
    Conclusion
    • Next steps