SlideShare a Scribd company logo
PATTERNS IN TEST
AUTOMATION
FRAMEWORK,DATA&LOCATORS
Anand Bagmar
Test Practice Lead
@BagmarAnand
about.me/anand.bagmar
ABOUT ME
WHAT IS A PATTERN?
Case Study
Patterns of Test Automation
Test Automation
Framework Patterns
Page-Object Pattern
PAGE OBJECT PATTERN
Model pages
in code
Simulates user actions
One place change
Reduces code duplication
Snippets
of page
Patterns of Test Automation
AUTOMATION FRAMEWORK WITH PAGE OBJECTS
Code sample - #1
As the framework
evolves ….
AUTOMATION FRAMEWORK WITH PAGE OBJECTS
Code sample - #2
LIMITATIONS OF PAGE-OBJECT PATTERN
¨ Test intent gets polluted
¨ Duplication of Test intent & implementation
¨ Intent becomes Imperative
¨ Maintenance challenges
¨ Scaling challenges
Business-Layer
Page-Object Pattern
BUSINESS-LAYER PAGE-OBJECT PATTERN
Code sample - #3
ADVANTAGES OF
BUSINESS-LAYER PAGE-OBJECT PATTERN
¨ Validate what is important - Business requirements
¨ Test Pyramid remains sane
¨ Abstraction layers allow separation-of-concerns
¨ Changes are isolated
¨ Maintenance & Scaling becomes ‘easier’
Test Data Patterns
Why do we need to
think differently
about Test Data?
CRITERIA FOR TEST DATA
¨ Data is complex
¨ Needs to mimic “real” data
¨ Though specified as static, may need to be Dynamic
¨ Data can be shared and reused
¨ Data needs to be unique
¨ Data can be nested
22
DIFFERENT WAYS TO SPECIFY TEST DATA
¨ In Test implementation
¨ In Test specification / intent
¨ In code … separate data structures / classes / etc.
¨ External files
23
TEST DATA SPECIFICATION EXAMPLES
¨ Excel
¨ CSV
¨ Property
¨ XML
¨ YAML
¨ Database
¨ Json
24
Code sample - #4
CRITERIA FOR SELECTION
¨ Easy to specify
¨ Easy to read and consume (by test framework)
¨ Ability to override specified data, easily
¨ Usable
26
TIPS FOR IMPLEMENTATION
¨ Consistent way to specify test data
¨ Read the data – as Business Entities
¨ Override as appropriate
¨ Create DSL to give meaning to data
¨ Use in test implementation
¨ Implement Test Data Entity Utilities – Build, Equals, Copy,
Find, etc.
27
Locators’ Patterns
DIFFERENT WAYS TO SPECIFY ELEMENT LOCATORS
¨ In Page-Objects
¨ In separate files, per Page-Object
¨ In external files / locator files
29
WHICH IS THE “BEST” PATTERN TO USE ?
It DEPENDS!
on the
Context!
What is Test
Automation?
Automation – A Safety Net
PRINCIPLES FOR A TEST AUTOMATION FRAMEWORK
Code quality
Design
Patterns
Abstraction Layers
Refactor, Evolve
& Extend
Pairing
PRACTICES FOR A TEST AUTOMATION FRAMEWORK
Configurable
No Copy-Paste
Continuous Integration (CI)
Test Data
Tools & Utilities
-  Logging
-  Screenshots
-  Video
TEST AUTOMATION FRAMEWORK BEST PRACTICES
Assertions & Validations
In Business Layer
Model
Test Data
Proper abstraction layers
Pages as
Dummy objects
Evolve
Programming
practices
OOPsDesign Patterns
Identify intent in
business terminology
Build Tools & Utilities
REFERENCES
Page Objects – Google
https://code.google.com/p/selenium/wiki/PageObjects
Page Objects – Martin Fowler
http://martinfowler.com/bliki/PageObject.html
Perils of Page-Object Pattern – Anand Bagmar
http://essenceoftesting.blogspot.in/2014/09/perils-of-page-object-pattern.html
Test Design Consideration
http://docs.seleniumhq.org/docs/06_test_design_considerations.jsp
abagmar@gmail.com
Anand.Bagmar@thoughtworks.com
@BagmarAnand
about.me/anand.bagmar
THANK YOU

More Related Content

PDF
Vijay & Parul - Cloud testing
PDF
Patterns in Test Automation
PPTX
Grading the Quality of Selenium Tests
PDF
Test Data - Food for your Test Automation Framework
PDF
Ivan Pashko - Simplifying test automation with design patterns
DOCX
Automation Testing
PPTX
05 managing transactions
PDF
Behavior Driven Testing - A paradigm shift
Vijay & Parul - Cloud testing
Patterns in Test Automation
Grading the Quality of Selenium Tests
Test Data - Food for your Test Automation Framework
Ivan Pashko - Simplifying test automation with design patterns
Automation Testing
05 managing transactions
Behavior Driven Testing - A paradigm shift

Viewers also liked (20)

PPTX
Nuevas tecnologías en diagnóstico y terapéutica ocular Universidad Técnica de...
PDF
Web vn
PPTX
Barnes &noble
PPTX
Money around the world
PDF
Ashwini - Effective use of CI by QA
KEY
Liquid pres
PPTX
Toss. math. photography ppt
PDF
Aerial photos
PPTX
Agents of Change Tour
PDF
Web
PDF
ソーシャルゲームのテクニックで “ゲーミフィケーション”を設計する.
PPT
Intuition It
PDF
La ruta de la sal 2013
PDF
Llsita web n
PDF
In-browser Memory Testing
PPTX
Swiatowyponbrazylia
PPTX
Współpraca polsko – ukraińska
PPT
San francisco native food
PPT
Afp toronto create an engaged passionate board
PDF
The Forces of Disruptive Innovation for Startups
Nuevas tecnologías en diagnóstico y terapéutica ocular Universidad Técnica de...
Web vn
Barnes &noble
Money around the world
Ashwini - Effective use of CI by QA
Liquid pres
Toss. math. photography ppt
Aerial photos
Agents of Change Tour
Web
ソーシャルゲームのテクニックで “ゲーミフィケーション”を設計する.
Intuition It
La ruta de la sal 2013
Llsita web n
In-browser Memory Testing
Swiatowyponbrazylia
Współpraca polsko – ukraińska
San francisco native food
Afp toronto create an engaged passionate board
The Forces of Disruptive Innovation for Startups
Ad

Similar to Patterns of Test Automation (20)

PDF
Patterns of a "Good" Test Automation Framework, Locators & Data
PDF
Patterns of a “good” test automation framework
PDF
Perils of Page-Object Pattern
PDF
Test Automation Design Patterns_ A Comprehensive Guide.pdf
PDF
Test Automation Design Patterns_ A Comprehensive Guide.pdf
PPT
Test Automation Framework Development Introduction
PPT
Test Automation Framework Online Training by QuontraSolutions
PPT
Designing a Test Automation Framework By Quontra solutions
PDF
6 Traits of a Successful Test Automation Architecture
PPT
Test Automation Framework Designs
PPT
Test Automation Framework Designs
PDF
Automation Abstractions: Page Objects and Beyond
PPTX
Designing for the internet - Page Objects for the Real World
PDF
Create an architecture for web test automation
PDF
Test automation design patterns
PPTX
A New Model for Testing
PDF
My Test Automation Journey
PPTX
Sustainable Automation Frameworks by Kelsey Shannahan
PPTX
An easy way to automate complex UI
PDF
Selenium Deep Dive
Patterns of a "Good" Test Automation Framework, Locators & Data
Patterns of a “good” test automation framework
Perils of Page-Object Pattern
Test Automation Design Patterns_ A Comprehensive Guide.pdf
Test Automation Design Patterns_ A Comprehensive Guide.pdf
Test Automation Framework Development Introduction
Test Automation Framework Online Training by QuontraSolutions
Designing a Test Automation Framework By Quontra solutions
6 Traits of a Successful Test Automation Architecture
Test Automation Framework Designs
Test Automation Framework Designs
Automation Abstractions: Page Objects and Beyond
Designing for the internet - Page Objects for the Real World
Create an architecture for web test automation
Test automation design patterns
A New Model for Testing
My Test Automation Journey
Sustainable Automation Frameworks by Kelsey Shannahan
An easy way to automate complex UI
Selenium Deep Dive
Ad

More from vodQA (20)

PPTX
Performance Testing
PPTX
Testing Strategy in Micro Frontend architecture
PPTX
Api testing libraries using java script an overview
PPTX
Testing face authentication on mobile
PPTX
Testing cna
PPTX
Etl engine testing with scala
PPTX
EDA for QAs
PDF
vodQA Pune (2019) - Browser automation using dev tools
PPTX
vodQA Pune (2019) - Augmented reality overview and testing challenges
PPTX
vodQA Pune (2019) - Testing AI,ML applications
PPTX
vodQA Pune (2019) - Design patterns in test automation
PPTX
vodQA Pune (2019) - Testing ethereum smart contracts
PPTX
vodQA Pune (2019) - Insights into big data testing
PDF
vodQA Pune (2019) - Performance testing cloud deployments
PDF
vodQA Pune (2019) - Jenkins pipeline As code
PPTX
vodQA(Pune) 2018 - Consumer driven contract testing using pact
PPTX
vodQA(Pune) 2018 - Visual testing of web apps in headless environment manis...
PPTX
vodQA(Pune) 2018 - Enhancing the capabilities of testing team preparing for...
PPTX
vodQA(Pune) 2018 - QAing the security way
PPTX
vodQA(Pune) 2018 - Docker in Testing
Performance Testing
Testing Strategy in Micro Frontend architecture
Api testing libraries using java script an overview
Testing face authentication on mobile
Testing cna
Etl engine testing with scala
EDA for QAs
vodQA Pune (2019) - Browser automation using dev tools
vodQA Pune (2019) - Augmented reality overview and testing challenges
vodQA Pune (2019) - Testing AI,ML applications
vodQA Pune (2019) - Design patterns in test automation
vodQA Pune (2019) - Testing ethereum smart contracts
vodQA Pune (2019) - Insights into big data testing
vodQA Pune (2019) - Performance testing cloud deployments
vodQA Pune (2019) - Jenkins pipeline As code
vodQA(Pune) 2018 - Consumer driven contract testing using pact
vodQA(Pune) 2018 - Visual testing of web apps in headless environment manis...
vodQA(Pune) 2018 - Enhancing the capabilities of testing team preparing for...
vodQA(Pune) 2018 - QAing the security way
vodQA(Pune) 2018 - Docker in Testing

Recently uploaded (20)

PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Transform Your Business with a Software ERP System
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
ai tools demonstartion for schools and inter college
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Nekopoi APK 2025 free lastest update
PPTX
history of c programming in notes for students .pptx
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
L1 - Introduction to python Backend.pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Transform Your Business with a Software ERP System
Upgrade and Innovation Strategies for SAP ERP Customers
wealthsignaloriginal-com-DS-text-... (1).pdf
Designing Intelligence for the Shop Floor.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Design an Analysis of Algorithms II-SECS-1021-03
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Design an Analysis of Algorithms I-SECS-1021-03
2025 Textile ERP Trends: SAP, Odoo & Oracle
ai tools demonstartion for schools and inter college
Operating system designcfffgfgggggggvggggggggg
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
Nekopoi APK 2025 free lastest update
history of c programming in notes for students .pptx
Understanding Forklifts - TECH EHS Solution
L1 - Introduction to python Backend.pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025

Patterns of Test Automation