E X P E R I E N C E T O O L S
CUSTO M ER
E X P E R I E N C E T O O L S
DEVELOPER
Lei Zhu
October 23, 2018
Functional Test Best Practices
Introduction
Lei Zhu
Software Engineer
WalmartLabs
EMAIL: lzhu@walmart.com
Agenda
• Test Automation Result Patterns
• Common Problems & Best Practices
• Test Armada’s Solution
• Q&A
Test Automation
Result Patterns
Expected Results
Random Failure Pattern
Single Test Failing on All Browsers
Single Browser Failing for All Tests
Combination Failure Pattern
All Failure Pattern
Common Problems &
Best Practices
Common Problems: Selector
Test Pattern
• All tests fail in particular
browser(s)
Problem
• Selector only works on some
browsers or OS
Example: :nth-child
Best Practices: Selector
Best Practice
• Support same selector for
mainstream browsers
• Selector: .class_name
Common Problems: Timing
Test Pattern
• One test fails in all browsers
Problem
• Test relies on sleeping or timing
tricks to pass
Example: sleep(), pause()
Best Practices: Timing
Best Practice
• Use wait() instead
• Only operate when element is operable
• Page is fully rendered
• Element is in DOM
• Element is in viewport
• Insulate test from loading network
resources
Common Problems: Non Deterministic Tests
Test Pattern
• One test fails in all browsers
Problem
• Non-deterministic test
Example: Rolling Carousel
Best Practices: Non Deterministic Tests #1
Best Practice
• Create predictable test
• NO conditional statement
• One test for one path
Best Practices : Non Deterministic Tests #2
Best Practice
• Make AUT act predictable to
accommodate automation
Common Problems: Test Dependencies
Test Pattern
• One test fails in all browsers
• All tests fail in all browsers
Problem
• Test relies on result of other tests
Best Practices: Test Dependencies
Best Practice
• Isolate test from others
• Use hooks to create repeatable test
Test Armada’s
Solution
Test Armada: High Level Architecture
AUTOMATION
TEST ARMADA
DATA INSIGHTS
TEST ARMADA
MOCKING
APPIUM
Sauce Labs
TestObject
GITHUB
Magellan Ecosystem Architecture
Q&A
Contact Us
@testarmada
github.com/testarmada
http://www.testarmada.io

More Related Content

PPTX
Exploratory Testing
PDF
PHP unit testing - good and bad practices
PDF
Level Up Your Automated Tests
ODP
Assorted TDD tips
ODP
@LinkingNote annotation in YATSPEC
PDF
Effective Unit Testing
PDF
Random testing
PDF
Worst practices in software testing by the Testing troll
Exploratory Testing
PHP unit testing - good and bad practices
Level Up Your Automated Tests
Assorted TDD tips
@LinkingNote annotation in YATSPEC
Effective Unit Testing
Random testing
Worst practices in software testing by the Testing troll

What's hot (20)

PPTX
Random testing & prototyping
PDF
Testing strategies for legacy code
PDF
Unit testing in PHP
PPTX
UK star ultimate testing survival
PDF
Webinar: Estrategias para optimizar los costos de testing
PPTX
Exploratory testing
PDF
Writing Tests Effectively
PPT
Scam2007 jiang
PDF
03 - chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)
PPTX
Is Groovy better for testing than Java?
PPTX
Unit Testing and TDD 2017
PPTX
Intro to TDD
PDF
Test Automation Patterns: Issues and Solutions
PDF
Retro Testing (DevConTLV Jan 2014)
PPT
Test Automation
PPT
TDD - Christchurch APN May 2012
PPTX
AP Computer Science Exam Information - 2018
PPTX
What not to study for the apcs exam, and other exam tips
PDF
Bad metric, bad!
PDF
PChomePay unit test basic
Random testing & prototyping
Testing strategies for legacy code
Unit testing in PHP
UK star ultimate testing survival
Webinar: Estrategias para optimizar los costos de testing
Exploratory testing
Writing Tests Effectively
Scam2007 jiang
03 - chomu prohramisty ne testuiut - yurii chulovskyi - it event 2013 (5)
Is Groovy better for testing than Java?
Unit Testing and TDD 2017
Intro to TDD
Test Automation Patterns: Issues and Solutions
Retro Testing (DevConTLV Jan 2014)
Test Automation
TDD - Christchurch APN May 2012
AP Computer Science Exam Information - 2018
What not to study for the apcs exam, and other exam tips
Bad metric, bad!
PChomePay unit test basic
Ad

Similar to Functional test best practice (20)

PDF
Unit Testing Best Practices
PPTX
What You are Doing Wrong with Automated Testing
PPTX
menulis kasus uji dengan baik dan benar menurut teori
PPTX
How to establish ways of working that allows shifting-left of the automation ...
PDF
19 creamer et workshop-agile2019-wash_pp_16-9_1
PPTX
When & How to Successfully use Test Automation for Mobile Applications
PPT
Ch11lect1 ud
PPTX
Testing for Android: When, Where, and How to Successfully Use Test Automation
PDF
The Art of Unit Testing Feedback
PPTX
Continous testing for grails
PDF
A lean automation blueprint for testing in continuous delivery
PPTX
Системный взгляд на параллельный запуск Selenium тестов
PPTX
Understanding Key Concepts and Applications in Week 11: A Comprehensive Overv...
PPTX
Austin Python Learners Meetup - Everything you need to know about programming...
PDF
FutureOfTesting2008
PDF
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.com
PPTX
Specification by example
PDF
[HCMC STC Jan 2015] FATS: A Framework For Automated Testing Scenarios
PPTX
Random testing
PDF
Pragmatic software testing education - SIGCSE 2019
Unit Testing Best Practices
What You are Doing Wrong with Automated Testing
menulis kasus uji dengan baik dan benar menurut teori
How to establish ways of working that allows shifting-left of the automation ...
19 creamer et workshop-agile2019-wash_pp_16-9_1
When & How to Successfully use Test Automation for Mobile Applications
Ch11lect1 ud
Testing for Android: When, Where, and How to Successfully Use Test Automation
The Art of Unit Testing Feedback
Continous testing for grails
A lean automation blueprint for testing in continuous delivery
Системный взгляд на параллельный запуск Selenium тестов
Understanding Key Concepts and Applications in Week 11: A Comprehensive Overv...
Austin Python Learners Meetup - Everything you need to know about programming...
FutureOfTesting2008
Advanced A/B Testing at Wix - Aviran Mordo and Sagy Rozman, Wix.com
Specification by example
[HCMC STC Jan 2015] FATS: A Framework For Automated Testing Scenarios
Random testing
Pragmatic software testing education - SIGCSE 2019
Ad

More from Test Armada (7)

PPTX
Test armada integration with sauce labs
PPTX
Self service automation portal
PPTX
Quality automation at walmart scale
PPTX
Integration with saucelabs over private network
PPTX
Building a culture of quality at scale
PPTX
Introduction to midway
PPTX
Test Armada Sauce Labs
Test armada integration with sauce labs
Self service automation portal
Quality automation at walmart scale
Integration with saucelabs over private network
Building a culture of quality at scale
Introduction to midway
Test Armada Sauce Labs

Recently uploaded (20)

PPTX
Matchmaking for JVMs: How to Pick the Perfect GC Partner
PDF
Autodesk AutoCAD Crack Free Download 2025
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PPTX
Download Adobe Photoshop Crack 2025 Free
PDF
AI Guide for Business Growth - Arna Softech
PDF
Introduction to Ragic - #1 No Code Tool For Digitalizing Your Business Proces...
PPTX
"Secure File Sharing Solutions on AWS".pptx
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PPTX
Introduction to Windows Operating System
PDF
E-Commerce Website Development Companyin india
PDF
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PPTX
Airline CRS | Airline CRS Systems | CRS System
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PDF
Website Design Services for Small Businesses.pdf
PPTX
CNN LeNet5 Architecture: Neural Networks
Matchmaking for JVMs: How to Pick the Perfect GC Partner
Autodesk AutoCAD Crack Free Download 2025
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
Download Adobe Photoshop Crack 2025 Free
AI Guide for Business Growth - Arna Softech
Introduction to Ragic - #1 No Code Tool For Digitalizing Your Business Proces...
"Secure File Sharing Solutions on AWS".pptx
DNT Brochure 2025 – ISV Solutions @ D365
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Topaz Photo AI Crack New Download (Latest 2025)
Introduction to Windows Operating System
E-Commerce Website Development Companyin india
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
Airline CRS | Airline CRS Systems | CRS System
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
Website Design Services for Small Businesses.pdf
CNN LeNet5 Architecture: Neural Networks

Functional test best practice