Python Automation and Testing

Go to class
Write Review

Free Online Course: Python Automation and Testing 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. Python Automation and Testing is taught by Bhoomika Agarwal.

Overview
  • Learn how to automate your web UI testing with Python and Selenium.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. What Is Automation Testing and Python-Selenium Framework?
    • What is automated testing?
    • Python-Selenium bindings
    • A simple code example
    • Cross-browser support
    2. Parsing the HTML DOM Structure
    • What is the HTML DOM structure?
    • Locating elements by ID
    • Locating elements by name
    • Locating elements by XPath
    • Locating elements by class
    • Challenge
    • Solution
    • Challenge
    • Solution
    3. Navigating through Pages
    • Page interaction
    • Filling forms
    • Drag and drop elements
    • Challenge
    • Solution
    4. Waits
    • What are waits and why do we need them?
    • Explicit waits
    • Implicit waits
    Conclusion
    • Next steps