SlideShare a Scribd company logo
Making
Cross-Browser
Tests
Beautiful
Outline
● Why
● How
● Case Study
● Problems
● Solutions
● Lessons Learned
What do you expect
to get out of this
session?
Why
● Gives confidence the application works the same in all browsers
● Can easily test changes in browsers
● Saves time from manually testing all features
How
● Answer the following questions:
○ Which browsers will be supported?
○ What is the most important workflow test?
○ How will the tests be run?
TASK:
Build automated tests
for a student loan
refinance application
Making cross browser tests beautiful
PROBLEM:
Don’t know how
application works in
other browsers
SOLUTION:
Implement automated
cross-browser tests
Step 1: Decide supported browsers
Step 2: Decide what will be automated
● Determine what is the most
critical workflow to test
Step 3: Decide how to
run tests
● Run tests in CI
● Need access to all
supported browsers
● Consider cloud testing tools
Step 4: Write tests!
It should be as easy as
changing the driver,
right?
Problem 1:
Page Elements
On page elements
● Dropdowns, radio buttons and checkboxes are tricky
● Use the same locator for all browsers
● Stick to CSS when possible
Element is not clickable
Making cross browser tests beautiful
Problem 2:
Timing Issues
On timing issues...
● Some drivers are faster than others
● Discrepancies between physical and virtual machines
● Need to wait for elements
Implicit Waits
● Set for the entire duration of the webDriver object
● Tells WebDriver to wait for X units of time
Explicit Waits
● Confined to a particular web element
● Tells WebDriver to wait for the element up until X units of time
Problem 3:
Driver Capabilities
Drivers are not created equally
● Drivers are managed by different individuals
● Native capabilities differ
● Same functionality isn’t always available
File Upload
The Safari Driver is implemented in
JS and does not have the privileges
necessary to manipulate an <input
type = “file”> element. Therefore,
the SafariDriver does not support
file uploads.
Resolution
● Maximize browser window
● Set a specific resolution at run-time
● Scroll an element into view
Soon, the
Cross-Browser Tests
were complete!
Lessons Learned...
Start testing early.
Automate one feature first.
Run tests in CI regularly.
Questions?
LinkedIn: meaghan-lewis
Twitter: @iammeaghanlewis
Email: meaghan@lever.co

More Related Content

PPTX
Brace yourself from automation death trap
PPTX
Selenium Design Patterns
PPTX
Test Automation Framework with BDD and Cucumber
PPTX
DSL, Page Object and WebDriver – the path to reliable functional tests.pptx
PPTX
Automated UI Testing Done Right (QMSDNUG)
PPTX
BDD with SpecFlow and Selenium
PDF
Agile Testing
PDF
Insights on Protractor testing
Brace yourself from automation death trap
Selenium Design Patterns
Test Automation Framework with BDD and Cucumber
DSL, Page Object and WebDriver – the path to reliable functional tests.pptx
Automated UI Testing Done Right (QMSDNUG)
BDD with SpecFlow and Selenium
Agile Testing
Insights on Protractor testing

What's hot (20)

PPTX
Web automation with Selenium for software engineers
PPT
JavaSkop - Automation Skopje
PPTX
ASP.NET & Unit Testing
PDF
Mastering Test Automation: How to Use Selenium Successfully
PDF
UI Testing Automation
PDF
Continuous Testing Meets the Classroom at Code.org
PDF
Front-end Automated Testing
PDF
Using The Page Object Pattern
PPTX
How does Java 8 exert hidden power on Test Automation?
PPTX
Selenium for Jobseekers
PPTX
QA Automation testing online training
PDF
How to Use Selenium, Successfully
PDF
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
DOCX
Automation Frame works Instruction Sheet
PDF
Better Page Object Handling with Loadable Component Pattern - SQA Days 20, Be...
PDF
SpecFlow and some things I've picked up
PPTX
DSL, Page Object and Selenium – a way to reliable functional tests
PDF
Introduction To Web Application Testing
PPTX
Architecting test automation using selenium
PDF
Getting By Without "QA"
Web automation with Selenium for software engineers
JavaSkop - Automation Skopje
ASP.NET & Unit Testing
Mastering Test Automation: How to Use Selenium Successfully
UI Testing Automation
Continuous Testing Meets the Classroom at Code.org
Front-end Automated Testing
Using The Page Object Pattern
How does Java 8 exert hidden power on Test Automation?
Selenium for Jobseekers
QA Automation testing online training
How to Use Selenium, Successfully
Mastering UI automation at Scale: Key Lessons and Best Practices (By Fernando...
Automation Frame works Instruction Sheet
Better Page Object Handling with Loadable Component Pattern - SQA Days 20, Be...
SpecFlow and some things I've picked up
DSL, Page Object and Selenium – a way to reliable functional tests
Introduction To Web Application Testing
Architecting test automation using selenium
Getting By Without "QA"
Ad

Viewers also liked (10)

PPT
How to do better Quality Assurance for Cross-Browser Testing
PDF
Cross Browser Testing: El reto de la eficiencia
PDF
SeConf_Nov2016_London
PPTX
Advanced Appium
PPTX
Advanced Appium: SeleniumConf UK 2016
PDF
Cross-browser testing in the real world
PPT
TERMINALFOUR t44u 2009 - SEO Checking & Testing
PPTX
Grading the Quality of Selenium Tests
DOCX
Sample job motivation letter
PDF
Appium: Prime Cuts
How to do better Quality Assurance for Cross-Browser Testing
Cross Browser Testing: El reto de la eficiencia
SeConf_Nov2016_London
Advanced Appium
Advanced Appium: SeleniumConf UK 2016
Cross-browser testing in the real world
TERMINALFOUR t44u 2009 - SEO Checking & Testing
Grading the Quality of Selenium Tests
Sample job motivation letter
Appium: Prime Cuts
Ad

Similar to Making cross browser tests beautiful (20)

PDF
Making cross browser tests beautiful (v2 2017)
PPTX
Cross browser Testing in the Era of Responsive Web Design (1).pptx
PDF
Cross-Browser Testing : A Complete Guide
PDF
Know All About Cross Browser Compatibility Testing.pdf
PDF
Cross Browser Compatibility Testing - A Complete Guide.pdf
PDF
Know All About Cross Browser Compatibility Testing.pdf
PDF
Build Fail-Proof Tests in Any Browser with Selenium
PDF
Guide to Cross Browser Testing_ Definition, Process, Challenges & Tools.pdf
PDF
A Guide to Cross-Browser Functional Testingv
PDF
11 Top Cross Browser Testing Tools to Know About.pdf
PDF
11 Top Cross Browser Testing Tools to Know About.pdf
PPTX
Skyrocket Your Cross Browser Testing with Minimal Effort
PPT
PDF
Ultimate Guide to Cross Browser Testing
PDF
Cypress vs Selenium WebDriver: Better, Or Just Different? -- by Gil Tayar
PPT
selenium.ppt
PPT
selenium.ppt
PPT
selenium.ppt
PPTX
Manual, Visual, and Automated Testing For Web Apps
PDF
Optimizing Cross Browser Compatibility with our PowerPoint Presentations.
Making cross browser tests beautiful (v2 2017)
Cross browser Testing in the Era of Responsive Web Design (1).pptx
Cross-Browser Testing : A Complete Guide
Know All About Cross Browser Compatibility Testing.pdf
Cross Browser Compatibility Testing - A Complete Guide.pdf
Know All About Cross Browser Compatibility Testing.pdf
Build Fail-Proof Tests in Any Browser with Selenium
Guide to Cross Browser Testing_ Definition, Process, Challenges & Tools.pdf
A Guide to Cross-Browser Functional Testingv
11 Top Cross Browser Testing Tools to Know About.pdf
11 Top Cross Browser Testing Tools to Know About.pdf
Skyrocket Your Cross Browser Testing with Minimal Effort
Ultimate Guide to Cross Browser Testing
Cypress vs Selenium WebDriver: Better, Or Just Different? -- by Gil Tayar
selenium.ppt
selenium.ppt
selenium.ppt
Manual, Visual, and Automated Testing For Web Apps
Optimizing Cross Browser Compatibility with our PowerPoint Presentations.

Recently uploaded (20)

PDF
Digital Strategies for Manufacturing Companies
PDF
Nekopoi APK 2025 free lastest update
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
medical staffing services at VALiNTRY
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
System and Network Administraation Chapter 3
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PPTX
history of c programming in notes for students .pptx
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
Digital Strategies for Manufacturing Companies
Nekopoi APK 2025 free lastest update
How Creative Agencies Leverage Project Management Software.pdf
CHAPTER 2 - PM Management and IT Context
How to Choose the Right IT Partner for Your Business in Malaysia
Navsoft: AI-Powered Business Solutions & Custom Software Development
medical staffing services at VALiNTRY
Design an Analysis of Algorithms I-SECS-1021-03
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Which alternative to Crystal Reports is best for small or large businesses.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
System and Network Administraation Chapter 3
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Wondershare Filmora 15 Crack With Activation Key [2025
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
history of c programming in notes for students .pptx
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
How to Migrate SBCGlobal Email to Yahoo Easily

Making cross browser tests beautiful