SlideShare a Scribd company logo
© Curiosity Software Ireland Ltd. 2023
Modelling for Continuous
Testing
February 28th 2023
Ben Riley
CIO, Curiosity
Ben.Riley@Curiosity.Software
@CuriositySoft
Rich Jordan
Enterprise Solutions Architect, Curiosity
Rich.Jordan@Curiosity.Software
@RichJordan81
© Curiosity Software 2023
You have a DevOps Transformation, but your Test
approach hasn’t really changed
‱ You have a large team of testers doing mainly e2e tests (even if they call it something else).
‱ You have a test pack largely made up of UI based e2e tests which always grows after each release – you suspect
there’s lots of duplicated effort in there.
‱ Testing is delayed because you are waiting on large, complicated e2e environments to be built, or waiting for your
slot in the few e2e environments that persist in your organization.
‱ Test coverage relies on traceability back to requirements that you know are incomplete or out of date.
‱ Test design is largely an activity that involves testers creating test cases without input from the wider development
team. Alternatively, you don’t design test at all; you just write test cases/automation.
‱ A large % of your defects are environment/config related, causing large delays in test phases.
‱ You are finding fundamental design issues in late, large, slow e2e test phases.
‱ Despite trying many different tools, you are struggling to increase the rate of tests executed through automation as
the tests are just too flaky!
Original Image:
Khanargy, Wikimedia
Commons, published
under CC BY-SA 4.0
license.
© Curiosity Software 2023
Your Test approach and the Testing
Pyramid
‱ Traditional UI testing is too slow
‱ Doesn’t lend itself to stable,
repeatable automation at scale
‱ Quickly requires lots of real e2e
environments
‱ Doesn’t get to the real route
cause of problems
© Curiosity Software 2023
DevOps: what are the 3 ways of
DevOps Principle
The First Way: Flow/Systems Thinking.
The Second Way: Amplify Feedback Loops.
The Third Way: Culture of Continual Experimentation and
Learning.
The Three Ways: The Principles Underpinning DevOps
by Gene Kim / IT Revolution
https://itrevolution.com/articles/the-three-ways-principles-
underpinning-devops/
Original Image: Khanargy, Wikimedia Commons,
published under CC BY-SA 4.0 license.
© Curiosity Software 2023
Flow
‱ Never passing a known defect to downstream work centers
‱ Never allowing local optimization to create global degradation
‱ Always seeking to increase flow
‱ Always seeking to achieve profound understanding of the system
What do testers actually spend their time doing?
Typical Test team effort
Comprehension of system /
change
30%
(Automation) Test script
creation/maintenance
20%
Test execution 20%
Waiting to test 5%
Evidencing / Reporting 10%
Other (Meetings / Self-
Development)
15%
100%
Sample represents 50 testers
Software entropy is the idea
that software eventually rots as it is
changed if sufficient care is not taken to
maintain coherence with product design
and established design principles.
Managing Software entropy
1.Improve the communication in your team.
2.Maintain coherence with product design
and established design principles
© Curiosity Software 2023
Flow
‱ Never passing a known defect to downstream work centers
‱ Never allowing local optimization to create global degradation
‱ Always seeking to increase flow
‱ Always seeking to achieve profound understanding of the system
Diagram adapted from John Ferguson Smart’s “BDD
at the heart of any DevOps Transformation”
3) We relentlessly automate
testing and checking of the
models in test execution!
If we don’t know the
outcomes, we find out
through the process of
building the models

we ask critical
questions and do
critical thinking
1), 2) We build a common understanding of the
stack and how its changing through collaborative
teams, building models with engineered,
predictable & repeatable outcomes!
4) We execute all checks as
part of the standard CI/CD
process!
4a) We are driven by the metric
we gather to provide quality and
lean improvements wherever they
exist
5) We play an active role in
promoting best practices and
celebrating continual
improvements
Illustrate
Formulae
Automate
Validate
Demonstrate
Feedback
Visibility
Valuable Software
Testers
Business Rules
Examples
A Shared Understanding
Executable Specifications,
Wireframes

Automated Acceptance Tests
Living Documentation
1
2
3
4
5
BA
Business
Developers
© Curiosity Software 2023
Amplify Feedback Loops ‱ Shortening and amplifying all feedback loops
‱ Embedding knowledge where we need it.
‱ Shifting Test left in engaging design – robust test design of rules and flows – we build models
‱ Quick to build, stable and quick to run automated tests
‱ Fail fast and fail early – once built, API test runs in line with DevOps cadence for delivery
orchestrated inline with build deployment
‱ Iterative building block approach enables Continuous Integration delivery
Manual Tests
Integration Tests
Unit Tests
E2E Tests
(UI Testing)
What the automation pyramid
says good looks like
UI / UX / Look and Feel /GUI
Infrastructure
Device Client / Functionality / API
Interface / SOA Rules / Services
System of Record / ETL Data Transition Rules /
Batch Services Comparison Rules Engines
E2E
Acceptance
UI Channel
Change
Going Beyond The Test Pyramid
(everything is a model)
App / Client Functional
Change / Contracts
Platform /
Infra Build
Interface Change /
Contracts
ETL Validation / Big
Data
Stubs mapped against understood coverage and version-
controlled interface spec
Stubs mapped against understood coverage and version-
controlled interface spec
© Curiosity Software 2023
Shortening and amplifying feedback loops –
modelling for isolation
1) Reinforcing / proving the external boundaries
2) Reinforcing / proving the internal boundaries
3) Proving the systems elements in isolation
4) Proving batch / reporting
5) Proving the golden thread of the platform
6) Stakeholder demonstration
The more this last stage deemed to be testing,
the more monolithic the platform and change
will become
© Curiosity Software 2023
Culture of Continual Experimentation
and Learning. ‱ Continual experimentation
‱ Taking risks and learning from failure
‱ Understanding that repetition and practice is the prerequisite to mastery
Models help us to understand our systems & change impact
Refactor and optimize based on isolated risk
Minimized the blast radius (the impact of failure)
Demo
© Curiosity Software Ireland Ltd. 2023
© Curiosity Software 2023
Flow
‱ Never passing a known defect to downstream work centers
‱ Never allowing local optimization to create global degradation
‱ Always seeking to increase flow
‱ Always seeking to achieve profound understanding of the system
Diagram adapted from John Ferguson Smart’s “BDD
at the heart of any DevOps Transformation”
3) We relentlessly automate
testing and checking of the
models in test execution!
If we don’t know the
outcomes, we find out
through the process of
building the models

we ask critical
questions and do
critical thinking
1), 2) We build a common understanding of the
stack and how its changing through collaborative
teams, building models with engineered,
predictable & repeatable outcomes!
4) We execute all checks as
part of the standard CI/CD
process!
4a) We are driven by the metric
we gather to provide quality and
lean improvements wherever they
exist
5) We play an active role in
promoting best practices and
celebrating continual
improvements
Illustrate
Formulae
Automate
Validate
Demonstrate
Feedback
Visibility
Valuable Software
BA Testers
Business
Developers
Business Rules
Examples
A Shared Understanding
Executable Specifications,
Wireframes

Automated Acceptance Tests
Living Documentation
1
2
3
4
5
© Curiosity Software Ireland Ltd. 2023
Questions and Discussion
© Curiosity Software 2023
Carry on the conversation?
‱ Book a demo and discussion with a Curiosity expert!
‱ Try Test Modeller. Visit Testmodeller.io for a free trial and online tutorials.
‱ Follow Curiosity Software on LinkedIn and @CuriositySoft on Twitter for
resources and news.
‱ Connect with Ben and Rich on LinkedIn.
© Curiosity Software Ireland Ltd. 2023
Thank you
Ben.Riley@Curiosity.Software
Rich.Jordan@Curiosity.Software

More Related Content

Similar to Curiosity Software Presents: Modelling for Continuous Testing (20)

PPTX
Agile testing for agile sparks kanban clients
Yuval Yeret
 
PDF
Continuous Testing Improve Efficiency and Ship Better Software.pdf
Steve Wortham
 
PPTX
Model-Based Testing for ALM Octane: Better tests, built faster
Curiosity Software Ireland
 
PDF
Best Practices to Optimize Continuous Testing in DevOps.pdf
pCloudy
 
PDF
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
kalichargn70th171
 
PPTX
Continuous Testing & Agile QA practices .pptx
Muhammad Fahad Bashir
 
PPTX
Continuous testing maximising velocity, quality and customer happiness
PractiTest
 
PPTX
Does dev ops need continuous testing devops days des moines 2018 v1
GerieOwen
 
PDF
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
flufftailshop
 
PDF
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
kalichargn70th171
 
PDF
High Performance Software Engineering Teams
Lars Thorup
 
PDF
Swiss Testing Day - Testautomation, 10 (sometimes painful) lessons learned
Michael Palotas
 
PDF
Mastering Continuous Testing_ A Definitive Guide to Seamless Software Deliver...
kalichargn70th171
 
PDF
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
Future Processing
 
PPTX
Test automation and beyond developing an effective continuous test strategy d...
GerieOwen
 
PPTX
Development without Testers: Myth or Real Option? (ConfeT&QA conference)
Mikalai Alimenkou
 
PDF
Test driven development
Shalabh Saxena
 
PDF
How Continuous Testing Improves Software Quality.pdf
kalichargn70th171
 
PPTX
Development without Testers: Myth or Real Option?
Mikalai Alimenkou
 
PPTX
Agile testingandautomation
jeisner
 
Agile testing for agile sparks kanban clients
Yuval Yeret
 
Continuous Testing Improve Efficiency and Ship Better Software.pdf
Steve Wortham
 
Model-Based Testing for ALM Octane: Better tests, built faster
Curiosity Software Ireland
 
Best Practices to Optimize Continuous Testing in DevOps.pdf
pCloudy
 
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
kalichargn70th171
 
Continuous Testing & Agile QA practices .pptx
Muhammad Fahad Bashir
 
Continuous testing maximising velocity, quality and customer happiness
PractiTest
 
Does dev ops need continuous testing devops days des moines 2018 v1
GerieOwen
 
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
flufftailshop
 
The Essential Role of Continuous Testing in Streamlined Software Development.pdf
kalichargn70th171
 
High Performance Software Engineering Teams
Lars Thorup
 
Swiss Testing Day - Testautomation, 10 (sometimes painful) lessons learned
Michael Palotas
 
Mastering Continuous Testing_ A Definitive Guide to Seamless Software Deliver...
kalichargn70th171
 
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
Future Processing
 
Test automation and beyond developing an effective continuous test strategy d...
GerieOwen
 
Development without Testers: Myth or Real Option? (ConfeT&QA conference)
Mikalai Alimenkou
 
Test driven development
Shalabh Saxena
 
How Continuous Testing Improves Software Quality.pdf
kalichargn70th171
 
Development without Testers: Myth or Real Option?
Mikalai Alimenkou
 
Agile testingandautomation
jeisner
 

More from Curiosity Software Ireland (20)

PPTX
Curiosity and fourTheorem present: From Coverage Guesswork to Targeted Test G...
Curiosity Software Ireland
 
PPTX
Curiosity and Testery Present: Hitting the right test coverage for CI/CD
Curiosity Software Ireland
 
PPTX
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity Software Ireland
 
PPTX
Curiosity and Windocks Present - Turn your production systems into test-ready...
Curiosity Software Ireland
 
PPTX
Curiosity and Sogeti Present - The state of test data in 2022: New challenges...
Curiosity Software Ireland
 
PPTX
Curiosity and Lemontree present - Test Data Automation: Move from slow and ma...
Curiosity Software Ireland
 
PPTX
Curiosity Software and RCG Global Services Present - Solving Test Data: the g...
Curiosity Software Ireland
 
PPTX
Curiosity and EPI-USE Labs present - Testing across SAP and non-SAP systems: ...
Curiosity Software Ireland
 
PPTX
Curiosity and Sauce Labs present - When to stop testing: 3 dimensions of test...
Curiosity Software Ireland
 
PPTX
Curiosity and Coforge present - Oracle FLEXCUBE: De-risk upgrades and migrati...
Curiosity Software Ireland
 
PPTX
Curiosity and SelectorsHub present: Generate Rigorous Automated Tests - and L...
Curiosity Software Ireland
 
PPTX
Curiosity and Xray present - In sprint testing: Aligning tests and teams to r...
Curiosity Software Ireland
 
PPTX
Curiosity and Lemontree present - Data Breaks DevOps: Why you need automated ...
Curiosity Software Ireland
 
PPTX
Curiosity Software, Infuse and Kumoco present: The Democratisation of Testing
Curiosity Software Ireland
 
PPTX
Development Has Moved On: Test data needs to catch up with containers
Curiosity Software Ireland
 
PPTX
The Broken Promise of Test Automation: Why are we still hand-cranking tests?
Curiosity Software Ireland
 
PPTX
In the beginning there was a model: Using requirements models to drive rigoro...
Curiosity Software Ireland
 
PPTX
Model-Based Testing for Cypress
Curiosity Software Ireland
 
PPTX
Curiosity software Ireland and Perfecto present: achieving in-sprint regressi...
Curiosity Software Ireland
 
PPTX
Test data automation: delivering quality data at speed
Curiosity Software Ireland
 
Curiosity and fourTheorem present: From Coverage Guesswork to Targeted Test G...
Curiosity Software Ireland
 
Curiosity and Testery Present: Hitting the right test coverage for CI/CD
Curiosity Software Ireland
 
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity Software Ireland
 
Curiosity and Windocks Present - Turn your production systems into test-ready...
Curiosity Software Ireland
 
Curiosity and Sogeti Present - The state of test data in 2022: New challenges...
Curiosity Software Ireland
 
Curiosity and Lemontree present - Test Data Automation: Move from slow and ma...
Curiosity Software Ireland
 
Curiosity Software and RCG Global Services Present - Solving Test Data: the g...
Curiosity Software Ireland
 
Curiosity and EPI-USE Labs present - Testing across SAP and non-SAP systems: ...
Curiosity Software Ireland
 
Curiosity and Sauce Labs present - When to stop testing: 3 dimensions of test...
Curiosity Software Ireland
 
Curiosity and Coforge present - Oracle FLEXCUBE: De-risk upgrades and migrati...
Curiosity Software Ireland
 
Curiosity and SelectorsHub present: Generate Rigorous Automated Tests - and L...
Curiosity Software Ireland
 
Curiosity and Xray present - In sprint testing: Aligning tests and teams to r...
Curiosity Software Ireland
 
Curiosity and Lemontree present - Data Breaks DevOps: Why you need automated ...
Curiosity Software Ireland
 
Curiosity Software, Infuse and Kumoco present: The Democratisation of Testing
Curiosity Software Ireland
 
Development Has Moved On: Test data needs to catch up with containers
Curiosity Software Ireland
 
The Broken Promise of Test Automation: Why are we still hand-cranking tests?
Curiosity Software Ireland
 
In the beginning there was a model: Using requirements models to drive rigoro...
Curiosity Software Ireland
 
Model-Based Testing for Cypress
Curiosity Software Ireland
 
Curiosity software Ireland and Perfecto present: achieving in-sprint regressi...
Curiosity Software Ireland
 
Test data automation: delivering quality data at speed
Curiosity Software Ireland
 
Ad

Recently uploaded (20)

PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PDF
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
PPTX
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PPTX
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PDF
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PPTX
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
Ad

Curiosity Software Presents: Modelling for Continuous Testing

  • 1. © Curiosity Software Ireland Ltd. 2023 Modelling for Continuous Testing February 28th 2023 Ben Riley CIO, Curiosity [email protected] @CuriositySoft Rich Jordan Enterprise Solutions Architect, Curiosity [email protected] @RichJordan81
  • 2. © Curiosity Software 2023 You have a DevOps Transformation, but your Test approach hasn’t really changed ‱ You have a large team of testers doing mainly e2e tests (even if they call it something else). ‱ You have a test pack largely made up of UI based e2e tests which always grows after each release – you suspect there’s lots of duplicated effort in there. ‱ Testing is delayed because you are waiting on large, complicated e2e environments to be built, or waiting for your slot in the few e2e environments that persist in your organization. ‱ Test coverage relies on traceability back to requirements that you know are incomplete or out of date. ‱ Test design is largely an activity that involves testers creating test cases without input from the wider development team. Alternatively, you don’t design test at all; you just write test cases/automation. ‱ A large % of your defects are environment/config related, causing large delays in test phases. ‱ You are finding fundamental design issues in late, large, slow e2e test phases. ‱ Despite trying many different tools, you are struggling to increase the rate of tests executed through automation as the tests are just too flaky! Original Image: Khanargy, Wikimedia Commons, published under CC BY-SA 4.0 license.
  • 3. © Curiosity Software 2023 Your Test approach and the Testing Pyramid ‱ Traditional UI testing is too slow ‱ Doesn’t lend itself to stable, repeatable automation at scale ‱ Quickly requires lots of real e2e environments ‱ Doesn’t get to the real route cause of problems
  • 4. © Curiosity Software 2023 DevOps: what are the 3 ways of DevOps Principle The First Way: Flow/Systems Thinking. The Second Way: Amplify Feedback Loops. The Third Way: Culture of Continual Experimentation and Learning. The Three Ways: The Principles Underpinning DevOps by Gene Kim / IT Revolution https://itrevolution.com/articles/the-three-ways-principles- underpinning-devops/ Original Image: Khanargy, Wikimedia Commons, published under CC BY-SA 4.0 license.
  • 5. © Curiosity Software 2023 Flow ‱ Never passing a known defect to downstream work centers ‱ Never allowing local optimization to create global degradation ‱ Always seeking to increase flow ‱ Always seeking to achieve profound understanding of the system What do testers actually spend their time doing? Typical Test team effort Comprehension of system / change 30% (Automation) Test script creation/maintenance 20% Test execution 20% Waiting to test 5% Evidencing / Reporting 10% Other (Meetings / Self- Development) 15% 100% Sample represents 50 testers Software entropy is the idea that software eventually rots as it is changed if sufficient care is not taken to maintain coherence with product design and established design principles. Managing Software entropy 1.Improve the communication in your team. 2.Maintain coherence with product design and established design principles
  • 6. © Curiosity Software 2023 Flow ‱ Never passing a known defect to downstream work centers ‱ Never allowing local optimization to create global degradation ‱ Always seeking to increase flow ‱ Always seeking to achieve profound understanding of the system Diagram adapted from John Ferguson Smart’s “BDD at the heart of any DevOps Transformation” 3) We relentlessly automate testing and checking of the models in test execution! If we don’t know the outcomes, we find out through the process of building the models
 we ask critical questions and do critical thinking 1), 2) We build a common understanding of the stack and how its changing through collaborative teams, building models with engineered, predictable & repeatable outcomes! 4) We execute all checks as part of the standard CI/CD process! 4a) We are driven by the metric we gather to provide quality and lean improvements wherever they exist 5) We play an active role in promoting best practices and celebrating continual improvements Illustrate Formulae Automate Validate Demonstrate Feedback Visibility Valuable Software Testers Business Rules Examples A Shared Understanding Executable Specifications, Wireframes
 Automated Acceptance Tests Living Documentation 1 2 3 4 5 BA Business Developers
  • 7. © Curiosity Software 2023 Amplify Feedback Loops ‱ Shortening and amplifying all feedback loops ‱ Embedding knowledge where we need it. ‱ Shifting Test left in engaging design – robust test design of rules and flows – we build models ‱ Quick to build, stable and quick to run automated tests ‱ Fail fast and fail early – once built, API test runs in line with DevOps cadence for delivery orchestrated inline with build deployment ‱ Iterative building block approach enables Continuous Integration delivery Manual Tests Integration Tests Unit Tests E2E Tests (UI Testing) What the automation pyramid says good looks like UI / UX / Look and Feel /GUI Infrastructure Device Client / Functionality / API Interface / SOA Rules / Services System of Record / ETL Data Transition Rules / Batch Services Comparison Rules Engines E2E Acceptance UI Channel Change Going Beyond The Test Pyramid (everything is a model) App / Client Functional Change / Contracts Platform / Infra Build Interface Change / Contracts ETL Validation / Big Data Stubs mapped against understood coverage and version- controlled interface spec Stubs mapped against understood coverage and version- controlled interface spec
  • 8. © Curiosity Software 2023 Shortening and amplifying feedback loops – modelling for isolation 1) Reinforcing / proving the external boundaries 2) Reinforcing / proving the internal boundaries 3) Proving the systems elements in isolation 4) Proving batch / reporting 5) Proving the golden thread of the platform 6) Stakeholder demonstration The more this last stage deemed to be testing, the more monolithic the platform and change will become
  • 9. © Curiosity Software 2023 Culture of Continual Experimentation and Learning. ‱ Continual experimentation ‱ Taking risks and learning from failure ‱ Understanding that repetition and practice is the prerequisite to mastery Models help us to understand our systems & change impact Refactor and optimize based on isolated risk Minimized the blast radius (the impact of failure)
  • 10. Demo © Curiosity Software Ireland Ltd. 2023
  • 11. © Curiosity Software 2023 Flow ‱ Never passing a known defect to downstream work centers ‱ Never allowing local optimization to create global degradation ‱ Always seeking to increase flow ‱ Always seeking to achieve profound understanding of the system Diagram adapted from John Ferguson Smart’s “BDD at the heart of any DevOps Transformation” 3) We relentlessly automate testing and checking of the models in test execution! If we don’t know the outcomes, we find out through the process of building the models
 we ask critical questions and do critical thinking 1), 2) We build a common understanding of the stack and how its changing through collaborative teams, building models with engineered, predictable & repeatable outcomes! 4) We execute all checks as part of the standard CI/CD process! 4a) We are driven by the metric we gather to provide quality and lean improvements wherever they exist 5) We play an active role in promoting best practices and celebrating continual improvements Illustrate Formulae Automate Validate Demonstrate Feedback Visibility Valuable Software BA Testers Business Developers Business Rules Examples A Shared Understanding Executable Specifications, Wireframes
 Automated Acceptance Tests Living Documentation 1 2 3 4 5
  • 12. © Curiosity Software Ireland Ltd. 2023 Questions and Discussion
  • 13. © Curiosity Software 2023 Carry on the conversation? ‱ Book a demo and discussion with a Curiosity expert! ‱ Try Test Modeller. Visit Testmodeller.io for a free trial and online tutorials. ‱ Follow Curiosity Software on LinkedIn and @CuriositySoft on Twitter for resources and news. ‱ Connect with Ben and Rich on LinkedIn.

Editor's Notes

  • #2: And onto our topic for today, “Modelling for Continuous Testing”. It’s my pleasure to hand over to Rich and Ben, to introduce themselves and get us started today.
  • #12: Test creation remained manual Scripting is too repetitive – even with boilerplate code and page objects Manual test case design cannot overcome system complexity  risky over-testing and wasteful over-testing Test data breaks automation Brittle tests create impossible maintenance Automation becomes a “black box” and silo
  • #13: Thank you Rich and Ben for the fantastic presentation! We’ll now open for questions, so please do get your questions to Rich and Ben in the Q&A box. Why don’t we start with this question: Where do I start We have lots of existing tests. Do we need to throw them away? Does this work against rest assured?
  • #14: Fantastic, thank you everyone for your questions and for joining today! If you’d like to carry on your learning today, there are a range of ways you can do this. All these links will be shared with you in a follow-up email, and we’ll also share the slides. Firstly, if you’d like to talk to us, please book a meeting with a Curiosit expert. If you’d like to get hands on, you can also sign up for a Test Modeller trial, using our range of online tutorials to get started. And please do follow Curiosity on LinkedIn and Twitter to keep up with all the latest updates. You can also find Ben and Rich on LinkedIn, if you’d like to connect with them both there.
  • #15: So, we’re at time – and all I think remains to be said is a huge thank you to everyone who’s joined today, and an even bigger thanks to Ben and Rich for presenting!