Course Overview


Digital marketing is a rapidly evolving industry that comes with a lot of challenges but also offers a lot of rewards including lucrative income and career prospects. And luckily, to become a digital marketing professional, you don’t need a traditional college degree in marketing. Enrolling in a credible digital marketing certification course can help you start out your career.

What is Software Testing?
Manual Testing & its challenges
Challenges in Manual testing
Automation Testing beats Manual testing
Selenium as an automation testing tool
Advantages and Disadvantages in Selenium
Selenium V/s Other Tools
Selenium Suite of Tool's

Getting started with python
Installing Python3
Running python programs
Datatype & Variables• Python numbers
Python Strings
Python String Formatting
Python Lists
Python Dictionaries
Python Tuples
Datatype conversion
Python Control Statements
Python Functions
Python Loops
Python Mathematical Function
Python Generating Random numbers
Python File Handling
Python Object and Classes
Python Operator Overloading
Python inheritance and polymorphism
Python Exception Handling
Python Modules
Python Built-in Functions
How to read and write file

Introduction to WebDriver
WebDriver features and drawbacks
Install Selenium with Python
Run tests on Chrome, Firefox & IE
Locators in Selenium
X Path in detailed
Capturing Xpath & ChroPath plug-in
Difference Between Absolute And Relative Xpath
Writing Xpaths
Built-in functions in XPath
Handling Dynamic elements using Xpath

Basic commands
Close & Quite
Conditional commands
waits- implit wait & explit wait
Navigation commands

Inputboxes
Dropdown boxes
Radio buttons
Check boxes
Links
Alerts/Popups
Frames/Iframes
Browser windows
Web/HTML Tables
Scroll Webpage

Mouse actions
Mouse Hover
Right click
Double click
Drag and Drop
Resize
Slider
Upload files
Download files
Date Pickers

Handle Dynamic Elements
Handle Cookies
Capture screen shots
Logging

What is data driven testing?
Read data from Excel file
Write data into Excel file
Excel Utilities Class
Data Driven testing using Microsoft Excel

PyTest Installation
PyTest Naming Convensions
PyTest Test case
PyTest Fixtures
How to use common Fixtures in Multiple Modules
Run All the Modules in Package
Run Specific Module from a Package
Run Specific Test Method from a Module
Grouping Tests
Skipping Tests
Ordering Tests
Run tests in parallel using pyTest xdist-plugin
Ordering Tests
Parameretization
Command Line arguments
pyTest HTML Report generation
Selenium Python Project| PyTest, Page Object Model,HTML Reports

Introduction
Basic Test Case
Handling Web Elements
Inputbox
Radio Buttons and Check boxes
Handling Dropdowns
Waits
Close Browsers,Alerts & Frames
Handling Browser Windows
Links
Navigations
Capture Screenshots
Mouse actions
User Defined Keywords
Scrollingpage
Forloop
Table
Datadriven
Testing using scripData driven Testing using Excel and csv
Database Testing
Setup-Teardown
Tagging
PageObject Model
Parallel execution
Headless Browser Testing
Jenkins Integration