SlideShare a Scribd company logo
1 of 12
Trivia:
Selenium has a strong bonding affinity with mercury and arsenic, so if you eat
fish, it’s a good idea to choose types of fish high in selenium.
But although it’s a necessary nutrient, more than a trace amount of it will have
you pushing up daisies in a heartbeat.
(Or lack thereof.)
The name for the Selenium, the browser automation tool, comes from a joke
made by founders in an email, mocking their competitor “Mercury” – since
selenium is a cure for mercury poisoning. The rest of the devs took it and ran
with it.
What’s Selenium?
Selenium automates browsers for testing purposes, and also can be
used for automating mind-numbing, soul-crushing tasks (like searching
for “new” users in PUMA and changing their status to “active”).
The primary products are Selenium IDE, Selenium WebDriver (aka
Selenium 2), and Selenium Server.
Examples/info based on using Java w/Eclipse ( v. Kepler has Maven
integrated – Maven will import all necessary Se dependencies), Firebug
(cool inspection tool), Firepath
Selenium Server needs to be used for:
• Distributing tests over multiple machines or VMs at once
• Connecting to a remote machine that has a browser version that’s not
on your specific machine
• Instructions for Java at
http://code.google.com/p/selenium/wiki/Grid2
Selenium IDE
• Runs as a Firefox add-on and can
record, edit, play, and debug tests.
• Can record user actions or be edited by hand, then played back as browser
emulation. It’s as though a ghost were using your computer! Aaaagh!!!
• It can be experimentally exported in several code languages
• Brilliant if you need to script a ton of crap, super fast (see February VA
move)
• Creates a good, lightning-fast base for any automated, which can then be
coded as necessary
• It’s a nice introduction to Selenese, Selenium’s set of commands
Record-><- Play
Run results displayed here
Selenium IDE limitations
• No conditional or looping statements
• Limited to Firefox out of the box
• Formatted reporting not supported
• Uses html language – exporting in others is currently ‘experimental’ –
tends to import defunct dependencies and other extraneous crap
• Can’t read from external databases or files
Selenium Webdriver (aka Se 2)
• It’s a collection of bindings which drives browsers natively as a user
would, either locally or remotely with Selenium Server
• It makes direct calls to a browser using the browser’s native support
for automation
• Can be used in Java (recommended), C#, Perl, PHP, Python, and Ruby
• Has WebDrivers for IE, Chrome, Firefox, Safari, IOS, Android and
Opera. Chrome and IE require a separate server download.
Webdriver has a few limitations…
• Like everything else, has a few bugs
• It’s Open Source – tech problems need
to be resolved through Se community,
and you’re on your own to learn it
• Can only automate web applications
• No inbuilt reporting capabilities
• IE, and to a lesser extent, Chrome, can
be buggy (recall that it uses a browsers
native support for automation…..)
What can Webdriver do?
• Finding, retrieving, and verifying/asserting web elements by
Name, ID, TagName, Class, LinkText, PartialLinkText, Xpath, and CSS
• Mouse-based interactions including mouse position by absolute (using x,y)
or relative, clicking at current or specified locations or elements, click and
hold, release, drag and drop, double click, right click
• Keyboard interactions: Typing text, multiple keys (such as Ctrl +
PrntScrn), key up/down
• Taking screenshots, accepting security alerts, locating/switching between
windows, executing custom Javascript, enabling browsers to interact with
window alerts, navigating back/forward, implicit/explicit
waits, downloading/copying files, permissioning files to be executable and
much more both universal and specific to individual browsers
Success!
Generic success output –
everything works as
expected. Success and
fail reports can be coded
with as much or little
detail as you like by
conditional output to the
console.
Example of failed test;
element “Agout” not found.
Problematic line on
failure trace, below –
Assertion Error.
Selenium website – seleniumhq.org
The website will tell you where to download
and how to set it up (but not how
to use it).
Helpful book on Selenium for developers
using java:
“Selenium Webdriver Practical Guide”
by Satya Avasarala
If you’d like to use Selenium, make sure you don’t seek out any info
before about 6 months ago. It always changes fast, but in the last few
months has undergone huge changes. Search on “Selenium
Webdriver”.

More Related Content

What's hot

Selenium Best Practices with Jason Huggins
Selenium Best Practices with Jason HugginsSelenium Best Practices with Jason Huggins
Selenium Best Practices with Jason HugginsSauce Labs
 
How to Use Selenium, Successfully
How to Use Selenium, SuccessfullyHow to Use Selenium, Successfully
How to Use Selenium, SuccessfullySauce Labs
 
Selenium -Test automation for web applications
Selenium -Test automation for web applicationsSelenium -Test automation for web applications
Selenium -Test automation for web applicationsAnisGhelissi
 
Let's make this test suite run faster
Let's make this test suite run fasterLet's make this test suite run faster
Let's make this test suite run fasterDavid Gageot
 
Introduction To Appium With Robotframework
Introduction To Appium With RobotframeworkIntroduction To Appium With Robotframework
Introduction To Appium With RobotframeworkSyam Sasi
 
The Future of Selenium Testing for Mobile Web and Native Apps
The Future of Selenium Testing for Mobile Web and Native AppsThe Future of Selenium Testing for Mobile Web and Native Apps
The Future of Selenium Testing for Mobile Web and Native AppsSauce Labs
 
How to? Drupal developer toolkit. Dennis Povshedny.
How to? Drupal developer toolkit. Dennis Povshedny.How to? Drupal developer toolkit. Dennis Povshedny.
How to? Drupal developer toolkit. Dennis Povshedny.DrupalCampDN
 
Open Source Automation Tools That Really Work V2
Open Source Automation Tools That Really Work V2Open Source Automation Tools That Really Work V2
Open Source Automation Tools That Really Work V2An Doan
 
Netbeans dev and ecosystem
Netbeans dev and ecosystemNetbeans dev and ecosystem
Netbeans dev and ecosystemPeter Cheung
 

What's hot (9)

Selenium Best Practices with Jason Huggins
Selenium Best Practices with Jason HugginsSelenium Best Practices with Jason Huggins
Selenium Best Practices with Jason Huggins
 
How to Use Selenium, Successfully
How to Use Selenium, SuccessfullyHow to Use Selenium, Successfully
How to Use Selenium, Successfully
 
Selenium -Test automation for web applications
Selenium -Test automation for web applicationsSelenium -Test automation for web applications
Selenium -Test automation for web applications
 
Let's make this test suite run faster
Let's make this test suite run fasterLet's make this test suite run faster
Let's make this test suite run faster
 
Introduction To Appium With Robotframework
Introduction To Appium With RobotframeworkIntroduction To Appium With Robotframework
Introduction To Appium With Robotframework
 
The Future of Selenium Testing for Mobile Web and Native Apps
The Future of Selenium Testing for Mobile Web and Native AppsThe Future of Selenium Testing for Mobile Web and Native Apps
The Future of Selenium Testing for Mobile Web and Native Apps
 
How to? Drupal developer toolkit. Dennis Povshedny.
How to? Drupal developer toolkit. Dennis Povshedny.How to? Drupal developer toolkit. Dennis Povshedny.
How to? Drupal developer toolkit. Dennis Povshedny.
 
Open Source Automation Tools That Really Work V2
Open Source Automation Tools That Really Work V2Open Source Automation Tools That Really Work V2
Open Source Automation Tools That Really Work V2
 
Netbeans dev and ecosystem
Netbeans dev and ecosystemNetbeans dev and ecosystem
Netbeans dev and ecosystem
 

Viewers also liked

Lc 213 mélanges et solutions
Lc 213  mélanges et solutions Lc 213  mélanges et solutions
Lc 213 mélanges et solutions Lapitievivi02
 
Reason For Hiring Lavish Limousine Services
 Reason For Hiring Lavish Limousine  Services Reason For Hiring Lavish Limousine  Services
Reason For Hiring Lavish Limousine ServicesVince Zogovich
 
5 reasons to join baxplore
5 reasons to join baxplore5 reasons to join baxplore
5 reasons to join baxploreRosamund Lim
 
5 reasons to join BAxplore
5 reasons to join BAxplore5 reasons to join BAxplore
5 reasons to join BAxploreRosamund Lim
 
Almost same Kanji character 08
Almost same Kanji character 08Almost same Kanji character 08
Almost same Kanji character 08Adel Sakura
 
Almost same Kanji character 02
Almost same Kanji character 02Almost same Kanji character 02
Almost same Kanji character 02Adel Sakura
 
Mercury justin
Mercury justinMercury justin
Mercury justinjuco00207
 
Almost same Kanji character 05
Almost same Kanji character 05Almost same Kanji character 05
Almost same Kanji character 05Adel Sakura
 
Introduction to Psalms
Introduction to PsalmsIntroduction to Psalms
Introduction to Psalmswilliamsdk1
 
Malay, Japanese, English
Malay, Japanese, EnglishMalay, Japanese, English
Malay, Japanese, EnglishAdel Sakura
 
Almost same Kanji character 25
Almost same Kanji character 25Almost same Kanji character 25
Almost same Kanji character 25Adel Sakura
 
1000 kanjis japanese dictionary
1000 kanjis japanese dictionary1000 kanjis japanese dictionary
1000 kanjis japanese dictionaryAdel Sakura
 
Premium-Finance Whole Life Insurance
Premium-Finance Whole Life InsurancePremium-Finance Whole Life Insurance
Premium-Finance Whole Life Insurancedosh1965
 
Automation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra SolutionsAutomation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra SolutionsQuontra Solutions
 
Alliance Successful Selenium Automation
Alliance Successful Selenium AutomationAlliance Successful Selenium Automation
Alliance Successful Selenium Automationsadams22
 

Viewers also liked (20)

lightening talk
lightening talklightening talk
lightening talk
 
Lc 213 mélanges et solutions
Lc 213  mélanges et solutions Lc 213  mélanges et solutions
Lc 213 mélanges et solutions
 
Heat
HeatHeat
Heat
 
Reason For Hiring Lavish Limousine Services
 Reason For Hiring Lavish Limousine  Services Reason For Hiring Lavish Limousine  Services
Reason For Hiring Lavish Limousine Services
 
5 reasons to join baxplore
5 reasons to join baxplore5 reasons to join baxplore
5 reasons to join baxplore
 
Heat
HeatHeat
Heat
 
5 reasons to join BAxplore
5 reasons to join BAxplore5 reasons to join BAxplore
5 reasons to join BAxplore
 
Almost same Kanji character 08
Almost same Kanji character 08Almost same Kanji character 08
Almost same Kanji character 08
 
Almost same Kanji character 02
Almost same Kanji character 02Almost same Kanji character 02
Almost same Kanji character 02
 
Mercury justin
Mercury justinMercury justin
Mercury justin
 
Almost same Kanji character 05
Almost same Kanji character 05Almost same Kanji character 05
Almost same Kanji character 05
 
Introduction to Psalms
Introduction to PsalmsIntroduction to Psalms
Introduction to Psalms
 
Malay, Japanese, English
Malay, Japanese, EnglishMalay, Japanese, English
Malay, Japanese, English
 
Almost same Kanji character 25
Almost same Kanji character 25Almost same Kanji character 25
Almost same Kanji character 25
 
1000 kanjis japanese dictionary
1000 kanjis japanese dictionary1000 kanjis japanese dictionary
1000 kanjis japanese dictionary
 
Premium-Finance Whole Life Insurance
Premium-Finance Whole Life InsurancePremium-Finance Whole Life Insurance
Premium-Finance Whole Life Insurance
 
Selenium and Cucumber Automation Services
Selenium and Cucumber Automation ServicesSelenium and Cucumber Automation Services
Selenium and Cucumber Automation Services
 
Automation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra SolutionsAutomation with Selenium Presented by Quontra Solutions
Automation with Selenium Presented by Quontra Solutions
 
Selenium as a trend
Selenium as a trendSelenium as a trend
Selenium as a trend
 
Alliance Successful Selenium Automation
Alliance Successful Selenium AutomationAlliance Successful Selenium Automation
Alliance Successful Selenium Automation
 

Similar to Automation With Selenium

Interview Question & Answers for Selenium Freshers | LearningSlot
Interview Question & Answers for Selenium Freshers | LearningSlotInterview Question & Answers for Selenium Freshers | LearningSlot
Interview Question & Answers for Selenium Freshers | LearningSlotLearning Slot
 
Automated Web Testing With Selenium
Automated Web Testing With SeleniumAutomated Web Testing With Selenium
Automated Web Testing With SeleniumJodie Miners
 
Selenium Basics by Quontra Solutions
Selenium Basics by Quontra SolutionsSelenium Basics by Quontra Solutions
Selenium Basics by Quontra SolutionsQUONTRASOLUTIONS
 
Web Test Automation Framework - IndicThreads Conference
Web Test Automation Framework  - IndicThreads ConferenceWeb Test Automation Framework  - IndicThreads Conference
Web Test Automation Framework - IndicThreads ConferenceIndicThreads
 
Python selenium
Python seleniumPython selenium
Python seleniumDucat
 
Basics of Selenium IDE,Core, Remote Control
Basics of Selenium IDE,Core, Remote ControlBasics of Selenium IDE,Core, Remote Control
Basics of Selenium IDE,Core, Remote Controlusha kannappan
 
Selenium2 and Jenkins: Almost pain-free UI Testing
Selenium2 and Jenkins: Almost pain-free UI TestingSelenium2 and Jenkins: Almost pain-free UI Testing
Selenium2 and Jenkins: Almost pain-free UI Testingmikereedell
 
Selenium Tutorial
Selenium TutorialSelenium Tutorial
Selenium Tutorialprad_123
 
Automated ui testing with selenium. drupal con london 2011
Automated ui testing with selenium. drupal con london 2011Automated ui testing with selenium. drupal con london 2011
Automated ui testing with selenium. drupal con london 2011Yuriy Gerasimov
 
Selenide
SelenideSelenide
SelenideDataArt
 

Similar to Automation With Selenium (20)

QSpiders - Automation using Selenium
QSpiders - Automation using SeleniumQSpiders - Automation using Selenium
QSpiders - Automation using Selenium
 
Selenium Primer
Selenium PrimerSelenium Primer
Selenium Primer
 
Interview Question & Answers for Selenium Freshers | LearningSlot
Interview Question & Answers for Selenium Freshers | LearningSlotInterview Question & Answers for Selenium Freshers | LearningSlot
Interview Question & Answers for Selenium Freshers | LearningSlot
 
BCS Selenium Workshop
BCS Selenium WorkshopBCS Selenium Workshop
BCS Selenium Workshop
 
Selenium
SeleniumSelenium
Selenium
 
Automated Web Testing With Selenium
Automated Web Testing With SeleniumAutomated Web Testing With Selenium
Automated Web Testing With Selenium
 
Selenium
SeleniumSelenium
Selenium
 
Selenium Basics by Quontra Solutions
Selenium Basics by Quontra SolutionsSelenium Basics by Quontra Solutions
Selenium Basics by Quontra Solutions
 
Selenium
SeleniumSelenium
Selenium
 
Web Test Automation Framework - IndicThreads Conference
Web Test Automation Framework  - IndicThreads ConferenceWeb Test Automation Framework  - IndicThreads Conference
Web Test Automation Framework - IndicThreads Conference
 
Introduction to selenium
Introduction to seleniumIntroduction to selenium
Introduction to selenium
 
Python selenium
Python seleniumPython selenium
Python selenium
 
Basics of Selenium IDE,Core, Remote Control
Basics of Selenium IDE,Core, Remote ControlBasics of Selenium IDE,Core, Remote Control
Basics of Selenium IDE,Core, Remote Control
 
Selenium ppt
Selenium pptSelenium ppt
Selenium ppt
 
Sel
SelSel
Sel
 
Selenium2 and Jenkins: Almost pain-free UI Testing
Selenium2 and Jenkins: Almost pain-free UI TestingSelenium2 and Jenkins: Almost pain-free UI Testing
Selenium2 and Jenkins: Almost pain-free UI Testing
 
Selenium Tutorial
Selenium TutorialSelenium Tutorial
Selenium Tutorial
 
Selenium web driver
Selenium web driverSelenium web driver
Selenium web driver
 
Automated ui testing with selenium. drupal con london 2011
Automated ui testing with selenium. drupal con london 2011Automated ui testing with selenium. drupal con london 2011
Automated ui testing with selenium. drupal con london 2011
 
Selenide
SelenideSelenide
Selenide
 

Recently uploaded

办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 

Recently uploaded (20)

办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 

Automation With Selenium

  • 1. Trivia: Selenium has a strong bonding affinity with mercury and arsenic, so if you eat fish, it’s a good idea to choose types of fish high in selenium. But although it’s a necessary nutrient, more than a trace amount of it will have you pushing up daisies in a heartbeat. (Or lack thereof.) The name for the Selenium, the browser automation tool, comes from a joke made by founders in an email, mocking their competitor “Mercury” – since selenium is a cure for mercury poisoning. The rest of the devs took it and ran with it.
  • 2. What’s Selenium? Selenium automates browsers for testing purposes, and also can be used for automating mind-numbing, soul-crushing tasks (like searching for “new” users in PUMA and changing their status to “active”). The primary products are Selenium IDE, Selenium WebDriver (aka Selenium 2), and Selenium Server. Examples/info based on using Java w/Eclipse ( v. Kepler has Maven integrated – Maven will import all necessary Se dependencies), Firebug (cool inspection tool), Firepath
  • 3. Selenium Server needs to be used for: • Distributing tests over multiple machines or VMs at once • Connecting to a remote machine that has a browser version that’s not on your specific machine • Instructions for Java at http://code.google.com/p/selenium/wiki/Grid2
  • 4. Selenium IDE • Runs as a Firefox add-on and can record, edit, play, and debug tests. • Can record user actions or be edited by hand, then played back as browser emulation. It’s as though a ghost were using your computer! Aaaagh!!! • It can be experimentally exported in several code languages • Brilliant if you need to script a ton of crap, super fast (see February VA move) • Creates a good, lightning-fast base for any automated, which can then be coded as necessary • It’s a nice introduction to Selenese, Selenium’s set of commands
  • 6. Selenium IDE limitations • No conditional or looping statements • Limited to Firefox out of the box • Formatted reporting not supported • Uses html language – exporting in others is currently ‘experimental’ – tends to import defunct dependencies and other extraneous crap • Can’t read from external databases or files
  • 7. Selenium Webdriver (aka Se 2) • It’s a collection of bindings which drives browsers natively as a user would, either locally or remotely with Selenium Server • It makes direct calls to a browser using the browser’s native support for automation • Can be used in Java (recommended), C#, Perl, PHP, Python, and Ruby • Has WebDrivers for IE, Chrome, Firefox, Safari, IOS, Android and Opera. Chrome and IE require a separate server download.
  • 8. Webdriver has a few limitations… • Like everything else, has a few bugs • It’s Open Source – tech problems need to be resolved through Se community, and you’re on your own to learn it • Can only automate web applications • No inbuilt reporting capabilities • IE, and to a lesser extent, Chrome, can be buggy (recall that it uses a browsers native support for automation…..)
  • 9. What can Webdriver do? • Finding, retrieving, and verifying/asserting web elements by Name, ID, TagName, Class, LinkText, PartialLinkText, Xpath, and CSS • Mouse-based interactions including mouse position by absolute (using x,y) or relative, clicking at current or specified locations or elements, click and hold, release, drag and drop, double click, right click • Keyboard interactions: Typing text, multiple keys (such as Ctrl + PrntScrn), key up/down • Taking screenshots, accepting security alerts, locating/switching between windows, executing custom Javascript, enabling browsers to interact with window alerts, navigating back/forward, implicit/explicit waits, downloading/copying files, permissioning files to be executable and much more both universal and specific to individual browsers
  • 10. Success! Generic success output – everything works as expected. Success and fail reports can be coded with as much or little detail as you like by conditional output to the console.
  • 11. Example of failed test; element “Agout” not found. Problematic line on failure trace, below – Assertion Error.
  • 12. Selenium website – seleniumhq.org The website will tell you where to download and how to set it up (but not how to use it). Helpful book on Selenium for developers using java: “Selenium Webdriver Practical Guide” by Satya Avasarala If you’d like to use Selenium, make sure you don’t seek out any info before about 6 months ago. It always changes fast, but in the last few months has undergone huge changes. Search on “Selenium Webdriver”.