SlideShare a Scribd company logo
1 of 8
Slide
1
Slide
2
Slide
3
Slide
4
Slide
5
Slide
6
Slide
7
Regional Training Centre,
DAV Public Schools, Jharkhand
Zone-C
~:Workshop for :~
Automation using Python
DATE:
07th Oct – 08th Oct-2023
~: Presented By :~
Manish Kumar
DAV Public School, Koyla Nagar
Slide
~: Agenda :~
Intro. About Selenium
Selenium is an open-source,
automated testing tool used to
test web app across multiple
browsers
Why Python for
automation
Python is object-oriented and
functional use for write test
cases.
Selenium Python
Module
Here we are knowing about
different kind of module like
webdriver, utils etc.
Web element in
Selenium
A high-level instruction set
for manipulating form
controls.
Test Case
Here we are working with
some example using Google
form.
Intro about Web driver
WebDriver is a remote
control interface that
enables introspection and
control of user agents.
Slide
2
Slide
3
Slide
4
Slide
5
Slide
6
Slide
7
Slide
Slide
2
Selenium
is Open
Source
Selenium is an open-source
suite of tools and libraries
that is used for browser
automation.
Supports
Cross
Browsing
Almost all the browsers are
supported by selenium like
chrome, firefox, IE etc.
Automates
Web
applications
Selenium is very powerful tools
that are provide automation in
web app, website
What is Selenium ?
Selenium is an open-source, automated testing
tool used to test web app across multiple browsers
Slide
3
Slide
4
Slide
5
Slide
6
Slide
7
Slide
Slide
2
Slide
3
~: Selenium Components :~
Slide
4
Slide
5
Slide
6
Slide
7
I
.
Components
If you ask a lazy programmer
about their favorite automation
tools, there is a high probability
that you will get “SELENIUM” as
an answer.
Selenium
Grid
Selenium Grid is tool which is used
together with Selenium RC. It runs
test on different machines against
different browsers in parallel
Selenium
WebDriver
Selenium WebDriver is a browser
automation framework that accepts
commands and send them to a
browser
Selenium
IDE
Selenium RC
Selenium Remote Control is a
server, written in java, that
accepts commands for the
browser via HTTP
R.W
.
G.
It is one of the simplest frameworks in
the selenium suite. It allows us to
record and playback the scripts.
Slide
Slide
2
Slide
3
Slide
4
Selenium with
Python
There are two way to run automation scripts
Configure Selenium
using Python
Configure PyDev
in Eclipse.
01 02
Slide
5
Slide
6
Slide
7
Configure Selenium using
Python
Download and install Python on Windows
Install Selenium libraries in python
Download and install Pycharm/python IDLE
Create a new project and write the selenium test script
Run and validate the test scripts
Slide
Slide
2
Slide
3
Slide
4
Slide
5
Element to be added
while writing test script
Slide
6
Slide
7
IDLE
3
DRIVER
2
PIP
1
Pip install
Selenium in
your prompt
Download
chrome
driver using
Google
Using IDLE
write from
selenium
import
webdriver
Slide
Slide
2
Slide
3
Slide
4
Slide
5
Slide
6
Lets Start
Slide
7
Step 1:
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
Step 2:
driver = webdriver.Chrome()
Step 3:
driver.maximize_window()
Step 4:
driver.get(https://www.google.com/)
Step 5:
Now search your website and using web element
perform your task
Slide
Slide
2
Slide
3
Slide
4
Slide
5
Slide
6
Slide
7
Thanks for
Listening with
great patience

More Related Content

Similar to automation with python and selenium

Automated UI testing.Selenium.DrupalCamp Kyiv 2011
Automated UI testing.Selenium.DrupalCamp Kyiv 2011Automated UI testing.Selenium.DrupalCamp Kyiv 2011
Automated UI testing.Selenium.DrupalCamp Kyiv 2011
camp_drupal_ua
 
Selenium 1july
Selenium 1julySelenium 1july
Selenium 1july
Edureka!
 
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
Simplilearn
 
Sakai10 Selenium Workshop
Sakai10 Selenium WorkshopSakai10 Selenium Workshop
Sakai10 Selenium Workshop
coreyjack
 

Similar to automation with python and selenium (20)

BCS Selenium Workshop
BCS Selenium WorkshopBCS Selenium Workshop
BCS Selenium Workshop
 
Selenium using C# by Yogesh Kumar
Selenium using C# by  Yogesh KumarSelenium using C# by  Yogesh Kumar
Selenium using C# by Yogesh Kumar
 
Automated UI testing.Selenium.DrupalCamp Kyiv 2011
Automated UI testing.Selenium.DrupalCamp Kyiv 2011Automated UI testing.Selenium.DrupalCamp Kyiv 2011
Automated UI testing.Selenium.DrupalCamp Kyiv 2011
 
selenium-webdriver-interview-questions.pdf
selenium-webdriver-interview-questions.pdfselenium-webdriver-interview-questions.pdf
selenium-webdriver-interview-questions.pdf
 
Selenium 1july
Selenium 1julySelenium 1july
Selenium 1july
 
What is Selenium Introduction to Selenium Testing.pptx
What is Selenium Introduction to Selenium Testing.pptxWhat is Selenium Introduction to Selenium Testing.pptx
What is Selenium Introduction to Selenium Testing.pptx
 
Selenium Web Driver Tutorial for Cross Browser Testing
Selenium Web Driver Tutorial for Cross Browser TestingSelenium Web Driver Tutorial for Cross Browser Testing
Selenium Web Driver Tutorial for Cross Browser Testing
 
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
What Is Selenium? | Selenium Basics For Beginners | Introduction To Selenium ...
 
Sakai10 Selenium Workshop
Sakai10 Selenium WorkshopSakai10 Selenium Workshop
Sakai10 Selenium Workshop
 
Automated UI testing. Selenium. DrupalCamp Kyiv 2011
Automated UI testing. Selenium. DrupalCamp Kyiv 2011Automated UI testing. Selenium. DrupalCamp Kyiv 2011
Automated UI testing. Selenium. DrupalCamp Kyiv 2011
 
Selenium PPT 2.pptx
Selenium PPT 2.pptxSelenium PPT 2.pptx
Selenium PPT 2.pptx
 
QSpiders - Automation using Selenium
QSpiders - Automation using SeleniumQSpiders - Automation using Selenium
QSpiders - Automation using Selenium
 
Automated UI testing with Selenium
Automated UI testing with SeleniumAutomated UI testing with Selenium
Automated UI testing with Selenium
 
Introduction to Selenium Automation
Introduction to Selenium AutomationIntroduction to Selenium Automation
Introduction to Selenium Automation
 
Selenium
SeleniumSelenium
Selenium
 
What is selenium
What is seleniumWhat is selenium
What is selenium
 
Selenium - BNT 07
Selenium - BNT 07Selenium - BNT 07
Selenium - BNT 07
 
Reasons behind selenium automation testing popularity
Reasons behind selenium automation testing popularityReasons behind selenium automation testing popularity
Reasons behind selenium automation testing popularity
 
Automation Testing using Selenium Webdriver
Automation Testing using Selenium WebdriverAutomation Testing using Selenium Webdriver
Automation Testing using Selenium Webdriver
 
Selenium
SeleniumSelenium
Selenium
 

Recently uploaded

toefl ibt practice test module download_1
toefl ibt practice test module download_1toefl ibt practice test module download_1
toefl ibt practice test module download_1
Aswar Amiruddin
 
B. A. (Prog.) Political Science 6th Semester 2019.pdf
B. A. (Prog.) Political Science 6th Semester 2019.pdfB. A. (Prog.) Political Science 6th Semester 2019.pdf
B. A. (Prog.) Political Science 6th Semester 2019.pdf
paraspiyush3
 
unit-5-final-cn-unit-5-notes-important-questions.pdf
unit-5-final-cn-unit-5-notes-important-questions.pdfunit-5-final-cn-unit-5-notes-important-questions.pdf
unit-5-final-cn-unit-5-notes-important-questions.pdf
radheeshyam1176
 
કારકિર્દીના પંથે-2024 career guidance.pdf
કારકિર્દીના પંથે-2024 career guidance.pdfકારકિર્દીના પંથે-2024 career guidance.pdf
કારકિર્દીના પંથે-2024 career guidance.pdf
SAIYEDASAD2
 
Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...
Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...
Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...
MasterG
 
WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024
WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024
WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024
Hector Del Castillo, CPM, CPMM
 
Genaihelloallstudyjamheregetstartedwithai
GenaihelloallstudyjamheregetstartedwithaiGenaihelloallstudyjamheregetstartedwithai
Genaihelloallstudyjamheregetstartedwithai
joceko6768
 

Recently uploaded (17)

Kathleen McBride Costume Design Resume.pdf
Kathleen McBride Costume Design Resume.pdfKathleen McBride Costume Design Resume.pdf
Kathleen McBride Costume Design Resume.pdf
 
toefl ibt practice test module download_1
toefl ibt practice test module download_1toefl ibt practice test module download_1
toefl ibt practice test module download_1
 
CV OF Dr. David Burkett | Cardiologist and Electrophysiologist .
CV OF Dr. David Burkett | Cardiologist and Electrophysiologist .CV OF Dr. David Burkett | Cardiologist and Electrophysiologist .
CV OF Dr. David Burkett | Cardiologist and Electrophysiologist .
 
Master SEO in 2024 The Complete Beginner's Guide
Master SEO in 2024 The Complete Beginner's GuideMaster SEO in 2024 The Complete Beginner's Guide
Master SEO in 2024 The Complete Beginner's Guide
 
5CL-ADBA,5cladba, the best supplier in China
5CL-ADBA,5cladba, the best supplier in China5CL-ADBA,5cladba, the best supplier in China
5CL-ADBA,5cladba, the best supplier in China
 
B. A. (Prog.) Political Science 6th Semester 2019.pdf
B. A. (Prog.) Political Science 6th Semester 2019.pdfB. A. (Prog.) Political Science 6th Semester 2019.pdf
B. A. (Prog.) Political Science 6th Semester 2019.pdf
 
unit-5-final-cn-unit-5-notes-important-questions.pdf
unit-5-final-cn-unit-5-notes-important-questions.pdfunit-5-final-cn-unit-5-notes-important-questions.pdf
unit-5-final-cn-unit-5-notes-important-questions.pdf
 
Your 7-Step Job Application Checklist: Ace Your Next Career Move
Your 7-Step Job Application Checklist: Ace Your Next Career MoveYour 7-Step Job Application Checklist: Ace Your Next Career Move
Your 7-Step Job Application Checklist: Ace Your Next Career Move
 
કારકિર્દીના પંથે-2024 career guidance.pdf
કારકિર્દીના પંથે-2024 career guidance.pdfકારકિર્દીના પંથે-2024 career guidance.pdf
કારકિર્દીના પંથે-2024 career guidance.pdf
 
Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...
Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...
Ralph - Project Presentation Enhancing System Security at Acme Flight Solutio...
 
Navigating the Tech Industry Journey GDSC UNIDEB
Navigating the Tech Industry Journey GDSC UNIDEBNavigating the Tech Industry Journey GDSC UNIDEB
Navigating the Tech Industry Journey GDSC UNIDEB
 
Job Hunting - pick over this fishbone for telephone interviews!.pptx
Job Hunting - pick over this fishbone for telephone interviews!.pptxJob Hunting - pick over this fishbone for telephone interviews!.pptx
Job Hunting - pick over this fishbone for telephone interviews!.pptx
 
DOH 5S ENHANCED DENGUE PROTOCOL (1).pptx
DOH 5S ENHANCED DENGUE PROTOCOL (1).pptxDOH 5S ENHANCED DENGUE PROTOCOL (1).pptx
DOH 5S ENHANCED DENGUE PROTOCOL (1).pptx
 
129. Reviewer Certificate in BioNature [2024]
129. Reviewer Certificate in BioNature [2024]129. Reviewer Certificate in BioNature [2024]
129. Reviewer Certificate in BioNature [2024]
 
WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024
WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024
WIOA Program Info Session | PMI Silver Spring Chapter | May 17, 2024
 
Kathleen McBride ONLINE General Resume 2024.pdf
Kathleen McBride ONLINE General Resume 2024.pdfKathleen McBride ONLINE General Resume 2024.pdf
Kathleen McBride ONLINE General Resume 2024.pdf
 
Genaihelloallstudyjamheregetstartedwithai
GenaihelloallstudyjamheregetstartedwithaiGenaihelloallstudyjamheregetstartedwithai
Genaihelloallstudyjamheregetstartedwithai
 

automation with python and selenium

  • 1. Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Regional Training Centre, DAV Public Schools, Jharkhand Zone-C ~:Workshop for :~ Automation using Python DATE: 07th Oct – 08th Oct-2023 ~: Presented By :~ Manish Kumar DAV Public School, Koyla Nagar
  • 2. Slide ~: Agenda :~ Intro. About Selenium Selenium is an open-source, automated testing tool used to test web app across multiple browsers Why Python for automation Python is object-oriented and functional use for write test cases. Selenium Python Module Here we are knowing about different kind of module like webdriver, utils etc. Web element in Selenium A high-level instruction set for manipulating form controls. Test Case Here we are working with some example using Google form. Intro about Web driver WebDriver is a remote control interface that enables introspection and control of user agents. Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7
  • 3. Slide Slide 2 Selenium is Open Source Selenium is an open-source suite of tools and libraries that is used for browser automation. Supports Cross Browsing Almost all the browsers are supported by selenium like chrome, firefox, IE etc. Automates Web applications Selenium is very powerful tools that are provide automation in web app, website What is Selenium ? Selenium is an open-source, automated testing tool used to test web app across multiple browsers Slide 3 Slide 4 Slide 5 Slide 6 Slide 7
  • 4. Slide Slide 2 Slide 3 ~: Selenium Components :~ Slide 4 Slide 5 Slide 6 Slide 7 I . Components If you ask a lazy programmer about their favorite automation tools, there is a high probability that you will get “SELENIUM” as an answer. Selenium Grid Selenium Grid is tool which is used together with Selenium RC. It runs test on different machines against different browsers in parallel Selenium WebDriver Selenium WebDriver is a browser automation framework that accepts commands and send them to a browser Selenium IDE Selenium RC Selenium Remote Control is a server, written in java, that accepts commands for the browser via HTTP R.W . G. It is one of the simplest frameworks in the selenium suite. It allows us to record and playback the scripts.
  • 5. Slide Slide 2 Slide 3 Slide 4 Selenium with Python There are two way to run automation scripts Configure Selenium using Python Configure PyDev in Eclipse. 01 02 Slide 5 Slide 6 Slide 7 Configure Selenium using Python Download and install Python on Windows Install Selenium libraries in python Download and install Pycharm/python IDLE Create a new project and write the selenium test script Run and validate the test scripts
  • 6. Slide Slide 2 Slide 3 Slide 4 Slide 5 Element to be added while writing test script Slide 6 Slide 7 IDLE 3 DRIVER 2 PIP 1 Pip install Selenium in your prompt Download chrome driver using Google Using IDLE write from selenium import webdriver
  • 7. Slide Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Lets Start Slide 7 Step 1: from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By Step 2: driver = webdriver.Chrome() Step 3: driver.maximize_window() Step 4: driver.get(https://www.google.com/) Step 5: Now search your website and using web element perform your task