๐ Special Offer! ๐ ๐ Flat 40% OFF on all courses!
All Courses
Programming Courses
Python Certification Training Course
Trending
Python Django Certification Training Course
Node.js Certification Training Course
Java Certification Training Course
Best Seller
Spring Framework Certification Training Course
Spring Boot Certification Training Course
Trending
Hibernate Certification Training Course
Microsoft .NET Framework Certification Training Course
Data Analytics Certification Training Course
Trending
PHP MYSQL with MVC Certification Training Course
Advanced Java Certification Training
Go Language Certification Training
Flutter Certification Training
Get your free demo class
Call Us
Master Program
Full Stack Certification Training Course
Trending
DevOps Master Program Certification Training Course
New
Cloud Masters Program Certification Training Course
Popular
Data Science Master Program Certification Training Course
Popular
Software Testing Master Program Certification Training Course
Get your free demo class
Call Us
Cloud Computing
AWS Solution Architect Associate Certification Training
Trending
AWS Certified DevOps Engineer Professional Training
Popular
AWS Development Certification Training Course
New
Microsoft Azure Certification Training Course (AZ-104 & AZ-304)
Microsoft Azure DevOps Certification Training Course (AZ-400)
Microservices Certification Training Course
Salesforce Developer Certification Training Course
Salesforce Administrator Certification Training Course
Linux Certification Training Course
Get your free demo class
Call Us
DevOps
DevOps Certification Training Course
Trending
Kubernetes Certification Training Course
Docker Certification Training Course
Ansible Certification Training Course
Chef Certification Training Course
GIT Certification Training Course
DevSecOps Certification Training Course in Bangalore
Get your free demo class
Get now
Data science
DataScience with Python Certification Training Course
Best Seller
Machine Learning Certification Training Course
Deep Learning Certification Training Course
(AI) Artificial Intelligence Certification Training Course
Trending
Get your free demo class
Call Us
Big Data
Big Data Hadoop Certification Training Course
Trending
Apache Spark and Scala Certification Training Course
Apache Kafka Certification Training Course
Best Seller
Get Your Free Demo Class
Call Us
Software Testing
Selenium Certification Training Course
Trending
Selenium with Python Certification Training Course
New
Selenium with C# Certification Training Course
Manual Testing Certification Training Course
Get your free demo class
Call Us
Robotic Process Automation
RPA using UiPath Certification Training Course
Trending
RPA using Automation Anywhere Certification Training Course
RPA using Blue Prism Certification Training Course
Get your free demo class
Call Us
Frontend Development
Angular Certification Training Course
Trending
React JS Certification Training Course
Best Seller
Web Development Certification Training Course
MERN Stack Certification Training Course
Get your free demo class
Call Us
Databases
MySQL Certification Training Course
Oracle Certification Training Course
MongoDB Certification Training Course
Trending
Get your free demo class
Call Us
Mobile Development
Android Certification Training Course
Trending
Get your free demo class
Call Us
Home
Courses
Programming & Frameworks
DevOps
Data Science
Cloud Computing
Robotic Process Automation
Software Testing
Frontend Development
Master Program
Databases
Big Data
Mobile Development
About
FAQs
Blog
Gallery
Success Stories
X
Contact Us
Selenium with Python Certification Training Course
Curriculum
18 Sections
115 Lessons
50 Hours
Expand all sections
Collapse all sections
Introduction to Selenium
11
1.1
Why Automation Testing
1.2
Introduction to testing Lifecycle
1.3
Introduction to Selenium components
1.4
What was Selenium 1.0&2.0
1.5
What is Introduction to Selenium
1.6
Introduction to Automation Testing
1.7
Scope of Selenium Training
1.8
Selenium 3.0
1.9
Selenium 1 Vs Selenium 2 Vs Selenium 3
1.10
What is web driver?
1.11
Why Web Driver?
Installation and setting up environment
5
2.1
Installation of Python and PIP
2.2
Downloading and setting up Selenium
2.3
Installing Python IDE (PyCharm or Eclipse plug-in or PyScripter)
2.4
Configuring the environment
2.5
Hands-On
Python Basics part-I
5
3.1
DevOps Tools and techniques
3.2
DevOps Delivery Pipeline
3.3
DevOps Ecosystem
3.4
Architecture
3.5
Hands-On
Python Basics part-II
7
4.1
Introduction to data types
4.2
Control Flows
4.3
Functions and Variables
4.4
Data Structures
4.5
Lists & More
4.6
Class Exercises & examples
4.7
Hands-On
Python Basics Part-III (OOPS Concept)
7
5.1
Classes
5.2
Names and Objects
5.3
Inheritance
5.4
Iterators
5.5
Generators
5.6
Python Standard Libraries
5.7
Hands-On
Python Basics Part-IV
4
6.1
Errors and Exceptions
6.2
Modules
6.3
Input and Output
6.4
Hands-On
Selenium IDE
6
7.1
Installing Selenium IDE
7.2
Recording Script
7.3
Running, Pausing and debugging Script
7.4
Running a script line by line
7.5
Inserting commands in between script
7.6
Hands-On
Working with Docker Part II
6
8.1
Key commands for Docker
8.2
Networking with Docker
8.3
Docker Volumes
8.4
Managing files
8.5
Exercises and Case Studies
8.6
Hands-On
Verifications and Assertions
7
9.1
Introduction
9.2
Verification and Asserts
9.3
When to use verify and when to use assertions
9.4
Extracting values from a drop down
9.5
Echo, StoreEval and StoredVars Demystified
9.6
Regular expressions usage
9.7
Hands-On
Locators
5
10.1
What are locators
10.2
Types of locators
10.3
Examples of using Locators
10.4
Advantages and disadvantages of using locators
10.5
Hands-On
Web Driver Part-I
8
11.1
Introduction of Web Driver
11.2
Download & configuring Web driver
11.3
Architecture of selenium web driver
11.4
Drivers for Firefox, IE, chrome, I-phone, Android
11.5
First Selenium Code
11.6
Introduction to basic commands like get/navigate
11.7
Exception Handling in Selenium
11.8
Hands-On
Web Driver Part-II
12
12.1
Working with web page elements/Controls
12.2
Dropdown
12.3
Listbox
12.4
Radio buttons
12.5
Multi-select box
12.6
Date picker
12.7
Combobox widget
12.8
Introducing wait โ implicit and explicit wait
12.9
Handling different browsers โ Firefox, Chrome and Internet Explorer browser
12.10
Taking screenshots
12.11
Handling Java script alerts, confirmations and prompts
12.12
Hands-On
Web Driver Part-III
4
13.1
Working with Windows, Tabs and Frames
13.2
Working with static and dynamic Web tables
13.3
ACTIONS CLASS FOR MOUSE AND KEYBOARD ACTIONS
13.4
Hands-On
Web Driver Part-IV
3
14.1
File Upload and Download
14.2
Working with Proxy APIs
14.3
Hands-On
PyTest Framework
6
15.1
Introduction to PyTest framework
15.2
Installing PyTest
15.3
PyTest Fixtures
15.4
Running multiple tests using PyTest
15.5
Generating Test report
15.6
Hands-On
PyUnit Framework
8
16.1
Introduction to PyUnit framework
16.2
Installing PyUnit
16.3
PyUnit Annotations
16.4
Test case creations/running
16.5
Assertions/ Reporting Errors
16.6
Reports in PyUnit
16.7
Class Exercises
16.8
Hands-On
Data Driven Testing
4
17.1
Reading and writing data from Excel
17.2
Writing automation scripts to use excel data
17.3
Example and Exercises
17.4
Hands-On
Page Object Model(POM)
7
18.1
What is Page Object Model (POM)
18.2
Concept of Object Repository
18.3
Need for POM
18.4
Page Factory
18.5
Implementing POM
18.6
Example and Exercises
18.7
Hands-On
This content is protected, please
login
and
enroll
in the course to view this content!
Modal title
Main Content