Selenium WebDriver With Python 3.x - Novice To Ninja

BY
Udemy

Learn the fundamentals and advanced principles of Selenium using Python 3 programming to implement an automation system.

Mode

Online

Fees

₹ 3499

Quick Facts

particular details
Medium of instructions English
Mode of learning Self study
Mode of Delivery Video and Text Based

Course overview

Python Programming Language is the most burgeoning programming language in both testing and development. Because of the versatility it provides, the quality assurance market is fast evolving to adopt Python for all automation purposes. Let's Kode It has created the Selenium WebDriver With Python 3.x - Novice To Ninja online certification, which is presented by Udemy and is aimed at individuals who want to obtain experience in Selenium for creating automation frameworks.

Selenium WebDriver With Python 3.x - Novice To Ninja online course covers a wide range of topics, beginning with the foundations and advanced Selenium WebDriver, Python, Unittest, Pytest framework, automation framework design including page objects, data-driven, logging infrastructure, and cross-browser testing. Selenium WebDriver With Python 3.x - Novice To Ninja online classes also include portions aimed at preparing learners for job interviews and providing them with a certificate to validate their knowledge and expertise in Selenium WebDriver using Python 3.

The highlights

  • Certificate of completion
  • Self-paced course
  • English videos with multi-language subtitles
  • 31.5 hours of pre-recorded video content
  • 9 articles
  • 222 downloadable resources
  • 30-day money-back guarantee 
  • Unlimited access
  • Accessible on mobile devices and TV

Program offerings

  • Certificate of completion
  • Self-paced course
  • English videos with multi-language subtitles
  • 9 articles
  • 222 downloadable resources
  • Unlimited access
  • Accessible on mobile devices and tv
  • 31.5 hours of pre-recorded video content

Course and certificate fees

Fees information
₹ 3,499
certificate availability

Yes

certificate providing authority

Udemy

What you will learn

After completing the Selenium WebDriver With Python 3.x - Novice To Ninja certification course, learners will gain an understanding of Selenium WebDriver's core functionalities. Students will get an understanding of the principles and methodologies used in Python 3 and Selenium for testing automation. Students will learn about web automation tools and techniques such as CSS selectors, Xpath, object-oriented programming, version control, and data-driven testing. Learners will also become acquainted with cross-browser testing methodologies, as well as gain a thorough understanding of the Unittest and Pytest frameworks.

The syllabus

Introduction

  • Introduction
  • Why Selenium?
  • Selenium WebDriver Architecture - How It Works?
  • Instructor Introduction
  • How To Reach Me Anytime? *** MUST WATCH ***

Setup And Configuration

  • Python Installation - Windows
  • Configuration Of Python - Windows
  • Python Installation And Setup - Mac
  • First Project Creation And PyCharm Installation
  • *** Must Watch Lecture Before Moving Forward ***
  • Package Management Using PIP
  • Installing iPython

Understanding Variables And Data Type

  • Python Terminal Walkthrough
  • Understanding Objects And References
  • Variables Rules
  • Numbers Data Type And Math Operations
  • Numbers - Exponentiation And Modulo
  • Arithmetic Order Of Precedence
  • Boolean Data Type
  • Working With Strings
  • String Methods - Part 1
  • String Methods - Part 2
  • More String Slicing And Indexing
  • Strings Formatting
  • Strings Quiz *** Test Your Knowledge ***

Advanced Data Types

  • List And Accessing The Elements
  • List Methods
  • List Quiz *** Test Your Knowledge ***
  • Working With Dictionary
  • Nested Dictionary
  • Dictionary Methods
  • Dictionary Quiz *** Test Your Knowledge ***
  • Working With Tuple
  • Tuple Quiz *** Test Your Knowledge ***

Comparison And Boolean Operators

  • Working With Comparators
  • Understanding Boolean Operators
  • Boolean Operators - Order Of Precedence
  • Comparison And Boolean Operators Quiz *** Test Your Knowledge ***

Program Control Flow

  • Conditional Logic - If Else Conditions
  • While Loop Demo
  • Break Continue And While/Else
  • For Loop Demo
  • Iterating Multiple Lists - Using the Zip Function
  • Using Range Function In For Loop

Functions/Methods - Working With Reusable Code

  • Understanding Methods
  • Working With Return Values
  • Working With Positional / Optional Parameters
  • Understanding Variable Scope
  • More Built-In Functions
  • Practice Exercise With Solution *** Homework ***

Classes - Object Oriented Programming

  • Understanding Objects / Classes
  • Create Your Own Object
  • Create Your Own Methods
  • Inheritance
  • Method Overriding
  • Practice Exercise With Solution *** Homework ***

Exception Handling

  • Exception Handling Demo
  • Finally And Else Block
  • Practice Exercise With Solution *** Homework ***

Modules

  • Builtin Modules
  • Create Your Own Modules

Working With Files

  • How To Write Data To A File
  • How To Read A File
  • File Handling Using "With" And "As" Keywords

How To Inspect Elements On Different Browsers - Add-Ons

  • Introduction
  • How To Inspect Elements Using Firefox DevTools
  • Firefox Add-On - Try XPath
  • How To Inspect Elements Using Chrome DevTools
  • Chrome Extension - Part 1
  • Chrome Extension - Part 2
  • Tricks To Generate XPath
  • Best Element Inspect Tool

Selenium WebDriver -> Setup And Installation

  • Selenium WebDriver Installation
  • How To Install Selenium Plugin To PyCharm
  • Selenium 3.x Update

Selenium WebDriver -> Running Tests On Various Browsers

  • Running Tests On Firefox
  • Running Tests On Google Chrome
  • Requirements To Run Tests On IE
  • Running Tests On Internet Explorer
  • Requirements To Run Tests On Safari
  • Running Tests On Safari
  • How To Set Drivers In System Path - Mac
  • How To Set Drivers In System Path - Windows
  • *** Interview Questions ***

Selenium WebDriver -> Finding Elements

  • Understanding Elements And DOM
  • Find Element By Id And Name
  • Understanding Dynamic Ids And Selenium Exception
  • Find Element By XPath And CSS Selectors
  • Find Element By Link Text
  • Find Element By Class Name And Tag Name
  • Understanding "By" Class
  • How To Find List Of Elements
  • *** Interview Questions ***

CSS Selectors - Advanced Locators

  • Using Ids With CSS Selectors To Find Elements
  • How To Use Multiple CSS Classes To Find Elements
  • Using Wildcards With CSS Selectors
  • How To Find Child Nodes Using CSS Selectors
  • CSS Cheat Sheet

Xpath - Advanced Locators

  • Difference Between Absolute And Relative Xpath
  • How to Build An Effective Xpath
  • Using Text To Build An Effective Xpath
  • Build Xpath Using Contains Keyword
  • Build Xpath Using Starts-With Keyword
  • How To Find Parent and Sibling Nodes
  • Practice Exercise With Solution + *** Interview Question ***
  • Xpath Cheat Sheet

Selenium WebDriver -> Working With Web Elements

  • Browser Interactions Introduction
  • Browser Interaction *** Practical Implementation ***
  • How To Click And Type On A Web Element
  • How To Find The State Of A Web Element (Disabled And Enabled Elements)
  • Radio Buttons And Checkboxes
  • Working With Elements List
  • Understanding Dropdown Elements
  • Working With A Dropdown Element *** Practical Example ***
  • How To Work With Hidden Elements
  • Working With Hidden Elements - Practical Example
  • *** Interview Questions ***

Selenium WebDriver -> Useful Methods And Properties

  • How To Get The Text On Element
  • How To Get Value Of Element Attribute
  • Generic Method To Find Elements
  • How To Check If Element Is Present
  • How To Build Dynamic XPath
  • *** Interview Questions ***

Selenium WebDriver -> Wait Types

  • Implicit Wait Vs Explicit Wait
  • Implicit Wait *** Practical Example ***
  • Explicit Wait *** Practical Example ***
  • Generic Method To Work With Explicit Wait
  • *** Interview Questions ***

Selenium WebDriver -> Advanced Interactions

  • Calendar Selection Introduction
  • Calendar Selection *** Practical Example ***
  • Calendar Selection *** Real Time Example ***
  • AutoComplete - Working With Dynamic Dropdowns
  • AutoComplete - Additional Examples
  • How To Take Screenshots
  • Generic Method To Take Screenshots
  • Executing JavaScript Commands
  • How To Find Size Of The Window
  • How To Scroll Element Into View
  • *** Interview Questions ***

Selenium WebDriver -> Switch Window And IFrames

  • How To Switch Window Focus
  • Switch To Window *** Practical Example ***
  • How To Work With IFrames
  • Switch To IFrame *** Practical Example ***
  • Handling JavaScript Popup
  • Switch Focus Quiz + *** Interview Questions ***

Selenium WebDriver -> Working With Actions Class

  • Mouse Hover Actions
  • How To Drag And Drop Element On A Web Page
  • Working With Sliders Actions
  • ActionChains Quiz + *** Interview Questions ***

Logging Infrastructure

  • Introduction To Logging Infrastructure
  • Changing The Format Of Logs
  • Logger - Console Example
  • Logger - Configuration File Example
  • How To Write A Generic Custom Logger Utility

Unittest Infrastructure

  • Unittest Introduction
  • Writing First Test Case
  • How To Implement Class Level SetUp And TearDown Methods
  • How To Assert A Test Method
  • How To Export PYTHONPATH *** MUST WATCH ***
  • How To Run Code From Terminal
  • How To Create A Test Suite

Pytest -> Advanced Testing Framework

  • Pytest Installation And First Script
  • Pytest Naming Conventions
  • How To Work With PyTest Fixtures
  • Pytest Fixture Update
  • Multiple Ways To Run Test Cases
  • Important Note For Next Lecture
  • Conftest -> Common Fixtures To Multiple Modules
  • How To Maintain Run Order Of Tests
  • Running Tests Based On Command Line Arguments
  • Structure Tests In A Test Class
  • How To Return A Value From Fixtures
  • Install PyTest HTML Plugin
  • How To Generate HTML Test Report

Automation Framework - Part 1

  • Automation Framework Introduction
  • Understanding Framework Structure
  • Where To Practice Framework Content? *** MUST WATCH ***
  • Test Scenario Without Framework
  • Convert Test Case To Page Object Model Framework
  • Refactor Your Page Object Class - Part 1
  • Build Your Custom Selenium Driver Class
  • Refactor Your Page Object Class - Part 2

Automation Framework - Part 2

  • Add Logging To Automation Framework
  • How To Verify Test Case Result
  • Complete Login Page Test Cases
  • Create Conftest To Implement Common Setup Methods
  • Refactor Conftest *** Make Framework More Readable ***

Automation Framework - Part 3

  • How To Assert Without Stopping Test Execution
  • How To Assert Without Stopping Test Execution *** Practical Example *** Part - 1
  • How To Assert Without Stopping Test Execution *** Practical Example *** Part - 2
  • Implement Screenshots In A Framework
  • Taking Screenshots On Test Failure
  • BasePage And Util Concept Introduction
  • Inheriting BasePage Class

Automation Framework -> Practice Exercise

  • CustomDriver -> Additional Methods Before Exercise
  • Practice Exercise Question
  • Find Element Locators -> Solution Part 1
  • Create Register Courses Page Class -> Solution Part 2
  • Create Register Courses Test Class -> Solution Part 3
  • Practice Exercise Solution Update - Part 1
  • Practice Exercise Solution Update - Part 2
  • Handling Dynamic IFrames In Framework

Data Driven Testing

  • Setup And Configuration
  • Data Driven Testing *** Practical Implementation ***
  • Utility To Read CSV Data
  • Multiple Data Sets Test Case *** Practical Example ***

Running Complete Test Suite

  • How To Manage Navigation In Framework
  • Refactor Login Tests
  • How To Run A Test Suite
  • Running Test Suite On Chrome

Git And GitHub - Version Control System

  • Git And GitHub Introduction
  • Git Installation On Windows
  • Git Installation On Mac
  • Create Local Git Repository - Staging And Commit
  • File Checkin - GitHub Remote Repository
  • Advantages And Importance Of Git Branches
  • File Checkin and Resolve Merge Conflicts - Real Time Example
  • Course Code Files On GitHub
  • GitHub Project Check-in And Git Clone

Continuous Integration With Jenkins

  • Jenkins Features And Advantages
  • Jenkins Setup And Installation - Generic WAR File
  • Jenkins Setup And Installation - Windows
  • Jenkins Setup And Installation - Mac
  • Securing Jenkins
  • Jenkins Plugins Management
  • Building A Freestyle Project Using Jenkins And GitHub

Conclusion

  • BONUS: What's Next? Some Really Exciting Courses
  • Python Programming Language Code Files
  • Selenium WebDriver Code Files
  • Automation Framework Code Files

Articles

Popular Articles

Latest Articles

Trending Courses

Popular Courses

Popular Platforms

Learn more about the Courses

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

Careers360 App
150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books