SlideShare a Scribd company logo
Tips & Trick with Selenium

       Dima Kovalenko
         @dimacus
Resume
●   Worked with Selenium for 5 years
●   Currently working at Groupon
●   Blog: www.agilesoftwaretesting.com
Why I am here?
●   I enjoy finding new ways to test
    complicated things with Selenium
●   I want to share somethings I had to learn
    the hard way myself
●   I want to start a small "Selenium
    Examples" project
Source Code



github.com/dimacus/SeleniumTipsAndTricks
Wait For AJAX
Wait For AJAX
●   More web applications use AJAX to load
    content
●   Selenium is not very smart about AJAX
●   You need to add your own wait for AJAX
    method
Methods used
●   Selenium 1
    ●   Ruby
        ●   wait_for_condition
    ●   Java
        ●   waitForCondition
●   Selenium 2
    ●   Ruby
        ●   execute_script
    ●   Java
        ●   executeScript
Selenium 1
●   wait_for_condition method waits for
    JS condition to be true

●   To get to current window DOM
    ●   selenium.browserbot.getCurrentWindow()

●   Condition example for jQuery
    ●   selenium.browserbot.getCurrentWindow().
        jQuery.active == 0
Selenium 2
●   execute_script method executes JS
    method

●   Example
    ●   selenium.execute_script("return jQuery.
        active”)
    ●   Returns integer
    ●   0 no longer active
Non jQuery examples to check
●   jQuery
    ●   jQuery.active
●   Prototype
    ●   Ajax.activeRequestCount
●   Dojo
    ●   dojo.io.XMLHTTPTransport.inFlight.length
Screenshots
Screenshot
●   Selenium allows you to take screenshots
    of the whole web-page

●   Does not care if multiple windows are
    open

●   Ruby
    ●   save_screenshot
●   Java
    ●   getScreenshotAs
Take a screenshot on failure in
                  Cucumber
●   Cucumber has HTML reports

●   You can attach screenshots into report

●   Example
    ●   embed(“screenshot.png”, "image/png")
Video capture of tests
Video capture of test
●   Only on Linux for now

●   Working on windows/mac
    ●   I’m looking for a good free screen capture
        program.
    ●   Possibly VLC
Video capture of test

●   Record the test

●   If test passes, delete the video

●   If test fails, publish video into CI
Video capture of test
●   Using “headless” gem

●   Actual work:
    ●   Start XVFB
         ●   xvfb :1 –screen 1280x1024x24
    ●   Start ffmpeg
         ●   ffmpeg -f x11grab –i :1...
    ●   Write to /tmp/video.mov
    ●   Delete movie if test passes
    ●   Copy movie to project if fails
Video capture of parallel tests


●   Use different DISPLAY

●   Start XVFB for every test instance
Firefox profiles Selenium 1
●   Can use existing firefox profile

●   Set everything up once, and have it in the
    test
    ●   Extensions
    ●   SSL certificates
    ●   Passwords
Firefox profiles Selenium 2


●   Setup profile on the fly in code
    ●   Settings
    ●   Extensions
Selenium 2 profile
profile = Selenium::WebDriver::Firefox::Profile.new

profile[“some_setting“] = 1

selenium = Selenium::WebDriver.for :firefox, {:profile => profile}
In URL Basic Auth Firefox
●   Selenium 1
    ●   Modfy
        ●   network.http.phishy-userpass-length = 255

●   Selenium 2
    ●   Already supported in webdriver 2.14+
Auto download files
Auto download files
●   browser.helperApps.neverAsk.saveToDisk
    ●   List of MIME types to always save
         ●   application/pdf
         ●   application/zip
●   browser.download.dir
    ●   Default folder to save files to
    ●   browser.download.lastDir
         ●   Last save directory
●   browser.download.folderList
    ●   Set 2, to auto save to the default folder
Parsing PDF

●   Ruby
    ●   pdf-reader gem

●   Java
    ●   Apache PDFBox
Headless Tests
Headless Tests
●   HTMLUnit
    ●   Built into Selenium2 stand alone jar
    ●   Runs 2x faster for simple page loads
    ●   Emulates browsers
        ●   IE
        ●   Firefox
        ●   etc..

●   capybara-webkit gem
    ● Uses Nokia's QT framework
    ●   https://github.com/thoughtbot/capybara-webkit
Tests in parallel
Tests in parallel

●   Using fork in linux based systems

●   Windows does not have fork support ☹

●   Ruby
    ●   parallel_tests gem
    ●   or parallel gem
    ●   or Unix fork
Parallel Tips

●   Use separate databases for each test run

●   Tests SHOULD NOT depend on each
    other

●   Run in separate DISPLAYs on linux boxes
Sauce
●   Run selenium on
    ●   Multiple browsers
    ●   Operating systems
    ●   In parallel
    ●   EC2 cloud

●   Selenium 1 & 2 support
●   Screenshots of every step
●   Movie of every test
●   www.saucelabs.com
SauceLabs
Sauce connect
●   Small Java application

●   Sets up SSH tunnel between local
    computer and EC2

●   Allows Selenium tests to run against
    internal “Staging” servers
Selenium & iPhone
iPhone
●   Use iPhone Simulator’s Safari Browser

●   Need Xcode, developer account to
    compile app for simulator

●   No parallel support ☹

●   JS alert support is not always good ☹
iPhone application testing
●   Not selenium per se…
●   You can test applications using Frank
    project
    ●   http://www.testingwithfrank.com/
    ●   http://vimeo.com/21860134

More Related Content

What's hot

Xdebug for Beginners
Xdebug for BeginnersXdebug for Beginners
Xdebug for Beginners
Sean Prunka
 
Stop Sucking at Building Stuff!
Stop Sucking at Building Stuff!Stop Sucking at Building Stuff!
Stop Sucking at Building Stuff!
Puppet
 
A walkthrough of JavaScript ES6 features
A walkthrough of JavaScript ES6 featuresA walkthrough of JavaScript ES6 features
A walkthrough of JavaScript ES6 features
Michal Juhas
 
Cross Browser Automation Testing Using Watir
Cross Browser Automation Testing Using WatirCross Browser Automation Testing Using Watir
Cross Browser Automation Testing Using Watir
Sarah Elson
 
Ant, Maven and Jenkins
Ant, Maven and JenkinsAnt, Maven and Jenkins
Ant, Maven and Jenkins
Kenu, GwangNam Heo
 
Best Practices in Component Development for MODX
Best Practices in Component Development for MODXBest Practices in Component Development for MODX
Best Practices in Component Development for MODX
Jan Tezner
 
Vue js 2.x
Vue js 2.xVue js 2.x
Vue js 2.x
Suresh Velusamy
 
Vaadin slides for @Devoxx 2012
Vaadin slides for @Devoxx 2012Vaadin slides for @Devoxx 2012
Vaadin slides for @Devoxx 2012
Nicolas Fränkel
 
Angular2.0@Shanghai0319
Angular2.0@Shanghai0319Angular2.0@Shanghai0319
Angular2.0@Shanghai0319
Bibby Chung
 
Instant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and PuppetInstant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and Puppet
Patrick Lee
 
Ignite Devops Fast Moving Software
Ignite Devops Fast Moving SoftwareIgnite Devops Fast Moving Software
Ignite Devops Fast Moving Software
SpamapS
 
Vagrant and puppet: Deployment made easy
Vagrant and puppet: Deployment made easyVagrant and puppet: Deployment made easy
Vagrant and puppet: Deployment made easy
Geronimo Orozco
 
Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !
Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !
Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !
Florent BENOIT
 
Commit on day one thanks to vagrant & puppet!
Commit on day one thanks to vagrant & puppet!Commit on day one thanks to vagrant & puppet!
Commit on day one thanks to vagrant & puppet!
Jakub Holy
 
Efficient development workflows with composer
Efficient development workflows with composerEfficient development workflows with composer
Efficient development workflows with composer
nuppla
 
Drupal + composer = new love !?
Drupal + composer = new love !?Drupal + composer = new love !?
Drupal + composer = new love !?
nuppla
 
Angular + JHipster - JHipster Conf
Angular + JHipster - JHipster ConfAngular + JHipster - JHipster Conf
Angular + JHipster - JHipster Conf
William Marques
 
Efficient development workflows with composer
Efficient development workflows with composerEfficient development workflows with composer
Efficient development workflows with composer
nuppla
 
Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...
Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...
Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...
egypt
 
BBS Selenium & Docker
BBS Selenium & Docker BBS Selenium & Docker
BBS Selenium & Docker
Mustafa Topçuoğulları
 

What's hot (20)

Xdebug for Beginners
Xdebug for BeginnersXdebug for Beginners
Xdebug for Beginners
 
Stop Sucking at Building Stuff!
Stop Sucking at Building Stuff!Stop Sucking at Building Stuff!
Stop Sucking at Building Stuff!
 
A walkthrough of JavaScript ES6 features
A walkthrough of JavaScript ES6 featuresA walkthrough of JavaScript ES6 features
A walkthrough of JavaScript ES6 features
 
Cross Browser Automation Testing Using Watir
Cross Browser Automation Testing Using WatirCross Browser Automation Testing Using Watir
Cross Browser Automation Testing Using Watir
 
Ant, Maven and Jenkins
Ant, Maven and JenkinsAnt, Maven and Jenkins
Ant, Maven and Jenkins
 
Best Practices in Component Development for MODX
Best Practices in Component Development for MODXBest Practices in Component Development for MODX
Best Practices in Component Development for MODX
 
Vue js 2.x
Vue js 2.xVue js 2.x
Vue js 2.x
 
Vaadin slides for @Devoxx 2012
Vaadin slides for @Devoxx 2012Vaadin slides for @Devoxx 2012
Vaadin slides for @Devoxx 2012
 
Angular2.0@Shanghai0319
Angular2.0@Shanghai0319Angular2.0@Shanghai0319
Angular2.0@Shanghai0319
 
Instant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and PuppetInstant LAMP Stack with Vagrant and Puppet
Instant LAMP Stack with Vagrant and Puppet
 
Ignite Devops Fast Moving Software
Ignite Devops Fast Moving SoftwareIgnite Devops Fast Moving Software
Ignite Devops Fast Moving Software
 
Vagrant and puppet: Deployment made easy
Vagrant and puppet: Deployment made easyVagrant and puppet: Deployment made easy
Vagrant and puppet: Deployment made easy
 
Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !
Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !
Devoxx France: Développement JAVA avec un IDE dans le Cloud: Yes we can !
 
Commit on day one thanks to vagrant & puppet!
Commit on day one thanks to vagrant & puppet!Commit on day one thanks to vagrant & puppet!
Commit on day one thanks to vagrant & puppet!
 
Efficient development workflows with composer
Efficient development workflows with composerEfficient development workflows with composer
Efficient development workflows with composer
 
Drupal + composer = new love !?
Drupal + composer = new love !?Drupal + composer = new love !?
Drupal + composer = new love !?
 
Angular + JHipster - JHipster Conf
Angular + JHipster - JHipster ConfAngular + JHipster - JHipster Conf
Angular + JHipster - JHipster Conf
 
Efficient development workflows with composer
Efficient development workflows with composerEfficient development workflows with composer
Efficient development workflows with composer
 
Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...
Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...
Using Guided Missiles in Drive-bys: Automatic Browser Fingerprinting and Expl...
 
BBS Selenium & Docker
BBS Selenium & Docker BBS Selenium & Docker
BBS Selenium & Docker
 

Similar to Selenium camp v1

Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
SpiritsoftsTraining
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
SpiritsoftsTraining
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
SpiritsoftsTraining
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
SpiritsoftsTraining
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
SpiritsoftsTraining
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
Alea Soluciones, S.L.
 
Mastering selenium for automated acceptance tests
Mastering selenium for automated acceptance testsMastering selenium for automated acceptance tests
Mastering selenium for automated acceptance testsNick Belhomme
 
Test all the things! Automated testing with Drupal 8
Test all the things! Automated testing with Drupal 8Test all the things! Automated testing with Drupal 8
Test all the things! Automated testing with Drupal 8
Sam Becker
 
jQuery Conference Austin Sept 2013
jQuery Conference Austin Sept 2013jQuery Conference Austin Sept 2013
jQuery Conference Austin Sept 2013
dmethvin
 
Selenium- A Software Testing Tool
Selenium- A Software Testing ToolSelenium- A Software Testing Tool
Selenium- A Software Testing Tool
Zeba Tahseen
 
Behat Workshop at WeLovePHP
Behat Workshop at WeLovePHPBehat Workshop at WeLovePHP
Behat Workshop at WeLovePHPMarcos Quesada
 
Vietnam qa meetup
Vietnam qa meetupVietnam qa meetup
Vietnam qa meetup
Syam Sasi
 
Automation Testing using Selenium
Automation Testing using SeleniumAutomation Testing using Selenium
Automation Testing using Selenium
Naresh Chintalcheru
 
Introduction to Selenium
Introduction to SeleniumIntroduction to Selenium
Introduction to Selenium
Knoldus Inc.
 
Codeception: introduction to php testing
Codeception: introduction to php testingCodeception: introduction to php testing
Codeception: introduction to php testing
Engineor
 
Selenium for Tester.pdf
Selenium for Tester.pdfSelenium for Tester.pdf
Selenium for Tester.pdf
RTechRInfoIT
 
Selenium introduction
Selenium introductionSelenium introduction
Selenium introduction
Pankaj Dubey
 
Selenium Topic 2 IDE
Selenium Topic 2 IDESelenium Topic 2 IDE
Selenium Topic 2 IDE
ITProfessional Academy
 
Drulenium - Testing Made Easy
Drulenium - Testing Made EasyDrulenium - Testing Made Easy
Drulenium - Testing Made Easy
nyccamp
 

Similar to Selenium camp v1 (20)

Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
 
Mastering selenium for automated acceptance tests
Mastering selenium for automated acceptance testsMastering selenium for automated acceptance tests
Mastering selenium for automated acceptance tests
 
Test all the things! Automated testing with Drupal 8
Test all the things! Automated testing with Drupal 8Test all the things! Automated testing with Drupal 8
Test all the things! Automated testing with Drupal 8
 
jQuery Conference Austin Sept 2013
jQuery Conference Austin Sept 2013jQuery Conference Austin Sept 2013
jQuery Conference Austin Sept 2013
 
Selenium- A Software Testing Tool
Selenium- A Software Testing ToolSelenium- A Software Testing Tool
Selenium- A Software Testing Tool
 
Behat Workshop at WeLovePHP
Behat Workshop at WeLovePHPBehat Workshop at WeLovePHP
Behat Workshop at WeLovePHP
 
Vietnam qa meetup
Vietnam qa meetupVietnam qa meetup
Vietnam qa meetup
 
Automation Testing using Selenium
Automation Testing using SeleniumAutomation Testing using Selenium
Automation Testing using Selenium
 
test_automation_POC
test_automation_POCtest_automation_POC
test_automation_POC
 
Introduction to Selenium
Introduction to SeleniumIntroduction to Selenium
Introduction to Selenium
 
Codeception: introduction to php testing
Codeception: introduction to php testingCodeception: introduction to php testing
Codeception: introduction to php testing
 
Selenium for Tester.pdf
Selenium for Tester.pdfSelenium for Tester.pdf
Selenium for Tester.pdf
 
Selenium introduction
Selenium introductionSelenium introduction
Selenium introduction
 
Selenium Topic 2 IDE
Selenium Topic 2 IDESelenium Topic 2 IDE
Selenium Topic 2 IDE
 
Drulenium - Testing Made Easy
Drulenium - Testing Made EasyDrulenium - Testing Made Easy
Drulenium - Testing Made Easy
 

More from dimakovalenko

Scaling and Managing Selenium Grid
Scaling and Managing Selenium GridScaling and Managing Selenium Grid
Scaling and Managing Selenium Grid
dimakovalenko
 
Managing Large Selenium Grid
Managing Large Selenium Grid�Managing Large Selenium Grid�
Managing Large Selenium Grid
dimakovalenko
 
Selenium Conf 2013 Lightning Talk - Any-Branch
Selenium Conf 2013 Lightning Talk - Any-BranchSelenium Conf 2013 Lightning Talk - Any-Branch
Selenium Conf 2013 Lightning Talk - Any-Branchdimakovalenko
 
Stabilizing SE Build - Selenium conf 2013
Stabilizing SE Build - Selenium conf 2013 Stabilizing SE Build - Selenium conf 2013
Stabilizing SE Build - Selenium conf 2013
dimakovalenko
 
Jasmine presentation Selenium Camp 2013
Jasmine presentation Selenium Camp 2013Jasmine presentation Selenium Camp 2013
Jasmine presentation Selenium Camp 2013
dimakovalenko
 
Cucumber Presentation Kiev Meet Up
Cucumber Presentation Kiev Meet UpCucumber Presentation Kiev Meet Up
Cucumber Presentation Kiev Meet Updimakovalenko
 
Evergreen build
Evergreen buildEvergreen build
Evergreen build
dimakovalenko
 
Selenium and Cucumber Selenium Conf 2011
Selenium and Cucumber Selenium Conf 2011Selenium and Cucumber Selenium Conf 2011
Selenium and Cucumber Selenium Conf 2011
dimakovalenko
 

More from dimakovalenko (8)

Scaling and Managing Selenium Grid
Scaling and Managing Selenium GridScaling and Managing Selenium Grid
Scaling and Managing Selenium Grid
 
Managing Large Selenium Grid
Managing Large Selenium Grid�Managing Large Selenium Grid�
Managing Large Selenium Grid
 
Selenium Conf 2013 Lightning Talk - Any-Branch
Selenium Conf 2013 Lightning Talk - Any-BranchSelenium Conf 2013 Lightning Talk - Any-Branch
Selenium Conf 2013 Lightning Talk - Any-Branch
 
Stabilizing SE Build - Selenium conf 2013
Stabilizing SE Build - Selenium conf 2013 Stabilizing SE Build - Selenium conf 2013
Stabilizing SE Build - Selenium conf 2013
 
Jasmine presentation Selenium Camp 2013
Jasmine presentation Selenium Camp 2013Jasmine presentation Selenium Camp 2013
Jasmine presentation Selenium Camp 2013
 
Cucumber Presentation Kiev Meet Up
Cucumber Presentation Kiev Meet UpCucumber Presentation Kiev Meet Up
Cucumber Presentation Kiev Meet Up
 
Evergreen build
Evergreen buildEvergreen build
Evergreen build
 
Selenium and Cucumber Selenium Conf 2011
Selenium and Cucumber Selenium Conf 2011Selenium and Cucumber Selenium Conf 2011
Selenium and Cucumber Selenium Conf 2011
 

Recently uploaded

Croatia vs Italy Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...
Croatia vs Italy  Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...Croatia vs Italy  Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...
Croatia vs Italy Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...
World Wide Tickets And Hospitality
 
Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...
Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...
Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...
Eticketing.co
 
Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....
Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....
Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....
Eticketing.co
 
Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024
Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024
Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024
Judith Chuquipul
 
My Personal Brand Key Note presentation.
My Personal Brand  Key Note presentation.My Personal Brand  Key Note presentation.
My Personal Brand Key Note presentation.
ashleymlugaro
 
Belgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docx
Belgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docxBelgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docx
Belgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docx
World Wide Tickets And Hospitality
 
Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...
Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...
Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...
Eticketing.co
 
Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...
Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...
Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...
Eticketing.co
 
Narrated Business Proposal for the Philadelphia Eagles
Narrated Business Proposal for the Philadelphia EaglesNarrated Business Proposal for the Philadelphia Eagles
Narrated Business Proposal for the Philadelphia Eagles
camrynascott12
 
真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样
真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样
真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样
ra9gairo
 
Turkey Hit by Double Injury Blow before of Euro 2024.docx
Turkey Hit by Double Injury Blow before of Euro 2024.docxTurkey Hit by Double Injury Blow before of Euro 2024.docx
Turkey Hit by Double Injury Blow before of Euro 2024.docx
Euro Cup 2024 Tickets
 
Turkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdf
Turkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdfTurkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdf
Turkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdf
Eticketing.co
 
GilZeimer_SS2024_12Injuries_5-30-24.pptx
GilZeimer_SS2024_12Injuries_5-30-24.pptxGilZeimer_SS2024_12Injuries_5-30-24.pptx
GilZeimer_SS2024_12Injuries_5-30-24.pptx
Zeimer's Advertising Shoppe
 
European Championships Football Quiz.pptx
European Championships Football Quiz.pptxEuropean Championships Football Quiz.pptx
European Championships Football Quiz.pptx
PaulGray854697
 
Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...
Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...
Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...
World Wide Tickets And Hospitality
 
Ukraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docx
Ukraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docxUkraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docx
Ukraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docx
Euro Cup 2024 Tickets
 
The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...
The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...
The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...
bet k247
 
Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...
Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...
Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...
Eticketing.co
 
Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...
Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...
Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...
Eticketing.co
 
Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...
Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...
Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...
Eticketing.co
 

Recently uploaded (20)

Croatia vs Italy Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...
Croatia vs Italy  Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...Croatia vs Italy  Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...
Croatia vs Italy Croatia vs Italy Predictions, Tips & Odds Azzurri looking t...
 
Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...
Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...
Turkey vs Georgia Tickets: Turkey's Road to Glory and Building Momentum for U...
 
Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....
Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....
Belgium vs Romania Injuries and Patience in Belgium’s Euro Cup Germany Squad....
 
Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024
Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024
Boletin de la I Copa Panamericana de Voleibol Femenino U17 Guatemala 2024
 
My Personal Brand Key Note presentation.
My Personal Brand  Key Note presentation.My Personal Brand  Key Note presentation.
My Personal Brand Key Note presentation.
 
Belgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docx
Belgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docxBelgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docx
Belgium Vs Romania Witsel recalled to Belgium squad for Euro 2024.docx
 
Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...
Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...
Serbia vs England Tickets: Serbia's Return to Euro Cup 2024, A Look at Key Pl...
 
Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...
Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...
Serbia vs England Tickets: Serbia Prepares for Historic UEFA Euro 2024 Debut ...
 
Narrated Business Proposal for the Philadelphia Eagles
Narrated Business Proposal for the Philadelphia EaglesNarrated Business Proposal for the Philadelphia Eagles
Narrated Business Proposal for the Philadelphia Eagles
 
真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样
真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样
真实可查(uofo毕业证书)俄勒冈大学毕业证学位证书范本原版一模一样
 
Turkey Hit by Double Injury Blow before of Euro 2024.docx
Turkey Hit by Double Injury Blow before of Euro 2024.docxTurkey Hit by Double Injury Blow before of Euro 2024.docx
Turkey Hit by Double Injury Blow before of Euro 2024.docx
 
Turkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdf
Turkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdfTurkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdf
Turkey vs Georgia Turkey's Road to Redemption and Euro 2024 Prospects.pdf
 
GilZeimer_SS2024_12Injuries_5-30-24.pptx
GilZeimer_SS2024_12Injuries_5-30-24.pptxGilZeimer_SS2024_12Injuries_5-30-24.pptx
GilZeimer_SS2024_12Injuries_5-30-24.pptx
 
European Championships Football Quiz.pptx
European Championships Football Quiz.pptxEuropean Championships Football Quiz.pptx
European Championships Football Quiz.pptx
 
Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...
Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...
Ukraine Vs Belgium What are the odds for Ukraine to make the Euro Cup 2024 qu...
 
Ukraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docx
Ukraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docxUkraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docx
Ukraine Euro Cup 2024 Squad Sergiy Rebrov's Selections and Prospects.docx
 
The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...
The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...
The Split_ Hardik Pandya and Natasa Stankovic Part Ways News by Betkaro247 (3...
 
Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...
Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...
Spain vs Croatia Date, venue and match preview ahead of Euro Cup clash as Mod...
 
Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...
Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...
Spain vs Italy Spain at Euro Cup 2024 Group, Fixtures, Players to Watch and M...
 
Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...
Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...
Croatia vs Italy Can Luka Modrić Lead Croatia to Euro Cup Germany Glory in Hi...
 

Selenium camp v1

  • 1. Tips & Trick with Selenium Dima Kovalenko @dimacus
  • 2.
  • 3. Resume ● Worked with Selenium for 5 years ● Currently working at Groupon ● Blog: www.agilesoftwaretesting.com
  • 4. Why I am here? ● I enjoy finding new ways to test complicated things with Selenium ● I want to share somethings I had to learn the hard way myself ● I want to start a small "Selenium Examples" project
  • 7. Wait For AJAX ● More web applications use AJAX to load content ● Selenium is not very smart about AJAX ● You need to add your own wait for AJAX method
  • 8. Methods used ● Selenium 1 ● Ruby ● wait_for_condition ● Java ● waitForCondition ● Selenium 2 ● Ruby ● execute_script ● Java ● executeScript
  • 9. Selenium 1 ● wait_for_condition method waits for JS condition to be true ● To get to current window DOM ● selenium.browserbot.getCurrentWindow() ● Condition example for jQuery ● selenium.browserbot.getCurrentWindow(). jQuery.active == 0
  • 10. Selenium 2 ● execute_script method executes JS method ● Example ● selenium.execute_script("return jQuery. active”) ● Returns integer ● 0 no longer active
  • 11. Non jQuery examples to check ● jQuery ● jQuery.active ● Prototype ● Ajax.activeRequestCount ● Dojo ● dojo.io.XMLHTTPTransport.inFlight.length
  • 13. Screenshot ● Selenium allows you to take screenshots of the whole web-page ● Does not care if multiple windows are open ● Ruby ● save_screenshot ● Java ● getScreenshotAs
  • 14. Take a screenshot on failure in Cucumber ● Cucumber has HTML reports ● You can attach screenshots into report ● Example ● embed(“screenshot.png”, "image/png")
  • 16. Video capture of test ● Only on Linux for now ● Working on windows/mac ● I’m looking for a good free screen capture program. ● Possibly VLC
  • 17. Video capture of test ● Record the test ● If test passes, delete the video ● If test fails, publish video into CI
  • 18. Video capture of test ● Using “headless” gem ● Actual work: ● Start XVFB ● xvfb :1 –screen 1280x1024x24 ● Start ffmpeg ● ffmpeg -f x11grab –i :1... ● Write to /tmp/video.mov ● Delete movie if test passes ● Copy movie to project if fails
  • 19. Video capture of parallel tests ● Use different DISPLAY ● Start XVFB for every test instance
  • 20. Firefox profiles Selenium 1 ● Can use existing firefox profile ● Set everything up once, and have it in the test ● Extensions ● SSL certificates ● Passwords
  • 21. Firefox profiles Selenium 2 ● Setup profile on the fly in code ● Settings ● Extensions
  • 22. Selenium 2 profile profile = Selenium::WebDriver::Firefox::Profile.new profile[“some_setting“] = 1 selenium = Selenium::WebDriver.for :firefox, {:profile => profile}
  • 23. In URL Basic Auth Firefox ● Selenium 1 ● Modfy ● network.http.phishy-userpass-length = 255 ● Selenium 2 ● Already supported in webdriver 2.14+
  • 25. Auto download files ● browser.helperApps.neverAsk.saveToDisk ● List of MIME types to always save ● application/pdf ● application/zip ● browser.download.dir ● Default folder to save files to ● browser.download.lastDir ● Last save directory ● browser.download.folderList ● Set 2, to auto save to the default folder
  • 26. Parsing PDF ● Ruby ● pdf-reader gem ● Java ● Apache PDFBox
  • 28. Headless Tests ● HTMLUnit ● Built into Selenium2 stand alone jar ● Runs 2x faster for simple page loads ● Emulates browsers ● IE ● Firefox ● etc.. ● capybara-webkit gem ● Uses Nokia's QT framework ● https://github.com/thoughtbot/capybara-webkit
  • 30. Tests in parallel ● Using fork in linux based systems ● Windows does not have fork support ☹ ● Ruby ● parallel_tests gem ● or parallel gem ● or Unix fork
  • 31. Parallel Tips ● Use separate databases for each test run ● Tests SHOULD NOT depend on each other ● Run in separate DISPLAYs on linux boxes
  • 32. Sauce ● Run selenium on ● Multiple browsers ● Operating systems ● In parallel ● EC2 cloud ● Selenium 1 & 2 support ● Screenshots of every step ● Movie of every test ● www.saucelabs.com
  • 34. Sauce connect ● Small Java application ● Sets up SSH tunnel between local computer and EC2 ● Allows Selenium tests to run against internal “Staging” servers
  • 36. iPhone ● Use iPhone Simulator’s Safari Browser ● Need Xcode, developer account to compile app for simulator ● No parallel support ☹ ● JS alert support is not always good ☹
  • 37. iPhone application testing ● Not selenium per se… ● You can test applications using Frank project ● http://www.testingwithfrank.com/ ● http://vimeo.com/21860134