SlideShare a Scribd company logo
1 of 24
Download to read offline
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 ManchesterThoughtworks
 
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 BigQueryMá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 ProjectAndreas 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 MLIRJET Journal
 
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 IslandTed M. Young
 
comments for simulations part I.pdf
comments for simulations part I.pdfcomments for simulations part I.pdf
comments for simulations part I.pdfJeanMarshall8
 
comments for simulations part I.pdf
comments for simulations part I.pdfcomments for simulations part I.pdf
comments for simulations part I.pdfJeanMarshall8
 
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.docxouldparis
 
DATA @ NFLX (Tableau Conference 2014 Presentation)
DATA @ NFLX (Tableau Conference 2014 Presentation)DATA @ NFLX (Tableau Conference 2014 Presentation)
DATA @ NFLX (Tableau Conference 2014 Presentation)Blake Irvine
 

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
 
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
 
DATA @ NFLX (Tableau Conference 2014 Presentation)
DATA @ NFLX (Tableau Conference 2014 Presentation)DATA @ NFLX (Tableau Conference 2014 Presentation)
DATA @ NFLX (Tableau Conference 2014 Presentation)
 

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

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

#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