SlideShare a Scribd company logo
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Speed Up Your Regression Testing
Cycles with Data Analytics
Abhijit Bangde
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Challenges in Development Organizations
• Regressions are run to detect integration errors, however, as a codebase matures
and grows, its regression test suite also grows.
• Running a full regression test on the mature codebase might take hours, slowing
down the frequency of integrations.
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Long wait And Trade off..
• Running all tests means long wait for feedback
• Even after running all the tests they cannot tell what part of the code
was tested, or even how much of the application was ever tested
• As such, developers are forced to trade-off software quality for slower
CI cycles or scale down testing and end up with buggy releases
• With DevOps and Agile requiring continuous testing for each and
every build, dev teams need a way to speed up the execution of test
suites
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Need..
Need of change impact analysis technique had arisen due to the
inherent difficulty in generating, collating and analysing all the
necessary data required to accurately determine release readiness
(especially in real-time).
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Click to add text
Click tosdkf;s add text
• Should provide immediate insights into the tests impacted by code changes
• Should help in prioritizing and executing regression tests based on their efficacy in
detecting bugs.
• Should reduce the total number of tests needed to run
• Eventually should reduce untested code changes from reaching production.
Expectation from Coverage Analytics
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Behind the scene
• Track the code coverage for every single test ,
thereby tracing all the paths for every test that you
ran in your testing suite.
• Track the code changes committed in each build
• Use Machine Learning algorithms on the collected
code Coverage Vs Test(s) map , thus giving the
optimal results of “which test touched which code”.
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Coverage tracking..
DBMS_Profiler
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Reports Java
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Reports PL/SQL
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Reports JS
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
• Determining release readiness and improving release
quality by analysing test executions across all testing
frameworks.
• Helps facilitate more efficient sprint planning and
execution
To Conclude..
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Questions
?
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
#ATAGTR2020
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Thank You

More Related Content

PPTX
#ATAGTR2020 Presentation - Case study for holistic approach to IoT testing
PDF
#ATAGTR2018 Presentation "How a fortune 500 case Study Changed The Way We Do ...
PPTX
#ATAGTR2020 Presentation - Workflow Testing: 10 Scenarios to be Covered by Te...
PPTX
#ATAGTR2019 Presentation "How analytics is reshaping testing?!" By Himani Yad...
PPTX
Making DevOps a reality for Legacy Enterprise Monolithic Products
PPTX
Linuxkit and Moby - A Sneek Peek into The Future of Container Ecosystem
PPTX
#ATAGTR2018 Presentation "Design Patterns in Test Automation" By Shrinathacha...
PPTX
#ATAGTR2019 Presentation "Curtailing Automation Impediments: Refactoring Auto...
#ATAGTR2020 Presentation - Case study for holistic approach to IoT testing
#ATAGTR2018 Presentation "How a fortune 500 case Study Changed The Way We Do ...
#ATAGTR2020 Presentation - Workflow Testing: 10 Scenarios to be Covered by Te...
#ATAGTR2019 Presentation "How analytics is reshaping testing?!" By Himani Yad...
Making DevOps a reality for Legacy Enterprise Monolithic Products
Linuxkit and Moby - A Sneek Peek into The Future of Container Ecosystem
#ATAGTR2018 Presentation "Design Patterns in Test Automation" By Shrinathacha...
#ATAGTR2019 Presentation "Curtailing Automation Impediments: Refactoring Auto...

What's hot (8)

PDF
Windows automation with ansible
PDF
Using Insights to Build Better Products and Grow on Twitch
PPTX
Build and Deploy Pipelines, or How I Learned to Stop Worrying and Love Deplo...
PDF
Rapid Prototyping Twitch Extensions: Five Lessons Learned
PPTX
Video Optimization Opportunities Through Serp Analysis
PDF
Test your own stuff agile testing days usa 2018
PDF
Work with Developers for Fun and Progress - AppSec California
PDF
shanghai
Windows automation with ansible
Using Insights to Build Better Products and Grow on Twitch
Build and Deploy Pipelines, or How I Learned to Stop Worrying and Love Deplo...
Rapid Prototyping Twitch Extensions: Five Lessons Learned
Video Optimization Opportunities Through Serp Analysis
Test your own stuff agile testing days usa 2018
Work with Developers for Fun and Progress - AppSec California
shanghai
Ad

Similar to #ATAGTR2020 Presentation - Speed Up Your Regression Testing Cycles with Data Analytics (20)

PPTX
#ATAGTR2020 Presentation - Joan’s Rainbow Cake – Descriptive Agile testing wi...
PPTX
#ATAGTR2020 Presentation - Redefining DevOps for seamless performance testing
PPTX
#ATAGTR2020 Presentation - Multiplatform Test Automation Framework Solution w...
PDF
#ATAGTR2019 Presentation "Top 10 quality engineering best practices to achiev...
PPTX
#ATAGTR2018 Presentation - 'Is your Testing Organization Propelling your Agil...
PPTX
#ATAGTR2020 Presentation - Shift Testing Left-Right-Left
PPTX
Introduction to ATA Pune 17th Meetup
PDF
#ATAGTR2020 Presentation - Think Big. Think Cloud – In a quest to find the si...
PPTX
#ATAGTR2019 Presentation "Delivering Cx through Continuous Performance Assura...
PPTX
#ATAGTR2020 Presentation - The Splunk Integration for Futuristic NFT in DevOp...
PPTX
#ATAGTR2018 Presentation "Machine Learning as a decision support system for Q...
PPTX
#ATAGTR2019 Presentation "Blockchain and Continuous Testing" By Rutvikkumar Mrug
PDF
Agile Testing Alliance Chapter and Meetup Details - June 2016
PDF
Ata pune meetup15 introduction and context setting
PPTX
Introduction to ATA Mumbai 19th Meetup
PDF
Agile Testing Alliance 5th meetup introduction by Brijesh
PPTX
#ATAGTR2019 Presentation "Re-imagining Quality Assurance in the age of Digiti...
PPTX
Software-Testing-Chapgdgdgsghshshshshshshs
PDF
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
PPT
PFCongres - Test Improvement 4 Agile
#ATAGTR2020 Presentation - Joan’s Rainbow Cake – Descriptive Agile testing wi...
#ATAGTR2020 Presentation - Redefining DevOps for seamless performance testing
#ATAGTR2020 Presentation - Multiplatform Test Automation Framework Solution w...
#ATAGTR2019 Presentation "Top 10 quality engineering best practices to achiev...
#ATAGTR2018 Presentation - 'Is your Testing Organization Propelling your Agil...
#ATAGTR2020 Presentation - Shift Testing Left-Right-Left
Introduction to ATA Pune 17th Meetup
#ATAGTR2020 Presentation - Think Big. Think Cloud – In a quest to find the si...
#ATAGTR2019 Presentation "Delivering Cx through Continuous Performance Assura...
#ATAGTR2020 Presentation - The Splunk Integration for Futuristic NFT in DevOp...
#ATAGTR2018 Presentation "Machine Learning as a decision support system for Q...
#ATAGTR2019 Presentation "Blockchain and Continuous Testing" By Rutvikkumar Mrug
Agile Testing Alliance Chapter and Meetup Details - June 2016
Ata pune meetup15 introduction and context setting
Introduction to ATA Mumbai 19th Meetup
Agile Testing Alliance 5th meetup introduction by Brijesh
#ATAGTR2019 Presentation "Re-imagining Quality Assurance in the age of Digiti...
Software-Testing-Chapgdgdgsghshshshshshshs
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
PFCongres - Test Improvement 4 Agile
Ad

More from Agile Testing Alliance (20)

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

Recently uploaded (20)

PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
KodekX | Application Modernization Development
PPT
Teaching material agriculture food technology
PPTX
Spectroscopy.pptx food analysis technology
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Approach and Philosophy of On baking technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Electronic commerce courselecture one. Pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
The AUB Centre for AI in Media Proposal.docx
Encapsulation_ Review paper, used for researhc scholars
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
KodekX | Application Modernization Development
Teaching material agriculture food technology
Spectroscopy.pptx food analysis technology
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
cuic standard and advanced reporting.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Approach and Philosophy of On baking technology
Network Security Unit 5.pdf for BCA BBA.
Digital-Transformation-Roadmap-for-Companies.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Electronic commerce courselecture one. Pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
NewMind AI Weekly Chronicles - August'25 Week I
Per capita expenditure prediction using model stacking based on satellite ima...

#ATAGTR2020 Presentation - Speed Up Your Regression Testing Cycles with Data Analytics

  • 1. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Speed Up Your Regression Testing Cycles with Data Analytics Abhijit Bangde
  • 2. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Challenges in Development Organizations • Regressions are run to detect integration errors, however, as a codebase matures and grows, its regression test suite also grows. • Running a full regression test on the mature codebase might take hours, slowing down the frequency of integrations.
  • 3. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Long wait And Trade off.. • Running all tests means long wait for feedback • Even after running all the tests they cannot tell what part of the code was tested, or even how much of the application was ever tested • As such, developers are forced to trade-off software quality for slower CI cycles or scale down testing and end up with buggy releases • With DevOps and Agile requiring continuous testing for each and every build, dev teams need a way to speed up the execution of test suites
  • 4. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Need.. Need of change impact analysis technique had arisen due to the inherent difficulty in generating, collating and analysing all the necessary data required to accurately determine release readiness (especially in real-time).
  • 5. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Click to add text Click tosdkf;s add text • Should provide immediate insights into the tests impacted by code changes • Should help in prioritizing and executing regression tests based on their efficacy in detecting bugs. • Should reduce the total number of tests needed to run • Eventually should reduce untested code changes from reaching production. Expectation from Coverage Analytics
  • 6. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Behind the scene • Track the code coverage for every single test , thereby tracing all the paths for every test that you ran in your testing suite. • Track the code changes committed in each build • Use Machine Learning algorithms on the collected code Coverage Vs Test(s) map , thus giving the optimal results of “which test touched which code”.
  • 7. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Coverage tracking.. DBMS_Profiler
  • 8. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Reports Java
  • 9. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Reports PL/SQL
  • 10. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Reports JS
  • 11. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) • Determining release readiness and improving release quality by analysing test executions across all testing frameworks. • Helps facilitate more efficient sprint planning and execution To Conclude..
  • 12. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Questions ?
  • 13. #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) #ATAGTR2020 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Thank You