SlideShare a Scribd company logo
Continuous Testing
Maximising Velocity, Quality
and Customer Happiness
June 19, 2018
About Me
|Gerie Owen
• VP, Knowledge & Innovation--US at QualiTest
Group
• Speaker and Writer on Testing topics
• Experienced Tester, Test Lead, & Test
Architect
• Gerie can be reached:
• gowen@qualitestgroup.com
• www.gerieowen.com,
• her blog, Testing in the Trenches, is at
https://testinggirl.wordpress.com/
• @GerieOwen on Twitter and on
• http://www.linkedin.com/in/gerieowen
2
Agenda
| Why Continuous Testing?
| Continuous Testing Explained
| Implementing Continuous Testing
| Streamlining the Test Process
| Developing a Test Strategy for Continuous Testing
| Monitoring in Production
Why Continuous Testing?
|Velocity
|AND
|Quality
4
Increasing Velocity AND Quality
| Agile and DevOps
• Testing Cycles must be shortened yet quality must be increased
• Increase in microservices architectures require high-quality functional testing including automated API testing
• Builds, Integrations and deployments are automated; testing must be integrated into the pipeline
5
Why Continuous Testing?
Customer Happiness
6
Customer Happiness
| Customers demand Quality more than ever before
| When customers encounter bugs, performance issues and usability issues, they
• Choose your competitor
• Expound about their issue with your website in the social media
| Customer Happiness is critical to the success of your organization
| Testers are the champions of quality
| Testers are the guardians of the organization’s reputation
7
Continuous Testing
| A core capability in Agile and DevOps where all testing activities run continuously in an
integrated fashion with development and delivery. Immediate bug fixing is enabled,
test environments are provisioned instantly, and unit, functional, and nonfunctional
tests are run in an automated way, orchestrated by continuous integration and
continuous delivery tools. The Forrester Wave™: Modern Application Functional Test Automation Tools, Q4
2016
8
Continuous Testing
| Continuous testing is an approach to managing risk by focusing on not only on
improving testing efficiency but more importantly, increasing the effectiveness of our
test processes.
9
Continuous Testing vs Test Automation
| Continuous testing requires automation, however, it encompasses much more.
10
Attributes of Continuous Testing
| Assesses business risk coverage as its primary goal
| Establishes a safety net that helps the team protect the customer experience
| Requires a stable test environment to be available on demand
| Integrates seamlessly into the software delivery pipeline and DevOps toolchain
| Delivers actionable feedback appropriate for each stage of the delivery pipeline
11
Implementing Continuous Testing
| Engage in continuous risk analysis and process improvement
| Increase the velocity of current quality assurance process
| Implement automated testing through the entire software development process
| Develop a culture in which the entire team is responsible for quality.
12
Key Practices of Continuous Testing
|Defect Management
|Discuss their “observations” prior to logging defects.
|Fix defects immediately rather than logging and tracking.
|Test Case Management and Optimization
|Analyze individual test cases for for their quality and effectiveness.
|Evaluate test suites to determine if they are providing the maximum
amount of coverage with the fewest number of test cases.
Key Practices of Continuous Testing
|Environment Access and Availability
|Requires easy access to production-like environments.
|Automated processes for creating and verifying these environments.
|Service Virtualization and Data Management
|Processes include deployment automation, test data creation. and service
virtualization. Embraces shift left because integration testing can begin
even though all the integrations may not be completed or available.
14
Key Practices of Continuous Testing
|Advanced Analytics
|Using code change impact analysis for test optimization to determine:
•what new tests are needed,
•what old tests need updating or replacement,
•what other areas of the application have been affected and require
regression testing.
|Automated Testing
|Includes automating not only all layers of testing; but also,
•automated testing of the deployment process
• automated health checks
•feedback at each step.
15
Streamlining the Test Process
| Focus on Mitigating Business Risk
| Optimize Test Scope
| Identify and Mitigate Bottlenecks
Focus on Mitigating Business Risk
| Focus on the customer; aspects of the applications that are most important to the
customer are areas of highest risk.
| Understand the competitive climate of the organization; how important is it to be first
to market?
17
Focus on Mitigating Business Risk
| Map risks to application components, requirements and tests.
| Optimize the test suite to provide the greatest risk coverage with the fewest number of
test cases.
| Always report status in a way that highlights the business risk including, technical,
performance, and compliance perspectives.
18
Test Optimization
| An ongoing process:
19
Test Optimization
| Test Optimization encompasses risk assessment of the entire test scope:
| Analyze Test cases for quality, effectiveness and automation potential
| Evaluating the test suites to determine if they are providing the maximum amount of coverage
with the fewest number of test cases.
Optimize Test Scope
| Select end-to-end tests that focus on the critical and high-risk features of the
application.
| Understand all integrations involved in critical user workflows including the
technologies employed in those applications (web, mobile, message/API-layer etc.).
| Implement service virtualization for integrations and components that aren’t readily
available in order to run end-to-end test continuously.
| Use the most realistic data possible for each test, include synthetic data generation
where needed.
| Include exploratory testing to find user-experience and other bugs not easily found by
automated tests.
21
Optimizing Test Cases
| Tests should be focused on the functionality they are validating.
| Test should be as simple as possible; the more complex the test, the more validation is
required for the test code itself.
| Even though service virtualization can be used to fill in for missing components in
integration testing, test should as independent as possible.
Optimizing Test Suites
| Include test cases that validate high risk areas of code.
| Include test cases that validate customer-centric features.
| Include test cases that validate critical business workflows.
| Use Functional Automation tools that create multi-purpose scripts:
| Cross-Platform Testing
• Scripts should run on Desktop, Web, Mobile & Server
| Cross-Browser Testing
• Scripts should run on multiple browsers including Chrome, Edge, Safari and any others required
| Performance Testing
• Scripts should collect performance statistics including page loads etc.
Identify and Mitigate Bottlenecks
| Constraints to the test process can be found throughout from requirements through
post production checkout. Some examples:
| Testers aren’t included in backlog refinement so they don’t have the opportunity help build the
acceptance criteria.
| Testers aren’t included in sprint planning, story points may not include testing which affects
velocity.
| Defects may not be addressed on a timely basis.
| Regression suite runs too long or is ineffective.
| Post production checkout is still done manually.
| Constraints impact velocity.
24
Continuous Testing Strategy
| Components
| Increase Velocity AND Improve Quality.
| Integrate Testing throughout the Build Pipeline.
| Implement Automated Testing Checkpoints.
| Implement “Shift-Left” and “Shift Right” Non-Functional Testing.
| Implement Continuous Monitoring in Test and Production.
25
Increase Velocity AND Improve Quality
| Increase velocity
| “Shift Left”; Push automation to the base of the testing pyramid
• TDD, BDD.
| Include risked-based manual and exploratory testing.
| Implement continuous non-functional testing including:
• Performance
• Security
• Availability
• Accessibility
| Amplify automated feedback loops to enable risk-based decision-making.
26
Improve Quality
| Developers need to embrace testing.
| Entire team is responsibility for quality.
| Implement post-production monitoring.
| Implement testing in production, based on application risk.
27
Focus on the Customer
| Exploratory Testing
| Use exploratory test charters to find bugs in new features
| Usability Testing
| Effectiveness
| Efficiency
| Learnability
| Error Prevention
| User Experience
| Satisfaction
| Enjoyment
| Value
28
Integrate Testing Throughout the Delivery Pipeline
| Integrate automated tests in each stage the Continuous Integration Pipeline
29
Implement Automated Testing Checkpoints
| Automated Testing Checkpoints
| Unit tests verify code.
| Component tests verify key features.
| Integration test verify workflows involving multiple applications.
| Risk-based, Optimized Regression tests run prior to each deployment.
| Post production health checks verify applications are up and running after deployment.
| Production monitoring finds defects and performance issues before they impact the customer.
30
Continuous Non-Functional Testing
| “Shift Left”
| Begin Non-Functional testing as early as possible in order to correct design flaws more easily.
This is critical in
• Performance
• Security
| “Shift Right”
| Post-Production testing to provide critical metrics and data about the performance of the
application in the real world.
31
Continuous Monitoring in Test and Production
| Continuous Monitoring
| Comes from the DevOps principle of amplifying feedback loops in both test and production.
| Enables collection and analysis of data and metrics throughout the lifecycle that are used to
optimized user experience.
| The most important data is about how users are interacting with the application and feedback
from customers. This data allows stakeholders and DevOps teams to make targeted adjustments
such as:
• Functional enhancements to remove customer pain points
• Upgrades to environments to improve application performance.
| Testing in production includes
• Monitoring data and transactions
• Simulating transactions
• Experimentation with real users
• A/B Testing.
Summary
|Focus on Risk
|Optimize the Test Process.
|Automated Checkpoints.
|Automated feedback loops.
|Integrate testing through the delivery pipeline including deployments at
each stage.
|Focus on Customer Happiness
|Include exploratory and usability throughout the process
References
| Continuous Testing for IT Leaders, Wayne Ariola and Cynthia Dunlop
| A Practical Guide to Testing in DevOps, Katrina Clokie
| What Testers Need To Know About Continuous Testing, Wayne Ariola
| The Forrester Wave™: Modern Application Functional Test Automation Tools, Q4 2016,
Diego Lo Guidice
34
www.QualiTestGroup.com

More Related Content

PPTX
Does dev ops need continuous testing devops days des moines 2018 v1
PPTX
РАМЕЛЛА БАСЕНКО «Поліпшення процесу тестування, як результат аудиту процесів ...
PDF
MESUT DURUKAL «4 Pillars of Successful Agile Test Automation» Online QADay 2021
PPTX
Digital transformation through devops dod indianapolis
PPTX
Zero touch QA automation platform for DevOps
ODP
Software Testing Capability doc
PPTX
4S Akademi - QAI - Software Testing Principles and Concepts
PDF
Quality-Ready Assessment
Does dev ops need continuous testing devops days des moines 2018 v1
РАМЕЛЛА БАСЕНКО «Поліпшення процесу тестування, як результат аудиту процесів ...
MESUT DURUKAL «4 Pillars of Successful Agile Test Automation» Online QADay 2021
Digital transformation through devops dod indianapolis
Zero touch QA automation platform for DevOps
Software Testing Capability doc
4S Akademi - QAI - Software Testing Principles and Concepts
Quality-Ready Assessment

What's hot (20)

PPT
Rational Quality Manager
PPTX
Testing as-a-service capability portfolio corbus 02-07-13
PPTX
“ЕРАМ у Південному регіоні та можливості розвитку для QA спеціалістів” Online...
PDF
User Acceptance Testing in the Testing Center of Excellence
PDF
RQM in scrum agile testing - Raj kumar
PDF
Software Testing Process & Trend
PDF
Agile testing: from Quality Assurance to Quality Assistance
PPTX
ISTQB foundation level - day 2
PPTX
Quality assurance k.meenakshi
PPTX
Testing Essentials for the Age of Agile
PPT
QA process Presentation
PPT
1 Quality Assurance Presentation
PDF
Case study manual testing web application
PPTX
Importance of a Test Management Tool for Your Project
PDF
Automate virtualize and smart test the new testing realities
PPTX
AM14-PPT-Faden 150226
PDF
Test Case Prioritization Techniques
PDF
Software Testing Principles
PPT
Addressing Performance Testing Challenges in Agile- Impetus Webinar
PDF
Agile testing guide_2021
Rational Quality Manager
Testing as-a-service capability portfolio corbus 02-07-13
“ЕРАМ у Південному регіоні та можливості розвитку для QA спеціалістів” Online...
User Acceptance Testing in the Testing Center of Excellence
RQM in scrum agile testing - Raj kumar
Software Testing Process & Trend
Agile testing: from Quality Assurance to Quality Assistance
ISTQB foundation level - day 2
Quality assurance k.meenakshi
Testing Essentials for the Age of Agile
QA process Presentation
1 Quality Assurance Presentation
Case study manual testing web application
Importance of a Test Management Tool for Your Project
Automate virtualize and smart test the new testing realities
AM14-PPT-Faden 150226
Test Case Prioritization Techniques
Software Testing Principles
Addressing Performance Testing Challenges in Agile- Impetus Webinar
Agile testing guide_2021
Ad

Similar to Continuous testing maximising velocity, quality and customer happiness (20)

PPTX
Test automation and beyond developing an effective continuous test strategy d...
PPTX
How to Optimise Continuous Testing
PDF
How Continuous Testing Improves Software Quality.pdf
PPTX
Agile testingandautomation
PDF
Continuous Quality: DevOps with Quality by Josh Eastman
PDF
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
PDF
Software Testing Process, Testing Automation and Software Testing Trends
PPT
Backward thinking design qa system for quality goals
PPTX
Role of Test Automation in Modern Software Delivery Pipelines
PDF
Agile testing practice
PDF
Continuous Testing Improve Efficiency and Ship Better Software.pdf
PPTX
Continuous Testing: The Path Forward
PDF
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
PDF
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
DOCX
QA Standardization: Optimizing Testing Processes
PDF
How to Boost Performance with Continuous Testing in DevOps.pdf
PDF
Mastering Continuous Testing_ A Definitive Guide to Seamless Software Deliver...
PDF
An Ultimate Guide to Continuous Testing in Agile Projects.pdf
PPTX
Test Strategy-The real silver bullet in testing by Matthew Eakin
DOCX
Continuous Testing in Agile and DevOps.docx
Test automation and beyond developing an effective continuous test strategy d...
How to Optimise Continuous Testing
How Continuous Testing Improves Software Quality.pdf
Agile testingandautomation
Continuous Quality: DevOps with Quality by Josh Eastman
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
Software Testing Process, Testing Automation and Software Testing Trends
Backward thinking design qa system for quality goals
Role of Test Automation in Modern Software Delivery Pipelines
Agile testing practice
Continuous Testing Improve Efficiency and Ship Better Software.pdf
Continuous Testing: The Path Forward
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
QA Standardization: Optimizing Testing Processes
How to Boost Performance with Continuous Testing in DevOps.pdf
Mastering Continuous Testing_ A Definitive Guide to Seamless Software Deliver...
An Ultimate Guide to Continuous Testing in Agile Projects.pdf
Test Strategy-The real silver bullet in testing by Matthew Eakin
Continuous Testing in Agile and DevOps.docx
Ad

More from PractiTest (20)

PPTX
Karishma Kolli – Myth Busters on Test Automation
PPTX
How Mindmaps can save your sanity
PDF
The New Normal for Development and Testing in Agile and DevOps
PDF
Shifting is more than shifting left
PPTX
Testing in the future. today
PDF
Adding values to Agile teams
PPTX
Testing and AI
PDF
Oren rubin statistical element locator
PPTX
Testing fundamentals in a changing world
PPTX
Automation is not the answer... unless you WANT it to be
PPTX
Testing Web Apps and API's
PPTX
Test beyond the obvious- Root Cause Analysis
PDF
Testing Metrics and why Managers like them
PDF
The Risk Questionnaire - by: Adam Knight
PPTX
S.M.A.R.T & F.O.C.U.S Testing - Increasing the value provided by your testing...
PPTX
Rob lambert10 Behaviors of Effective Employees" at OnlineTestConf.
PPTX
10+ Testing Pitfalls and How to Avoid them
PDF
Communication skills for testers
PPTX
Software testing - Risk management
PPTX
Managing agile testing
Karishma Kolli – Myth Busters on Test Automation
How Mindmaps can save your sanity
The New Normal for Development and Testing in Agile and DevOps
Shifting is more than shifting left
Testing in the future. today
Adding values to Agile teams
Testing and AI
Oren rubin statistical element locator
Testing fundamentals in a changing world
Automation is not the answer... unless you WANT it to be
Testing Web Apps and API's
Test beyond the obvious- Root Cause Analysis
Testing Metrics and why Managers like them
The Risk Questionnaire - by: Adam Knight
S.M.A.R.T & F.O.C.U.S Testing - Increasing the value provided by your testing...
Rob lambert10 Behaviors of Effective Employees" at OnlineTestConf.
10+ Testing Pitfalls and How to Avoid them
Communication skills for testers
Software testing - Risk management
Managing agile testing

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced IT Governance
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Cloud computing and distributed systems.
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
KodekX | Application Modernization Development
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
cuic standard and advanced reporting.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced IT Governance
Per capita expenditure prediction using model stacking based on satellite ima...
Cloud computing and distributed systems.
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
KodekX | Application Modernization Development
Chapter 3 Spatial Domain Image Processing.pdf
Unlocking AI with Model Context Protocol (MCP)
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
NewMind AI Weekly Chronicles - August'25 Week I
Understanding_Digital_Forensics_Presentation.pptx
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Approach and Philosophy of On baking technology
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
cuic standard and advanced reporting.pdf

Continuous testing maximising velocity, quality and customer happiness

  • 1. Continuous Testing Maximising Velocity, Quality and Customer Happiness June 19, 2018
  • 2. About Me |Gerie Owen • VP, Knowledge & Innovation--US at QualiTest Group • Speaker and Writer on Testing topics • Experienced Tester, Test Lead, & Test Architect • Gerie can be reached: • gowen@qualitestgroup.com • www.gerieowen.com, • her blog, Testing in the Trenches, is at https://testinggirl.wordpress.com/ • @GerieOwen on Twitter and on • http://www.linkedin.com/in/gerieowen 2
  • 3. Agenda | Why Continuous Testing? | Continuous Testing Explained | Implementing Continuous Testing | Streamlining the Test Process | Developing a Test Strategy for Continuous Testing | Monitoring in Production
  • 5. Increasing Velocity AND Quality | Agile and DevOps • Testing Cycles must be shortened yet quality must be increased • Increase in microservices architectures require high-quality functional testing including automated API testing • Builds, Integrations and deployments are automated; testing must be integrated into the pipeline 5
  • 7. Customer Happiness | Customers demand Quality more than ever before | When customers encounter bugs, performance issues and usability issues, they • Choose your competitor • Expound about their issue with your website in the social media | Customer Happiness is critical to the success of your organization | Testers are the champions of quality | Testers are the guardians of the organization’s reputation 7
  • 8. Continuous Testing | A core capability in Agile and DevOps where all testing activities run continuously in an integrated fashion with development and delivery. Immediate bug fixing is enabled, test environments are provisioned instantly, and unit, functional, and nonfunctional tests are run in an automated way, orchestrated by continuous integration and continuous delivery tools. The Forrester Wave™: Modern Application Functional Test Automation Tools, Q4 2016 8
  • 9. Continuous Testing | Continuous testing is an approach to managing risk by focusing on not only on improving testing efficiency but more importantly, increasing the effectiveness of our test processes. 9
  • 10. Continuous Testing vs Test Automation | Continuous testing requires automation, however, it encompasses much more. 10
  • 11. Attributes of Continuous Testing | Assesses business risk coverage as its primary goal | Establishes a safety net that helps the team protect the customer experience | Requires a stable test environment to be available on demand | Integrates seamlessly into the software delivery pipeline and DevOps toolchain | Delivers actionable feedback appropriate for each stage of the delivery pipeline 11
  • 12. Implementing Continuous Testing | Engage in continuous risk analysis and process improvement | Increase the velocity of current quality assurance process | Implement automated testing through the entire software development process | Develop a culture in which the entire team is responsible for quality. 12
  • 13. Key Practices of Continuous Testing |Defect Management |Discuss their “observations” prior to logging defects. |Fix defects immediately rather than logging and tracking. |Test Case Management and Optimization |Analyze individual test cases for for their quality and effectiveness. |Evaluate test suites to determine if they are providing the maximum amount of coverage with the fewest number of test cases.
  • 14. Key Practices of Continuous Testing |Environment Access and Availability |Requires easy access to production-like environments. |Automated processes for creating and verifying these environments. |Service Virtualization and Data Management |Processes include deployment automation, test data creation. and service virtualization. Embraces shift left because integration testing can begin even though all the integrations may not be completed or available. 14
  • 15. Key Practices of Continuous Testing |Advanced Analytics |Using code change impact analysis for test optimization to determine: •what new tests are needed, •what old tests need updating or replacement, •what other areas of the application have been affected and require regression testing. |Automated Testing |Includes automating not only all layers of testing; but also, •automated testing of the deployment process • automated health checks •feedback at each step. 15
  • 16. Streamlining the Test Process | Focus on Mitigating Business Risk | Optimize Test Scope | Identify and Mitigate Bottlenecks
  • 17. Focus on Mitigating Business Risk | Focus on the customer; aspects of the applications that are most important to the customer are areas of highest risk. | Understand the competitive climate of the organization; how important is it to be first to market? 17
  • 18. Focus on Mitigating Business Risk | Map risks to application components, requirements and tests. | Optimize the test suite to provide the greatest risk coverage with the fewest number of test cases. | Always report status in a way that highlights the business risk including, technical, performance, and compliance perspectives. 18
  • 19. Test Optimization | An ongoing process: 19
  • 20. Test Optimization | Test Optimization encompasses risk assessment of the entire test scope: | Analyze Test cases for quality, effectiveness and automation potential | Evaluating the test suites to determine if they are providing the maximum amount of coverage with the fewest number of test cases.
  • 21. Optimize Test Scope | Select end-to-end tests that focus on the critical and high-risk features of the application. | Understand all integrations involved in critical user workflows including the technologies employed in those applications (web, mobile, message/API-layer etc.). | Implement service virtualization for integrations and components that aren’t readily available in order to run end-to-end test continuously. | Use the most realistic data possible for each test, include synthetic data generation where needed. | Include exploratory testing to find user-experience and other bugs not easily found by automated tests. 21
  • 22. Optimizing Test Cases | Tests should be focused on the functionality they are validating. | Test should be as simple as possible; the more complex the test, the more validation is required for the test code itself. | Even though service virtualization can be used to fill in for missing components in integration testing, test should as independent as possible.
  • 23. Optimizing Test Suites | Include test cases that validate high risk areas of code. | Include test cases that validate customer-centric features. | Include test cases that validate critical business workflows. | Use Functional Automation tools that create multi-purpose scripts: | Cross-Platform Testing • Scripts should run on Desktop, Web, Mobile & Server | Cross-Browser Testing • Scripts should run on multiple browsers including Chrome, Edge, Safari and any others required | Performance Testing • Scripts should collect performance statistics including page loads etc.
  • 24. Identify and Mitigate Bottlenecks | Constraints to the test process can be found throughout from requirements through post production checkout. Some examples: | Testers aren’t included in backlog refinement so they don’t have the opportunity help build the acceptance criteria. | Testers aren’t included in sprint planning, story points may not include testing which affects velocity. | Defects may not be addressed on a timely basis. | Regression suite runs too long or is ineffective. | Post production checkout is still done manually. | Constraints impact velocity. 24
  • 25. Continuous Testing Strategy | Components | Increase Velocity AND Improve Quality. | Integrate Testing throughout the Build Pipeline. | Implement Automated Testing Checkpoints. | Implement “Shift-Left” and “Shift Right” Non-Functional Testing. | Implement Continuous Monitoring in Test and Production. 25
  • 26. Increase Velocity AND Improve Quality | Increase velocity | “Shift Left”; Push automation to the base of the testing pyramid • TDD, BDD. | Include risked-based manual and exploratory testing. | Implement continuous non-functional testing including: • Performance • Security • Availability • Accessibility | Amplify automated feedback loops to enable risk-based decision-making. 26
  • 27. Improve Quality | Developers need to embrace testing. | Entire team is responsibility for quality. | Implement post-production monitoring. | Implement testing in production, based on application risk. 27
  • 28. Focus on the Customer | Exploratory Testing | Use exploratory test charters to find bugs in new features | Usability Testing | Effectiveness | Efficiency | Learnability | Error Prevention | User Experience | Satisfaction | Enjoyment | Value 28
  • 29. Integrate Testing Throughout the Delivery Pipeline | Integrate automated tests in each stage the Continuous Integration Pipeline 29
  • 30. Implement Automated Testing Checkpoints | Automated Testing Checkpoints | Unit tests verify code. | Component tests verify key features. | Integration test verify workflows involving multiple applications. | Risk-based, Optimized Regression tests run prior to each deployment. | Post production health checks verify applications are up and running after deployment. | Production monitoring finds defects and performance issues before they impact the customer. 30
  • 31. Continuous Non-Functional Testing | “Shift Left” | Begin Non-Functional testing as early as possible in order to correct design flaws more easily. This is critical in • Performance • Security | “Shift Right” | Post-Production testing to provide critical metrics and data about the performance of the application in the real world. 31
  • 32. Continuous Monitoring in Test and Production | Continuous Monitoring | Comes from the DevOps principle of amplifying feedback loops in both test and production. | Enables collection and analysis of data and metrics throughout the lifecycle that are used to optimized user experience. | The most important data is about how users are interacting with the application and feedback from customers. This data allows stakeholders and DevOps teams to make targeted adjustments such as: • Functional enhancements to remove customer pain points • Upgrades to environments to improve application performance. | Testing in production includes • Monitoring data and transactions • Simulating transactions • Experimentation with real users • A/B Testing.
  • 33. Summary |Focus on Risk |Optimize the Test Process. |Automated Checkpoints. |Automated feedback loops. |Integrate testing through the delivery pipeline including deployments at each stage. |Focus on Customer Happiness |Include exploratory and usability throughout the process
  • 34. References | Continuous Testing for IT Leaders, Wayne Ariola and Cynthia Dunlop | A Practical Guide to Testing in DevOps, Katrina Clokie | What Testers Need To Know About Continuous Testing, Wayne Ariola | The Forrester Wave™: Modern Application Functional Test Automation Tools, Q4 2016, Diego Lo Guidice 34

Editor's Notes

  • #5: Increasing Customer Happiness Requires increasing
  • #20: Regression Test Selection (RTS) is one of the most popular methods for test case suite optimization. This method divides the test suite into reusable test cases, retestable test cases and obsolete test cases. Apart from all these, it also creates new test cases that test the program for areas not covered in current test cases. Another great way to maintain the effectiveness of the regression test suite is to have a good tracking mechanism between the features under development . This should be a consistent activity in order to maintain the test suites effectively as it would help test manager to verify the feature checklist and validate the test coverage for a feature that is being developed in the release. The effectiveness of the regression test suite can be easily maintained by monitoring the changes to the test suite. A clearly outlined process will ensure that only tests that are useful to the entire testing strategy get added to the test suite, which ensures the efficiency and usability of the test harness at a high level. Considering periodic cleanup of old tests is another great approach to maintain effectiveness of a feature rich regression test suite. In this scenario, all the existing tests in the test suite need to be analyzed for their effectiveness in a specific scenario. Also, there will be scenarios where certain features will not be supported because of the different product direction. In such cases, the relevant regression test suites should also be eased out. It will ensure robustness of the regression test suite for a long period of time. You can also measure the effectiveness of regression test suites on a release-to-release basis. It will allow you to know the root cause for reduction in the effectiveness of the test harness if any, and enable you to take appropriate action on the same. Collection of some metrics and their analysis could also be useful when it comes to the effectiveness of the regression test suite. It will help you get good visibility on the effectiveness of the regression test suite. You can consider different metrics such as percentage of defects found by the regression tests suite, their importance, etc.
  • #29: Measure customer happiness by monitoring customer return visits, churn rates etc.