SlideShare a Scribd company logo
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
R E D U C E R E U S E R E C Y C L E ( RRR)
O F
T E S T A U T O M A T I O N M A I N T E N A N C E
Ashwini Lalit
Global Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
R E D U C E R E U S E R E C Y C L E ( RRR)
O F
T E S T A U T O M A T I O N M A I N T E N A N C E
Global Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
● Test Evangelist
● Speaker at community meet-ups
● Product Quality Engineering across product lines
@NimbleWork
● BDD Practitioner
● Training teams for continuous improvement,
continuous testing, Microservices Testing strategy,
building robust, reliable, and high-quality
software solutions
● Urban Farming enthusiast
Ashwini Lalit
Senior Manager - Product Quality
NimbleWork, Inc
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
R E D U C E R E U S E R E C Y C L E ( RRR)
O F
T E S T A U T O M A T I O N M A I N T E N A N C E
Global Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
N i m b l e W o r k , I n c
An AI-powered Adaptive Project and Work
Management product company.
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
Image Reference - https://www.indiatvnews.com/entertainment/regional-cinema/rrr-motion-poster-film-601302
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
VA L U E S
Friends with similar values and
initial distrust
They are two different but
complementary personalities who make a
formidable team and inspire many
people.
Image Reference - https://economictimes.indiatimes.com/news/new-updates/netizens-criticise-bafta-awards-on-twitter-for-not-
nominating-and-awarding-rrr-read-here/articleshow/98090880.cms
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
JOIN HANDS FOR COMMON
MISSION
Bhim and Raju plan their final attack on Scott’s fortress and sacrifice their lives for the
freedom of our country
Image Reference - https://www.imdb.com/title/tt8178634/mediaviewer/rm3319999233?ref_=ttmi_mi_all_sf_20nominating-and-awarding-
rrr-read-here/articleshow/98090880.cms
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
K EY
TAKEAWAYS
• Reduce-Reuse-Recycle tools and
techniques between development and
testing
• Key takeaways
1. Simple practical tips of clean coding
practices, checklists for environments
2. Tools and Techniques at grass root level
3. Agile upstream and downstream value
streams that help in-sprint automation.
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
A G E N DA
1
3
2
4
Analysis - Test Automation Strategy
Overall layering of test, objective wise,
ease debugging and fail fast system,
Design - Automation Framework Development
Helps develop software that can run
automated tests on CI/CD pipeline
Coding - Automation Script Development
Living documentation of system in production.
These need to be updated and maintained on an
ongoing basis
Testing - Test Environment & Playback
Playback system and configuration to develop a
fast feedback system on CI/CD pipeline
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
A G E N DA
1
Analysis - Test Automation Strategy
Overall layering of test, objective wise,
ease debugging and fail fast system,
Collaborate
CommonVisual Board
Collaborate for
Test Pyramid
Image Reference - https://wallpaperaccess.com/rrr
https://martinfowler.com/bliki/images/testPyramid/test-pyramid.png
https://www.pinclipart.com/downpngs/iTTbTm_kanban-board-kanban-png-clipart/
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
Dependencies
SUT
Tests/Scripts
Test
Framework
TEST SETUP
• Complexity of test setup
• Test Environment & Dependencies
• Initial investment in implementation
• Timespan of test execution
SUT
• Granularity of SUT
• Dependencies needed
T E S T AU T O M AT I O N S T R AT E G Y
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
Component Tests
Integration Tests
End to End
Contract Tests
UnitTests
Reference - https://martinfowler.com/articles/microservice-testing/
Number
of
Tests
Size
of
SUT
Test
Setup
Complexity
Key is to REDUCE no of UI/Functional TEST.
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
T E S T A U T O M A T I O N
S T R A T E G Y
REUSE AgileValue stream to collaborate
Single source of truth; make work visible
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
A G E N DA
1
2
Analysis - Test Automation Strategy
Overall layering of test, objective wise,
ease debugging and fail fast system,
Design - Automation Framework Development
Helps develop software that can run
automated tests on CI/CD pipeline
LAYERED ARCHITECTURE
Image Reference - https://filmcolossus.com/rrr-explained-10-shots/
https://miro.medium.com/v2/resize:fit:1191/1*jNx5bZR301i1gb4Dq
_qzMQ.png
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
REUSable Components/Keywords/Utilities
Business API
Domain Function
Library
Tool Layer
Using
Tool/SELENIUM
Built In API
Control
Library
Interface
Tool Layer
Make use of SELENIUM built in APIs to
interact with UI components in rendered
DOM
Control Layer
with enhanced reporting,logging and exception
handling of events
Business API (Keywords) /
POM (Selenium)
Scenario
Business case Script / Gherkin (Cucumber)
D E S I G N
A U T O M A T I O N F R A M E W O R K D E V E L O P M E N T
2
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
A G E N DA
1
3
2
4
Analysis - Test Automation Strategy
Overall layering of test, objective wise,
ease debugging and fail fast system,
Design - Automation Framework Development
Helps develop software that can run
automated tests on CI/CD pipeline
Coding - Automation Script Development
Living documentation of system in production.
These need to be updated and maintained on an
ongoing basis
Testing - Test Environment & Playback
Playback system and configuration to develop a
fast feedback system on CI/CD pipeline
SYSTEMATICWORKFLOW
Image Reference -https://wallpaperaccess.com/rrr
https://testsigma.com/tools/desktop-automation-tools/
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
S C R I P T
D E V E L O P M E N T
Reuse TDD – BDD
Reusable classes
Recycle test data (setup, tear down)
01 | Scenario/Test clarity in terms of functionality
02 | Clarity of Test Data
03 | New API/Keywords/Classes
04 | Plan for code-test-publish
https://learning-center.homesciencetools.com/wp-content/uploads/butterfly-life-cycle-thumbnail-1280x720.jpg
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
S C R I P T
D E V E L O P M E N T
Reuse TDD – BDD
Reusable classes
Recycle test data (setup, tear down)
Define Scenarios
Define Data Plan
Develop new Business API /
POM
Test the Script/Feature file
Push for Playback on
CI/CD
Define Script/Step
definitions
01 | Scenario/Test clarity in terms of functionality
02 | Clarity of Test Data
03 | New API/Keywords/Classes
04 | Plan for code-test-publish
https://learning-center.homesciencetools.com/wp-content/uploads/butterfly-life-cycle-thumbnail-1280x720.jpg
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
S C R I P T D E V E L O P M E N T
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
S C R I P T D E V E L O P M E N T C H E C K L I S T
Avoid Data Dependency
Small static, random,
REST, Prod copy, distinct
Avoid Lengthy Scripts
Single purpose, easy to
debug
Business Language
Self explanatory
scenarios, data,API, Class
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
A G E N DA
1
3
2
4
Analysis - Test Automation Strategy
Overall layering of test, objective wise,
ease debugging and fail fast system,
Design - Automation Framework Development
Helps develop software that can run
automated tests on CI/CD pipeline
Coding - Automation Script Development
Living documentation of system in production.
These need to be updated and maintained on an
ongoing basis
Testing - Test Environment & Playback
Playback system and configuration to develop a
fast feedback system on CI/CD pipeline
Image Reference - https://thecinemaholic.com/where-was-rrr-filmed/
https://previews.123rf.com/images/iqoncept/iqoncept1510/iqoncept1
51000068/46722299-sanity-check-mark-in-box-to-illustrate-
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
Bare Metal Machine
● Correct version of
software installed
● Startup, scheduled
events stopped
● Anti virus popup
stopped
● Auto Upgrade paused
EC2 Machine
● CPU, Mem , network
resource allocation
depending on suite size
● Logs and test results data
persistence post playback
to s3 or DB
Containerized
● Required
dependencies libraries
are mapped in docker
compose
● Mounting referenced
files
T E S T E N V I RO N M E N T
DEV QA UAT environments are replicas standardized and reused. Spawned and escalated if
previous stage succeeds. Unit, Service, functional Sequence runs parallel to perf and security.
Environment sanitization is key
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
A G E N D A
1
3
2
4
Analysis - Test Automation Strategy
Overall layering of test, objective wise,
ease debugging and fail fast system,
Design - Automation Framework Development
Helps develop software that can run
automated tests on CI/CD pipeline
Coding - Automation Script Development
Living documentation of system in production.
These need to be updated and maintained on an
ongoing basis
Testing - Test Environment & Playback
Playback system and configuration to develop a
fast feedback system on CI/CD pipeline
INSTITUTIONALIZE
BEST PRACTICES
Image Reference -https://filmcolossus.com/rrr-explained-10-shots/
https://cdn-icons-png.flaticon.com/512/8555/8555318.png.jpg
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
R R R O F D E V P R A C T I C E S
Lesser the better Earlier the better Be watchful throughout Continuously
Code Test Maintain Measure
• IDE Plugin for Coding
Conventions
• SONAR Scan
• DSL Layer publish to
nexus
• Version control -
snapshots
• Merge Request
Review process
• Follow layered
approach, test the test
script
• Do not put it in
mainline till it passes
locally
• Newly publish test
observe for a specified
time in mainline
• Track broken windows
• Tech Debt clearance
week
• Stop the pipeline if
failures more than cut-off
• Don't run DEFECTs
impacted scripts till fixed
• Separate out FLAKY test.
• Time per script
• SuiteTime`
• Pass-Fail %
• GenuineVs Non-Genuine
Failures
• Code/Module Coverage,
tools like Drill4J
• Trend Analysis –
ReportPortal.io
• Log Analytics using
Grafana-Prometheus
G lobal Testing Retreat #ATAGTR2023
2, 3 & 8, 9 December 2023
'Reduce' the redundancy of your test scripts
'Reuse' existing automation components
'Recycle' your knowledge for more efficient and sustainable testing
T H A N K YO U

More Related Content

Similar to #Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at #ATAGTR2023.

Karthik_Resume
Karthik_ResumeKarthik_Resume
Karthik_ResumeKarthik Sp
 
AWSの提供するioTソリューションと実例
AWSの提供するioTソリューションと実例AWSの提供するioTソリューションと実例
AWSの提供するioTソリューションと実例
Takashi Koyanagawa
 
IRJET- Validation of Storage Devices with Serial Advanced Technology Attachm...
IRJET-  Validation of Storage Devices with Serial Advanced Technology Attachm...IRJET-  Validation of Storage Devices with Serial Advanced Technology Attachm...
IRJET- Validation of Storage Devices with Serial Advanced Technology Attachm...
IRJET Journal
 
Building application in a "Microfrontends" way - Matthias Lauf *XConf Manchester
Building application in a "Microfrontends" way - Matthias Lauf *XConf ManchesterBuilding application in a "Microfrontends" way - Matthias Lauf *XConf Manchester
Building application in a "Microfrontends" way - Matthias Lauf *XConf Manchester
Thoughtworks
 
Sanjay Kumar resume
Sanjay Kumar resumeSanjay Kumar resume
Sanjay Kumar resumeSanjay kumar
 
Munish_Updated Resume
Munish_Updated ResumeMunish_Updated Resume
Munish_Updated Resumemunish raj
 
Supercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuerySupercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuery
Márton Kodok
 
Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...
Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...
Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...
Thoughtworks
 
Security and Trust in an Industrial Grid Project
Security and Trust in an Industrial Grid ProjectSecurity and Trust in an Industrial Grid Project
Security and Trust in an Industrial Grid Project
Andreas Schreiber
 
HOUSE PRICE ESTIMATION USING DATA SCIENCE AND ML
HOUSE PRICE ESTIMATION USING DATA SCIENCE AND MLHOUSE PRICE ESTIMATION USING DATA SCIENCE AND ML
HOUSE PRICE ESTIMATION USING DATA SCIENCE AND ML
IRJET Journal
 
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Domenico Conte
 
Jasper Reports
Jasper ReportsJasper Reports
Jasper ReportsEnkitec
 
A Taxonomy of Clustering, or, No Container is an Island
A Taxonomy of Clustering, or, No Container is an IslandA Taxonomy of Clustering, or, No Container is an Island
A Taxonomy of Clustering, or, No Container is an Island
Ted M. Young
 
comments for simulations part I.pdf
comments for simulations part I.pdfcomments for simulations part I.pdf
comments for simulations part I.pdf
JeanMarshall8
 
comments for simulations part I.pdf
comments for simulations part I.pdfcomments for simulations part I.pdf
comments for simulations part I.pdf
JeanMarshall8
 
U. J o h n Tan i k P h .D. Apri l 2 014 SOF.docx
U. J o h n  Tan i k  P h .D.  Apri l  2 014  SOF.docxU. J o h n  Tan i k  P h .D.  Apri l  2 014  SOF.docx
U. J o h n Tan i k P h .D. Apri l 2 014 SOF.docx
ouldparis
 

Similar to #Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at #ATAGTR2023. (20)

Karthik_Resume
Karthik_ResumeKarthik_Resume
Karthik_Resume
 
AWSの提供するioTソリューションと実例
AWSの提供するioTソリューションと実例AWSの提供するioTソリューションと実例
AWSの提供するioTソリューションと実例
 
IRJET- Validation of Storage Devices with Serial Advanced Technology Attachm...
IRJET-  Validation of Storage Devices with Serial Advanced Technology Attachm...IRJET-  Validation of Storage Devices with Serial Advanced Technology Attachm...
IRJET- Validation of Storage Devices with Serial Advanced Technology Attachm...
 
Building application in a "Microfrontends" way - Matthias Lauf *XConf Manchester
Building application in a "Microfrontends" way - Matthias Lauf *XConf ManchesterBuilding application in a "Microfrontends" way - Matthias Lauf *XConf Manchester
Building application in a "Microfrontends" way - Matthias Lauf *XConf Manchester
 
Sanjay Kumar resume
Sanjay Kumar resumeSanjay Kumar resume
Sanjay Kumar resume
 
Monika Jayant_CV
Monika Jayant_CVMonika Jayant_CV
Monika Jayant_CV
 
Munish_Updated Resume
Munish_Updated ResumeMunish_Updated Resume
Munish_Updated Resume
 
VIJAY KUMAR GUPTA exp 2017
VIJAY KUMAR GUPTA exp 2017VIJAY KUMAR GUPTA exp 2017
VIJAY KUMAR GUPTA exp 2017
 
Weihua_Resume
Weihua_ResumeWeihua_Resume
Weihua_Resume
 
Supercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuerySupercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuery
 
Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...
Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...
Building application in a "Microfrontends" way - Prasanna N Venkatesen *XConf...
 
Security and Trust in an Industrial Grid Project
Security and Trust in an Industrial Grid ProjectSecurity and Trust in an Industrial Grid Project
Security and Trust in an Industrial Grid Project
 
HOUSE PRICE ESTIMATION USING DATA SCIENCE AND ML
HOUSE PRICE ESTIMATION USING DATA SCIENCE AND MLHOUSE PRICE ESTIMATION USING DATA SCIENCE AND ML
HOUSE PRICE ESTIMATION USING DATA SCIENCE AND ML
 
Resume
ResumeResume
Resume
 
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
 
Jasper Reports
Jasper ReportsJasper Reports
Jasper Reports
 
A Taxonomy of Clustering, or, No Container is an Island
A Taxonomy of Clustering, or, No Container is an IslandA Taxonomy of Clustering, or, No Container is an Island
A Taxonomy of Clustering, or, No Container is an Island
 
comments for simulations part I.pdf
comments for simulations part I.pdfcomments for simulations part I.pdf
comments for simulations part I.pdf
 
comments for simulations part I.pdf
comments for simulations part I.pdfcomments for simulations part I.pdf
comments for simulations part I.pdf
 
U. J o h n Tan i k P h .D. Apri l 2 014 SOF.docx
U. J o h n  Tan i k  P h .D.  Apri l  2 014  SOF.docxU. J o h n  Tan i k  P h .D.  Apri l  2 014  SOF.docx
U. J o h n Tan i k P h .D. Apri l 2 014 SOF.docx
 

More from Agile Testing Alliance

#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
Agile Testing Alliance
 
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
#Interactive Session by  Ajay Balamurugadas, "Where Are The Real Testers In T...#Interactive Session by  Ajay Balamurugadas, "Where Are The Real Testers In T...
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
Agile Testing Alliance
 
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
#Interactive Session by  Jishnu Nambiar and  Mayur Ovhal, "Monitoring Web Per...#Interactive Session by  Jishnu Nambiar and  Mayur Ovhal, "Monitoring Web Per...
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
Agile Testing Alliance
 
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
Agile Testing Alliance
 
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
Agile Testing Alliance
 
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
Agile Testing Alliance
 
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
Agile Testing Alliance
 
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
Agile Testing Alliance
 
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
Agile Testing Alliance
 
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
Agile Testing Alliance
 
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
Agile Testing Alliance
 
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
Agile Testing Alliance
 
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
Agile Testing Alliance
 
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
#Interactive Session by  Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...#Interactive Session by  Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
Agile Testing Alliance
 
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
Agile Testing Alliance
 
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
Agile Testing Alliance
 
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
Agile Testing Alliance
 
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
Agile Testing Alliance
 
#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...
#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...
#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...
Agile Testing Alliance
 
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
Agile Testing Alliance
 

More from Agile Testing Alliance (20)

#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
 
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
#Interactive Session by  Ajay Balamurugadas, "Where Are The Real Testers In T...#Interactive Session by  Ajay Balamurugadas, "Where Are The Real Testers In T...
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
 
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
#Interactive Session by  Jishnu Nambiar and  Mayur Ovhal, "Monitoring Web Per...#Interactive Session by  Jishnu Nambiar and  Mayur Ovhal, "Monitoring Web Per...
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
 
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
 
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
 
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
 
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
 
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
 
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
 
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
 
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
 
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
 
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
 
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
#Interactive Session by  Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...#Interactive Session by  Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
 
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
 
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
 
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
 
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
 
#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...
#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...
#Interactive Session by Sumit Mundhada, "Observability in Software Testing" a...
 
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
#Interactive Session by Sujeet Kumar Maurya, "Performance engineering with AI...
 

Recently uploaded

FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 

#Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at #ATAGTR2023.

  • 1. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 R E D U C E R E U S E R E C Y C L E ( RRR) O F T E S T A U T O M A T I O N M A I N T E N A N C E Ashwini Lalit Global Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023
  • 2. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 R E D U C E R E U S E R E C Y C L E ( RRR) O F T E S T A U T O M A T I O N M A I N T E N A N C E Global Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 ● Test Evangelist ● Speaker at community meet-ups ● Product Quality Engineering across product lines @NimbleWork ● BDD Practitioner ● Training teams for continuous improvement, continuous testing, Microservices Testing strategy, building robust, reliable, and high-quality software solutions ● Urban Farming enthusiast Ashwini Lalit Senior Manager - Product Quality NimbleWork, Inc
  • 3. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 R E D U C E R E U S E R E C Y C L E ( RRR) O F T E S T A U T O M A T I O N M A I N T E N A N C E Global Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 N i m b l e W o r k , I n c An AI-powered Adaptive Project and Work Management product company.
  • 4. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 Image Reference - https://www.indiatvnews.com/entertainment/regional-cinema/rrr-motion-poster-film-601302
  • 5. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 VA L U E S Friends with similar values and initial distrust They are two different but complementary personalities who make a formidable team and inspire many people. Image Reference - https://economictimes.indiatimes.com/news/new-updates/netizens-criticise-bafta-awards-on-twitter-for-not- nominating-and-awarding-rrr-read-here/articleshow/98090880.cms
  • 6. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 JOIN HANDS FOR COMMON MISSION Bhim and Raju plan their final attack on Scott’s fortress and sacrifice their lives for the freedom of our country Image Reference - https://www.imdb.com/title/tt8178634/mediaviewer/rm3319999233?ref_=ttmi_mi_all_sf_20nominating-and-awarding- rrr-read-here/articleshow/98090880.cms
  • 7. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 K EY TAKEAWAYS • Reduce-Reuse-Recycle tools and techniques between development and testing • Key takeaways 1. Simple practical tips of clean coding practices, checklists for environments 2. Tools and Techniques at grass root level 3. Agile upstream and downstream value streams that help in-sprint automation.
  • 8. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 A G E N DA 1 3 2 4 Analysis - Test Automation Strategy Overall layering of test, objective wise, ease debugging and fail fast system, Design - Automation Framework Development Helps develop software that can run automated tests on CI/CD pipeline Coding - Automation Script Development Living documentation of system in production. These need to be updated and maintained on an ongoing basis Testing - Test Environment & Playback Playback system and configuration to develop a fast feedback system on CI/CD pipeline
  • 9. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 A G E N DA 1 Analysis - Test Automation Strategy Overall layering of test, objective wise, ease debugging and fail fast system, Collaborate CommonVisual Board Collaborate for Test Pyramid Image Reference - https://wallpaperaccess.com/rrr https://martinfowler.com/bliki/images/testPyramid/test-pyramid.png https://www.pinclipart.com/downpngs/iTTbTm_kanban-board-kanban-png-clipart/
  • 10. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 Dependencies SUT Tests/Scripts Test Framework TEST SETUP • Complexity of test setup • Test Environment & Dependencies • Initial investment in implementation • Timespan of test execution SUT • Granularity of SUT • Dependencies needed T E S T AU T O M AT I O N S T R AT E G Y
  • 11. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 Component Tests Integration Tests End to End Contract Tests UnitTests Reference - https://martinfowler.com/articles/microservice-testing/ Number of Tests Size of SUT Test Setup Complexity Key is to REDUCE no of UI/Functional TEST.
  • 12. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 T E S T A U T O M A T I O N S T R A T E G Y REUSE AgileValue stream to collaborate Single source of truth; make work visible
  • 13. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 A G E N DA 1 2 Analysis - Test Automation Strategy Overall layering of test, objective wise, ease debugging and fail fast system, Design - Automation Framework Development Helps develop software that can run automated tests on CI/CD pipeline LAYERED ARCHITECTURE Image Reference - https://filmcolossus.com/rrr-explained-10-shots/ https://miro.medium.com/v2/resize:fit:1191/1*jNx5bZR301i1gb4Dq _qzMQ.png
  • 14. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 REUSable Components/Keywords/Utilities Business API Domain Function Library Tool Layer Using Tool/SELENIUM Built In API Control Library Interface Tool Layer Make use of SELENIUM built in APIs to interact with UI components in rendered DOM Control Layer with enhanced reporting,logging and exception handling of events Business API (Keywords) / POM (Selenium) Scenario Business case Script / Gherkin (Cucumber) D E S I G N A U T O M A T I O N F R A M E W O R K D E V E L O P M E N T 2
  • 15. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 A G E N DA 1 3 2 4 Analysis - Test Automation Strategy Overall layering of test, objective wise, ease debugging and fail fast system, Design - Automation Framework Development Helps develop software that can run automated tests on CI/CD pipeline Coding - Automation Script Development Living documentation of system in production. These need to be updated and maintained on an ongoing basis Testing - Test Environment & Playback Playback system and configuration to develop a fast feedback system on CI/CD pipeline SYSTEMATICWORKFLOW Image Reference -https://wallpaperaccess.com/rrr https://testsigma.com/tools/desktop-automation-tools/
  • 16. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 S C R I P T D E V E L O P M E N T Reuse TDD – BDD Reusable classes Recycle test data (setup, tear down) 01 | Scenario/Test clarity in terms of functionality 02 | Clarity of Test Data 03 | New API/Keywords/Classes 04 | Plan for code-test-publish https://learning-center.homesciencetools.com/wp-content/uploads/butterfly-life-cycle-thumbnail-1280x720.jpg
  • 17. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 S C R I P T D E V E L O P M E N T Reuse TDD – BDD Reusable classes Recycle test data (setup, tear down) Define Scenarios Define Data Plan Develop new Business API / POM Test the Script/Feature file Push for Playback on CI/CD Define Script/Step definitions 01 | Scenario/Test clarity in terms of functionality 02 | Clarity of Test Data 03 | New API/Keywords/Classes 04 | Plan for code-test-publish https://learning-center.homesciencetools.com/wp-content/uploads/butterfly-life-cycle-thumbnail-1280x720.jpg
  • 18. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 S C R I P T D E V E L O P M E N T
  • 19. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 S C R I P T D E V E L O P M E N T C H E C K L I S T Avoid Data Dependency Small static, random, REST, Prod copy, distinct Avoid Lengthy Scripts Single purpose, easy to debug Business Language Self explanatory scenarios, data,API, Class
  • 20. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 A G E N DA 1 3 2 4 Analysis - Test Automation Strategy Overall layering of test, objective wise, ease debugging and fail fast system, Design - Automation Framework Development Helps develop software that can run automated tests on CI/CD pipeline Coding - Automation Script Development Living documentation of system in production. These need to be updated and maintained on an ongoing basis Testing - Test Environment & Playback Playback system and configuration to develop a fast feedback system on CI/CD pipeline Image Reference - https://thecinemaholic.com/where-was-rrr-filmed/ https://previews.123rf.com/images/iqoncept/iqoncept1510/iqoncept1 51000068/46722299-sanity-check-mark-in-box-to-illustrate-
  • 21. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 Bare Metal Machine ● Correct version of software installed ● Startup, scheduled events stopped ● Anti virus popup stopped ● Auto Upgrade paused EC2 Machine ● CPU, Mem , network resource allocation depending on suite size ● Logs and test results data persistence post playback to s3 or DB Containerized ● Required dependencies libraries are mapped in docker compose ● Mounting referenced files T E S T E N V I RO N M E N T DEV QA UAT environments are replicas standardized and reused. Spawned and escalated if previous stage succeeds. Unit, Service, functional Sequence runs parallel to perf and security. Environment sanitization is key
  • 22. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 A G E N D A 1 3 2 4 Analysis - Test Automation Strategy Overall layering of test, objective wise, ease debugging and fail fast system, Design - Automation Framework Development Helps develop software that can run automated tests on CI/CD pipeline Coding - Automation Script Development Living documentation of system in production. These need to be updated and maintained on an ongoing basis Testing - Test Environment & Playback Playback system and configuration to develop a fast feedback system on CI/CD pipeline INSTITUTIONALIZE BEST PRACTICES Image Reference -https://filmcolossus.com/rrr-explained-10-shots/ https://cdn-icons-png.flaticon.com/512/8555/8555318.png.jpg
  • 23. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 R R R O F D E V P R A C T I C E S Lesser the better Earlier the better Be watchful throughout Continuously Code Test Maintain Measure • IDE Plugin for Coding Conventions • SONAR Scan • DSL Layer publish to nexus • Version control - snapshots • Merge Request Review process • Follow layered approach, test the test script • Do not put it in mainline till it passes locally • Newly publish test observe for a specified time in mainline • Track broken windows • Tech Debt clearance week • Stop the pipeline if failures more than cut-off • Don't run DEFECTs impacted scripts till fixed • Separate out FLAKY test. • Time per script • SuiteTime` • Pass-Fail % • GenuineVs Non-Genuine Failures • Code/Module Coverage, tools like Drill4J • Trend Analysis – ReportPortal.io • Log Analytics using Grafana-Prometheus
  • 24. G lobal Testing Retreat #ATAGTR2023 2, 3 & 8, 9 December 2023 'Reduce' the redundancy of your test scripts 'Reuse' existing automation components 'Recycle' your knowledge for more efficient and sustainable testing T H A N K YO U