SlideShare a Scribd company logo
UI Functional Testing
  with Selenium and Python
Selenium testing
Ready for
Deployment
   Bro?
Selenium testing
Selenium testing
Selenium testing
Selenium testing
Wat!
Selenium testing
Selenium
Selenium IDE Web Driver Server Grid
Selenium IDE Web Driver Server Grid
            Firefox Plugin
Selenium IDE Web Driver Server Grid
            Firefox Plugin
           Javascript Based
Selenium IDE Web Driver Server Grid
            Firefox Plugin
           Javascript Based
         DVR Style UI Testing
Selenium IDE Web Driver Server Grid
            Firefox Plugin
           Javascript Based
         DVR Style UI Testing
               Simple!
Selenium IDE Web Driver Server Grid
            Firefox Plugin
           Javascript Based
         DVR Style UI Testing
              Simplish...
Selenium IDE Web Driver Server Grid


        Live Demo Failure here!
Selenium IDE Web Driver Server Grid
                API
Selenium IDE Web Driver Server Grid
                  API
       Available in many languages
Selenium IDE Web Driver Server Grid
                  API
       Available in many languages
        Supports many browser
Selenium IDE Web Driver Server Grid
                  API
       Available in many languages
        Supports many browser
       More like traditional tests
Selenium IDE Web Driver Server Grid


        Live Demo Failure here!
ID




       <div id="coolestWidgetEvah">...</div>

driver.find_element_by_id("coolestWidgetEvah")
ID
                                       XPath




     <input type="text" name="example" />

driver.find_elements_by_xpath("//input")
ID
                                        XPath



                              Name


      <input name="cheese" type="text"/>

     driver.find_element_by_name("cheese")
ID
                                     XPath



                           Name

  <div id="food">
    <span class="dairy aged">cheese</span>
  </div>
driver.find_element_by_css_selector("#food
             span.dairy.aged")
     CSS
ID
                                     XPath



                           Name


  <a href="http://www.google.com/search?
           q=cheese">cheese</a>
driver.find_element_by_link_text("cheese")
     find_element_by_partial_link_text
     CSS                              Text
Selenium testing
Selenium testing
element.submit()
element.submit()
inputElement.send_keys("Cheese!")
element.submit()
inputElement.send_keys("Cheese!")
      inputElement.click()
element.submit()
  inputElement.send_keys("Cheese!")
        inputElement.click()
inputElement.select_by_visible_text()
Selenium IDE Web Driver Server Grid


        Live Demo Failure here!
Selenium testing
Selenium IDE Web Driver Server Grid
             Java based
Selenium IDE Web Driver Server Grid
             Java based
           Used as a proxy
Selenium IDE Web Driver Server Grid
              Java based
            Used as a proxy
 A workaround to browser version needs
Selenium IDE Web Driver Server Grid
         Parallel Test Execution
Selenium IDE Web Driver Server Grid
         Parallel Test Execution
         Test all the browsers
Selenium IDE Web Driver Server Grid
         Parallel Test Execution
         Test all the browsers
            umm MS Azure
PageFactory and Page Objects Pattern
Selenium Resources
                     http://seleniumhq.org/
http://selenium-python.readthedocs.org/en/latest/index.html
        https://github.com/jasonamyers/seleniumuitalk

More Related Content

PPTX
Controlling the browser through python and selenium
PDF
Testing Code.org's Interactive CS Curriculum
PDF
APIs: A Better Alternative to Page Objects
PDF
Selenium webdriver
PPTX
Web driver training
KEY
JavaScript Testing VIA Selenium
PPTX
Better End-to-End Testing with Page Objects Model using Protractor
PPTX
Олександр Хотемський “ProtractorJS як інструмент браузерної автоматизації для...
Controlling the browser through python and selenium
Testing Code.org's Interactive CS Curriculum
APIs: A Better Alternative to Page Objects
Selenium webdriver
Web driver training
JavaScript Testing VIA Selenium
Better End-to-End Testing with Page Objects Model using Protractor
Олександр Хотемський “ProtractorJS як інструмент браузерної автоматизації для...

What's hot (20)

PPTX
Automated Testing with Cucumber, PhantomJS and Selenium
PDF
jQuery Chicago 2014 - Next-generation JavaScript Testing
PPTX
QA Fest 2017. Александр Хотемской. Современные возможности в организации Prot...
PPTX
Protractor training
PPTX
Selenium for Jobseekers
PDF
Automated testing with Cypress
PDF
Selenium Testing on Chrome - Google DevFest Armenia 2015
PDF
Selenium and Sauce Labs
PDF
Automated Web Testing using JavaScript
PDF
Web automation using selenium.ppt
PDF
Automation Testing
PPTX
Moving From a Selenium Grid to the Cloud - A Real Life Story
PDF
Selenoid: browsers in containers
PDF
Webdriver.io
KEY
Jellyfish, JSCONF 2011
PPTX
Protractor overview
PDF
Carmen Popoviciu - Protractor styleguide | Codemotion Milan 2015
PDF
AngularJS and Protractor
PDF
How To Use Selenium Successfully (Java Edition)
PDF
Android testing-with-selenium-webdriver Online Training
Automated Testing with Cucumber, PhantomJS and Selenium
jQuery Chicago 2014 - Next-generation JavaScript Testing
QA Fest 2017. Александр Хотемской. Современные возможности в организации Prot...
Protractor training
Selenium for Jobseekers
Automated testing with Cypress
Selenium Testing on Chrome - Google DevFest Armenia 2015
Selenium and Sauce Labs
Automated Web Testing using JavaScript
Web automation using selenium.ppt
Automation Testing
Moving From a Selenium Grid to the Cloud - A Real Life Story
Selenoid: browsers in containers
Webdriver.io
Jellyfish, JSCONF 2011
Protractor overview
Carmen Popoviciu - Protractor styleguide | Codemotion Milan 2015
AngularJS and Protractor
How To Use Selenium Successfully (Java Edition)
Android testing-with-selenium-webdriver Online Training
Ad

Viewers also liked (20)

PPT
A Buffer's Guide to Selenium 2
PDF
Diabetes and Me: My Journey So Far
KEY
Fuga dalla Comfort Zone
PDF
Filling the flask
PDF
Intro python-object-protocol
PPTX
Hands on django part 1
KEY
Quattro passi tra le nuvole (e non scordate il paracadute)
PDF
CoderDojo Romagna
PDF
Python Static Analysis Tools
PDF
Online / Offline
PDF
Introduction to SQLAlchemy and Alembic Migrations
PDF
Coderfaire Data Networking for Developers
PPT
Flask - Python microframework
PDF
RESTful Web API and MongoDB go for a pic nic
PDF
Eve - REST API for Humans™
PDF
Introduction to SQLAlchemy ORM
PDF
We Are All Remote Workers
PDF
REST Web API with MongoDB
PDF
Impact of Restful Web Architecture on Performance and Scalability
PDF
Web develop in flask
A Buffer's Guide to Selenium 2
Diabetes and Me: My Journey So Far
Fuga dalla Comfort Zone
Filling the flask
Intro python-object-protocol
Hands on django part 1
Quattro passi tra le nuvole (e non scordate il paracadute)
CoderDojo Romagna
Python Static Analysis Tools
Online / Offline
Introduction to SQLAlchemy and Alembic Migrations
Coderfaire Data Networking for Developers
Flask - Python microframework
RESTful Web API and MongoDB go for a pic nic
Eve - REST API for Humans™
Introduction to SQLAlchemy ORM
We Are All Remote Workers
REST Web API with MongoDB
Impact of Restful Web Architecture on Performance and Scalability
Web develop in flask
Ad

Similar to Selenium testing (20)

PPTX
Selenium training
PPT
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
PPTX
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
PPTX
Selenium web driver
PPTX
Escape from the automation hell
PDF
Efficient Rails Test-Driven Development - Week 6
PDF
2010 07-18.wa.rails tdd-6
PPTX
Selenium with java
PPTX
Automated ui-testing
PDF
Selenium -Test automation for web applications
KEY
Getting started with Selenium 2
PPTX
Selenium Tutorial for Beginners - TIB Academy
PPT
Selenium-Webdriver With PHPUnit Automation test for Joomla CMS!
PPTX
Automation - web testing with selenium
PPT
By combining Selenium for frontend testing and tools
PPT
PPT
Selenium
PPTX
前端網頁自動測試
PPTX
Cross platform browser automation tests sdp
PDF
What is the taste of the Selenide
Selenium training
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Selenium web driver
Escape from the automation hell
Efficient Rails Test-Driven Development - Week 6
2010 07-18.wa.rails tdd-6
Selenium with java
Automated ui-testing
Selenium -Test automation for web applications
Getting started with Selenium 2
Selenium Tutorial for Beginners - TIB Academy
Selenium-Webdriver With PHPUnit Automation test for Joomla CMS!
Automation - web testing with selenium
By combining Selenium for frontend testing and tools
Selenium
前端網頁自動測試
Cross platform browser automation tests sdp
What is the taste of the Selenide

Recently uploaded (20)

PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Empathic Computing: Creating Shared Understanding
PDF
cuic standard and advanced reporting.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Machine learning based COVID-19 study performance prediction
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Spectral efficient network and resource selection model in 5G networks
Empathic Computing: Creating Shared Understanding
cuic standard and advanced reporting.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Machine learning based COVID-19 study performance prediction
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Programs and apps: productivity, graphics, security and other tools
NewMind AI Weekly Chronicles - August'25 Week I
Encapsulation_ Review paper, used for researhc scholars
Reach Out and Touch Someone: Haptics and Empathic Computing
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Unlocking AI with Model Context Protocol (MCP)
Per capita expenditure prediction using model stacking based on satellite ima...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Big Data Technologies - Introduction.pptx
Spectroscopy.pptx food analysis technology
“AI and Expert System Decision Support & Business Intelligence Systems”

Selenium testing