*** Best Selenium WebDriver With Python Programming Language Course *** Complete Framework Implementation From Scratch ***
This course includes a wide range of topics from Selenium WebDriver Basics and Advanced, Python Programming Concepts, Unittest And Pytest Framework, Automation Framework Design (Page Objects, Data Driven, Reading CSV Files), Logging Infrastructure, Cross-Browser Testing, Interview Preparation. All materials including code files.
You achieve two targets with one single course
- Complete Python Programming Language
- Selenium WebDriver Automation
Why Python Programming Language?
Python Programming Language is the fastest growing programming language within both the fields, development and testing. QA industry is rapidly progressing to move on with Python Programming Language for all the automation needs because of the flexibility it offers.
***** One stop place to become an Expert in Web Automation Framework related technologies from scratch *****
We start from Beginners
level and go through Advance level. This is a single course for
everything you need to know related to Web UI Automation.
********************* WHAT MAKES THIS COURSE BEST ON UDEMY? *****************************
We assume that students have no experience in automation/coding and start every topic from scratch and basics.
Examples are taken from TESTING REAL TIME HOSTED WEB APPLICATIONS to
understand how different components can be automated, that will give
you idea of industry level framework and give you confidence.
NO PRIOR CODING OR AUTOMATION EXPERIENCE NEEDED, this course covers all the necessary topics.
Get more than 20 hours of unique content with real example code files provided to refer and learn with examples.
Get awesome Support, on demand desktop session on Team Viewer and Skype.
*******************************************************************************************************
Join the group of more than 25000 students learning from us in different courses with positive feedback.
- Are you looking to step into automation industry with the latest technologies in market?
- Are you keen to learn GUI automation using Selenium WebDriver With Python Programming Language and other latest framework technologies?
- Interested in learning how Selenium WebDriver is used in projects?
Please take a look at the complete curriculum to get an idea of topics covered in this course.
Introduction
Get to know your instructor, it's really important to establish a good relationship and ask questions
You will learn multiple ways to reach me and ask questions
How you can attach the code files and send to me for easy and fast debugging
Setup And Configuration
Learn how to install python 3.x on windows
Learn how to configure python 3.x on windows
Learn how to set PYTHONPATH environment variable
Learn how to install python 3.x mac osx
Learn how to create a virtual environment to use multiple python versions on the same system
You will learn about some conventions I will be using throughout the course
You will be able to use pip to install, uninstall, show details of a python package
Discuss couple of free IDEs available to choose from and then install one of them to work with
Learn how to install iPython on terminal and PyCharm
Understanding Variables And Data Type
You will be able to use python help() command to find help on python commands
You will be able to use the print() command
You will get highlights of variables
You will be able to understand objects in python and how objects can be access with references
You will be able to learn some rules about variables declaration
You will be able to understand and utilize numbers data type in python and perform some math operations on numbers
You will be able to perform exponentiation and modulo operations on numbers
You will be able to understand which arithmetic operator takes precedence in python language
You will be able to understand and utilize boolean data type in python language
You will be able to understand and work with string data type in python programming language
You will be able to work with built-in python language methods for string manipulation
You will be able to work with built-in python language methods for string manipulation
You will be able to learn more string slicing and indexing using negative numbers in python language
You will be able to format strings in multiple ways
Test your knowledge related to strings
Advanced Data Types
You will be able to understand the list data type and learn how to access the list element using index
You will be able to work with built-in list methods of python language
Test your knowledge related to list
You will be able to understand the concept of dictionary and how to access items in dictionary in python programming language
You will be able to learn how to build nested dictionary in python programming language
You will be able to work with built-in dictionary methods of python language
Test your knowledge related to dictionary
You will be able to understand the concept of tuple and how it's different than a list in python programming language
Test your knowledge related to tuple
Comparison And Boolean Operators
You will be able to understand and work with different type of comparison operators in python language
You will be able to understand and work with boolean operators in python language
You will be able to understand how the order of precedence works with boolean operators in python language
Test your knowledge related to comparison and boolean operators
Program Control Flow
You will be able to understand conditional logic and best coding practices for indentation in python language
You will be able to understand the concept of control flow using while keyword in python language
You will learn how to use break and continue keywords in a loop
You will also learn the concept of using the else statements with a while loop in python language
You will be able to understand the for loop and use it in python language
You will learn how to iterate over multiple list at the same time in python language
You will learn the range() function and you will also learn how to utilize it in For loop in python language
Functions/Methods - Working With Reusable Code
You will be able to understand concept of methods and how to work with them to make your code reusable in python language
You will learn about return statements and how to use them, so that you can utilize the value returned by a method in your code in python language
You will be able to understand how to use optional parameters in python programming language
You will be able to understand the scope of local and global variables in python programming language
You will learn about more built-in functions which you can use with numbers in python language
Test your knowledge with an exercise which applies method, dictionary, if / else condition, return and more concepts of python language
Classes - Object Oriented Programming
You will get introduction to objects and classes with real and practical examples in python language
You will learn to create a class and create attribute in it
You will also learn about __init__() method and how to create an instance of the class
You will learn how to create your own methods and you will also learn how to define member variables in python language
You will be able to understand the concept of inheritance python programming language
You will be able to learn the concept of method overriding with inheritance in python programming language
Exception Handling
You will be able to understand how to handle exceptions using try, except blocks in python programming language
You will be able to understand how to use finally, else block along with try, except block in python programming language
Test your knowledge with an exercise which applies dictionary concepts and exception handling concepts using try, except, finally blocks of python programming language
Modules
You will learn how to use the builtin modules available in python programming language
You will learn how to create your own modules in python programming language
Working With Files
You will be able to learn how to write data to a file using python programming language
You will be able to learn how to read a file using python programming language
You will be able to learn how to use with and as keywords to read and write a file in python programming language
How To Inspect Elements Different Browsers - Add-Ons
You will learn how to inspect elements on different browsers
You will learn how to inspect elements using Firefox Dev Tools
You will learn how to use Firefox add-on -> Try XPath to inspect elements
You will learn how to inspect elements using Chrome Dev Tools
You will learn how to use Chrome extension to inspect elements
You will learn how to use Chrome extension to inspect elements
You will learn some quick tricks to generate an initial XPath which you can use to customize
You will learn how to install FirePath if you are interested to use it for inspecting elements
Selenium WebDriver -> Setup And Installation
You will be able to learn how to install Selenium WebDriver in Python Programming Language environment using PIP command on a Mac machine.
You will be able to learn how to install Selenium WebDriver in Python Programming Language environment using PIP command on a Windows machine.
You will learn how to install Selenium WebDriver plugin to PyCharm if it is not already installed from the terminal
Learn what's new in Selenium WebDriver 3.x version
Selenium WebDriver -> Running Tests On Various Browsers
Demo of how to bring up Firefox browser and open a website of choice using Selenium WebDriver and Python Programming Language.
The steps shown in this lecture are same for Mac and Windows.
Demo of how to bring up Chrome browser and open a website of choice using Selenium WebDriver and Python Programming Language.
Demo of how to bring up Chrome browser and open a website of choice using Selenium WebDriver and Python Programming Language.
You will be able to learn the configurations needed to run tests on Internet Explorer using Selenium WebDriver and Python Programming Language.
Demo of how to bring up Internet Explorer browser and open a website of choice using Selenium WebDriver and Python Programming Language.
You will be able to learn the configurations needed to run tests on Safari using Selenium WebDriver and Python Programming Language.
Demo of how to bring up Safari browser and open a website of choice using Selenium WebDriver and Python Programming Language.
You will be able to setup geckodriver to run tests on FF using Selenium WebDriver 3.x version on a Mac System
You will be able to setup geckodriver to run tests on FF using Selenium WebDriver 3.x version on a Windows System
Interview questions related to invoking tests with Selenium WebDriver in various browsers
Selenium WebDriver -> Finding Elements
You will be able to understand the document object model (DOM) and elements on a web page
Locate elements by id and name using Selenium WebDriver and Python Programming Language.