SlideShare a Scribd company logo
!
!
W14$
Session!
6/24/2015! !
3:00!PM!
!
!
!
!
“Testing$Hyper1Complex$Systems:$What$Can$We$
Know?$What$Can$We$Claim?”$$
Presented$by:$
Lee$Copeland$
Software$Quality$Engineering$
$
$
$
$
$
Brought$to$you$by:$
$
$
$
$
$
$
340!Corporate!Way,!Suite!300,!Orange!Park,!FL!32073!
888C268C8770!D!904C278C0524!D!sqeinfo@sqe.com!D!www.sqe.com!
!
!
!
!
!
!!!!! !
!!!!
With more than thirty years of experience as an information systems professional at
commercial and nonprofit organizations, Lee Copeland has held technical and
managerial positions in applications development, software testing, and software
process improvement. At Software Quality Engineering, Lee has developed and taught
numerous training courses on software development and testing issues, and is a
sought-after speaker at software conferences in the United States and abroad. He is the
author of the popular reference book, A Practitioner’s Guide to Software Test Design.
Lee Copleand
Software Quality Engineering
6/15/15
1
Lee Copeland
lee@sqe.com
© SQE 2012
Testing
Hyper-Complex
Systems
What Can We Know?
What Can We Claim?
Topics
•  Types, examples, and failures of systems
•  Simple
•  Complex
•  Hyper-complex
•  What can testing actually claim?
•  The ethical aspects
•  What to do
6/15/15
2
Simple Systems
•  Features
–  Linear relationships (perturbations cause a
proportional effect).
–  Do not contain feedback loops.
–  Do not have memory (prior states do not influence
current behavior).
Example: Simple System
y=mx+b
6/15/15
3
Complex Systems
•  Features
–  Non-linear relationships (small perturbations may
cause no effect, a proportional effect, or a large
effect).
–  Contain feedback loops (both positive and
negative).
–  Have memory (prior states may influence current
behavior).
–  Are often nested (composed of other complex
systems – networks of networks and systems of
systems).
Example: Complex System
<< Insert your company s current product here >>
6/15/15
4
Emergent Behavior
•  Emergent behavior is that which cannot be
predicted through analysis at any level simpler
than that of the system as a whole. Explanations
of emergence, like simplifications of complexity,
are inherently illusory and can only be achieved
by sleight of hand. Emergent behavior is what's
left after everything else has been explained.
– George Dyson
Emergent Behavior
•  In complex systems, failures are often
intermittent, transient, and convoluted. We are
creating designs so complicated that we
cannot anticipate all the possible interactions
and all the inevitable failures.
6/15/15
5
Example: Emergent Behavior
•  Highway traffic jams – you know
there s someone up there going
only 25 mph.
•  The movement of the Stock
Market – who knows what
tomorrow will bring?
•  The Millennium Bridge
in London – as people
walked across, it started
to sway.
The Swiss Cheese Failure Model
Component-4
Trigger
Defects
Component-1
Component-2
Component-3
FAILURE !!!
- James Reason
6/15/15
6
Example: Emergent Behavior
•  On May 11, 1996, ValuJet 592 crashed into the
Florida Everglades killing all 110 passengers
and crew.
•  A massive fire doomed the aircraft.
•  The proximate cause was oxygen generators,
inadvertently loaded into the cargo hold, that
ignited and burned, BUT …
Reason s Model: ValuJet 592
•  SabreTech (outsourced maintenance vendor)
–  To complete work before deadline, required their
technicians to work 12 hours/day, 7 days/week.
–  Outsourced half its work to other vendors.
–  For accuracy, they used work cards to detail the
steps for every maintenance procedure. Work card
0069 called for disabling the oxygen generation
canisters with locking caps or emptying them –
neither was done.
–  Procedure called for red tags (condemned
components) to be applied to the canisters, No red
tags were available so green tags were used.
6/15/15
7
Reason s Model: ValuJet 592
•  SabreTech (continued)
–  Four technicians signed off that they had correctly
performed the steps on card 0069 – none had.
–  Several days later, another technician placed three
boxes of the oxygen generators on a shelf holding
other ValuJet materials.
–  Because the work area was to be inspected, a clerk
placed the canisters in other boxes and wrapped
them in bubble pack and labeled them ValuJet
aircraft parts, to be returned to the airline.
–  On May 11, 1996, they were loaded
onto flight 592.
Example: Emergent Behavior
•  Tacoma Narrows Bridge, 1940
6/15/15
8
Example: Emergent Behavior
Warning On Emergent Behavior
•  Too often, the potential range
of behavior of complex systems
has to be guessed at from a
small set of data. When a system
works normally, staying within a
narrow range of parameters, engineers make
their observations and hope they can
extrapolate more or less linearly to less
usual behavior.
- James Gleick
6/15/15
9
The Butterfly Effect
•  The Butterfly Effect – sensitive
dependence on initial conditions
– is the essence of Chaos Theory.
•  The term was coined by Edward Lorenz, a
meteorologist, who gave a paper entitled
Predictability: Does the Flap of a Butterfly s
Wings in Brazil set off a Tornado in Texas?
The Butterfly Effect
•  You would expect that a set of
inputs that were very close
together would result in very
similar system behaviors.
•  Lorenz was modeling the atmosphere with a
set of three simple partial differential
equations.
•  One day he wanted to restart his computations
where he ended the day before. The previous
day s last output was 0.506127. He entered
0.506 expecting to continue on.
6/15/15
10
The Butterfly Effect
•  This is what he observed:
Sensitive dependence on initial conditions.
Restart point
Extreme
Differences
Hyper-Complex Systems
•  Features:
–  All the features of complex systems PLUS
–  Components are dynamically located and
composed into systems,
–  From multiple sources and with multiple versions,
–  With unknown component histories in terms of
design, coding, testing, performance, security,
–  Communicating over non-reliable networks.
6/15/15
11
Example: Hyper-Complex System
<< Insert your company s NEXT product here >>
A Warning To All
•  It is time to recognize that the standard
education of a scientist gives the wrong
impression. No matter how elaborate linear
mathematics could get … it inevitably misleads
scientists about their overwhelmingly
nonlinear world. The mathematical intuition so
developed ill equips the student to confront the
bizarre behavior exhibited by the simplest of
discrete nonlinear systems.
- James Gleick
6/15/15
12
What Can Testing Actually Know?
•  Modern view
–  Find defects
–  Count them
–  Report them
Testing? So simple,
even a caveman
can do it.
What Can Testing Actually Know?
•  Post-Modern view – testing is an activity
that provides information that others use
to improve product and process quality
–  Testing status – number of tests planned,
developed, executed, passed, failed
–  Defect status – count, severity, characteristics,
patterns
–  Coverage assessment
Tester
6/15/15
13
Coverage Assessment
•  Coverage is defined as
But, in hyper-complex systems, because of
their emergent behavior, we cannot know the
denominator.
Stuff we ve tested
Stuff there is to test
Coverage Assessment
•  In defining coverage that includes
emergent behavior, we have
NO CLUE !!!!!
•  It s like saying:
–  I ve pulled 54 dandelions
–  I ve painted 124 ft2 of fence
–  I ve driven 432 kilometers
•  It s data without context, it s numbers
without information.
6/15/15
14
The Ethical Aspects
•  ISTQB Code of Ethics (excerpts)
–  Certified software testers shall act
consistently with the public interest
–  Certified software testers shall ensure that that the
deliverables they provide (on the products and
systems they test) meet the highest professional
standards possible
–  Certified software testers shall maintain integrity
and independence in their professional judgment
–  Certified software testers shall advance the
integrity and reputation of the profession
Who
knew?
The Ethical Aspects
•  How can we remain ethical when testing
hyper-complex systems?
6/15/15
15
What To Do?
•  We re going to have to change from
Quantitative testing
to
Qualitative testing
What To Do?
•  We need to orient ourselves
less towards confirmation,
verification, and validation
and more towards investigation
and discovery.
— Michael Bolton
•  And our stakeholders may not like this!
They ll still ask for guarantees, and will ignore
our disclaimers
6/15/15
16
Thanks
•  Thanks for joining with me today.
•  If I can be of assistance, or if you d just like to
chat, please contact me at
lee@sqe.com
References
•  Gleick, James. Chaos: Making a New Science. Penguin
Books, 1987.
•  Mogul, Jeffery C. Emergent (Mis)behavior vs. Complex
Software Systems
http://www.hpl.hp.com/techreports/2006/HPL-2006-2.pdf
•  Petroski, Henry. Success Through Failure: The Paradox
of Design. Princeton University Press, 2006.
•  Reason, James. Human Error. Cambridge University
Press, 1990.
•  Strauch, Barry. Investigating Human Error: Incidents,
Accidents, and Complex Systems. Ashgate, 2002.

More Related Content

PDF
How to Use Agile to Move the Earth
PPTX
Disaster Recovery on a Dime!
PPT
Generating a synthetic video dataset
PPTX
Reanimating DevOps to Build Things that Work
PDF
TestCon2018 - Next Generation Testing in the Age of Machines
PDF
Organizational Learning When Things Go Wrong
PDF
Continuous Automated Testing - Cast conference workshop august 2014
PDF
Fast and Good: Alternate Approaches to Quality at Etsy - STPCon fall 2011
How to Use Agile to Move the Earth
Disaster Recovery on a Dime!
Generating a synthetic video dataset
Reanimating DevOps to Build Things that Work
TestCon2018 - Next Generation Testing in the Age of Machines
Organizational Learning When Things Go Wrong
Continuous Automated Testing - Cast conference workshop august 2014
Fast and Good: Alternate Approaches to Quality at Etsy - STPCon fall 2011

Viewers also liked (19)

PDF
Continuous Test Improvement in a Rapidly Changing World
PDF
SAFe Integration Patterns: Scaling with Continuous Collaboration
PDF
How to Deliver Winning Mobile Apps
PDF
Emergent Design: History, Concepts, and Principles
PDF
Mobile Testing Trends and Innovations
PDF
Test Automation Strategies and Frameworks: What Should Your Team Do?
PDF
Testing with a Rooted Mobile Device
PDF
A Look into the Future: App Testing and Quality in 2025
PDF
Building a World-Class Quality Team at eBay
PDF
Usability Testing Goes Mobile
PDF
Web and Mobile App Accessibility Testing
PDF
Today and Tomorrow: Mobile's Impact on Development and Testing
PDF
Inside the Mind of the 21st Century Customer
PDF
Write Your Test Cases in a Domain-Specific Language
PDF
Virtualization to Improve Speed and Increase Quality
PDF
Putting Quality First through Continuous Testing
PDF
Continuous Testing: A Key to DevOps Success
PPTX
Improve Security through Continuous Testing
PDF
Making Numbers Count: Metrics That Matter
Continuous Test Improvement in a Rapidly Changing World
SAFe Integration Patterns: Scaling with Continuous Collaboration
How to Deliver Winning Mobile Apps
Emergent Design: History, Concepts, and Principles
Mobile Testing Trends and Innovations
Test Automation Strategies and Frameworks: What Should Your Team Do?
Testing with a Rooted Mobile Device
A Look into the Future: App Testing and Quality in 2025
Building a World-Class Quality Team at eBay
Usability Testing Goes Mobile
Web and Mobile App Accessibility Testing
Today and Tomorrow: Mobile's Impact on Development and Testing
Inside the Mind of the 21st Century Customer
Write Your Test Cases in a Domain-Specific Language
Virtualization to Improve Speed and Increase Quality
Putting Quality First through Continuous Testing
Continuous Testing: A Key to DevOps Success
Improve Security through Continuous Testing
Making Numbers Count: Metrics That Matter
Ad

Similar to Testing Hyper-Complex Systems: What Can We Know? What Can We Claim? (20)

PDF
The Validation Attitude
PDF
Becoming a software testing expert
PDF
Critical Thinking for Software Testers
PPT
DOCX
Defining Test Competence
PPT
Testing 2 - Thinking Like A Tester
PDF
Testing Complex And Embedded Systems 1st Edition Kim H Pries
PPTX
Moser lightfoot pmc2012pres
PDF
Ece481 lecture4engsocexp
PDF
Colwell validation attitude
PPTX
If Universities Won't Help Us, How do we #MakeATester?
PDF
IRJET- Faces of Testing Strategies: Why &When?
PPTX
5.11 expert system
PDF
Fundamentals_of_testing.pdf
PDF
Glenn Vanderburg — Real software engineering
PDF
Continuous Improvement (GroupOn, Palo Alto 2013)
PDF
Cs in science_background_papers
PDF
Data excellence: Better data for better AI
PPTX
An innocent's guide to ignoring best practices
PDF
Keynote presentation at DeepTest Workshop 2025
The Validation Attitude
Becoming a software testing expert
Critical Thinking for Software Testers
Defining Test Competence
Testing 2 - Thinking Like A Tester
Testing Complex And Embedded Systems 1st Edition Kim H Pries
Moser lightfoot pmc2012pres
Ece481 lecture4engsocexp
Colwell validation attitude
If Universities Won't Help Us, How do we #MakeATester?
IRJET- Faces of Testing Strategies: Why &When?
5.11 expert system
Fundamentals_of_testing.pdf
Glenn Vanderburg — Real software engineering
Continuous Improvement (GroupOn, Palo Alto 2013)
Cs in science_background_papers
Data excellence: Better data for better AI
An innocent's guide to ignoring best practices
Keynote presentation at DeepTest Workshop 2025
Ad

More from TechWell (20)

PDF
Failing and Recovering
PDF
Instill a DevOps Testing Culture in Your Team and Organization
PDF
Test Design for Fully Automated Build Architecture
PDF
System-Level Test Automation: Ensuring a Good Start
PDF
Build Your Mobile App Quality and Test Strategy
PDF
Testing Transformation: The Art and Science for Success
PDF
Implement BDD with Cucumber and SpecFlow
PDF
Develop WebDriver Automated Tests—and Keep Your Sanity
PDF
Ma 15
PDF
Eliminate Cloud Waste with a Holistic DevOps Strategy
PDF
Transform Test Organizations for the New World of DevOps
PDF
The Fourth Constraint in Project Delivery—Leadership
PDF
Resolve the Contradiction of Specialists within Agile Teams
PDF
Pin the Tail on the Metric: A Field-Tested Agile Game
PDF
Agile Performance Holarchy (APH)—A Model for Scaling Agile Teams
PDF
A Business-First Approach to DevOps Implementation
PDF
Databases in a Continuous Integration/Delivery Process
PDF
Mobile Testing: What—and What Not—to Automate
PDF
Cultural Intelligence: A Key Skill for Success
PDF
Turn the Lights On: A Power Utility Company's Agile Transformation
Failing and Recovering
Instill a DevOps Testing Culture in Your Team and Organization
Test Design for Fully Automated Build Architecture
System-Level Test Automation: Ensuring a Good Start
Build Your Mobile App Quality and Test Strategy
Testing Transformation: The Art and Science for Success
Implement BDD with Cucumber and SpecFlow
Develop WebDriver Automated Tests—and Keep Your Sanity
Ma 15
Eliminate Cloud Waste with a Holistic DevOps Strategy
Transform Test Organizations for the New World of DevOps
The Fourth Constraint in Project Delivery—Leadership
Resolve the Contradiction of Specialists within Agile Teams
Pin the Tail on the Metric: A Field-Tested Agile Game
Agile Performance Holarchy (APH)—A Model for Scaling Agile Teams
A Business-First Approach to DevOps Implementation
Databases in a Continuous Integration/Delivery Process
Mobile Testing: What—and What Not—to Automate
Cultural Intelligence: A Key Skill for Success
Turn the Lights On: A Power Utility Company's Agile Transformation

Recently uploaded (20)

PDF
medical staffing services at VALiNTRY
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
Introduction to Artificial Intelligence
PPTX
Essential Infomation Tech presentation.pptx
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
history of c programming in notes for students .pptx
PDF
Digital Strategies for Manufacturing Companies
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
System and Network Administration Chapter 2
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Transform Your Business with a Software ERP System
medical staffing services at VALiNTRY
Operating system designcfffgfgggggggvggggggggg
Introduction to Artificial Intelligence
Essential Infomation Tech presentation.pptx
Upgrade and Innovation Strategies for SAP ERP Customers
CHAPTER 2 - PM Management and IT Context
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PTS Company Brochure 2025 (1).pdf.......
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
history of c programming in notes for students .pptx
Digital Strategies for Manufacturing Companies
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Reimagine Home Health with the Power of Agentic AI​
System and Network Administration Chapter 2
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Which alternative to Crystal Reports is best for small or large businesses.pdf
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Transform Your Business with a Software ERP System

Testing Hyper-Complex Systems: What Can We Know? What Can We Claim?

  • 2. ! ! ! ! !!!!! ! !!!! With more than thirty years of experience as an information systems professional at commercial and nonprofit organizations, Lee Copeland has held technical and managerial positions in applications development, software testing, and software process improvement. At Software Quality Engineering, Lee has developed and taught numerous training courses on software development and testing issues, and is a sought-after speaker at software conferences in the United States and abroad. He is the author of the popular reference book, A Practitioner’s Guide to Software Test Design. Lee Copleand Software Quality Engineering
  • 3. 6/15/15 1 Lee Copeland lee@sqe.com © SQE 2012 Testing Hyper-Complex Systems What Can We Know? What Can We Claim? Topics •  Types, examples, and failures of systems •  Simple •  Complex •  Hyper-complex •  What can testing actually claim? •  The ethical aspects •  What to do
  • 4. 6/15/15 2 Simple Systems •  Features –  Linear relationships (perturbations cause a proportional effect). –  Do not contain feedback loops. –  Do not have memory (prior states do not influence current behavior). Example: Simple System y=mx+b
  • 5. 6/15/15 3 Complex Systems •  Features –  Non-linear relationships (small perturbations may cause no effect, a proportional effect, or a large effect). –  Contain feedback loops (both positive and negative). –  Have memory (prior states may influence current behavior). –  Are often nested (composed of other complex systems – networks of networks and systems of systems). Example: Complex System << Insert your company s current product here >>
  • 6. 6/15/15 4 Emergent Behavior •  Emergent behavior is that which cannot be predicted through analysis at any level simpler than that of the system as a whole. Explanations of emergence, like simplifications of complexity, are inherently illusory and can only be achieved by sleight of hand. Emergent behavior is what's left after everything else has been explained. – George Dyson Emergent Behavior •  In complex systems, failures are often intermittent, transient, and convoluted. We are creating designs so complicated that we cannot anticipate all the possible interactions and all the inevitable failures.
  • 7. 6/15/15 5 Example: Emergent Behavior •  Highway traffic jams – you know there s someone up there going only 25 mph. •  The movement of the Stock Market – who knows what tomorrow will bring? •  The Millennium Bridge in London – as people walked across, it started to sway. The Swiss Cheese Failure Model Component-4 Trigger Defects Component-1 Component-2 Component-3 FAILURE !!! - James Reason
  • 8. 6/15/15 6 Example: Emergent Behavior •  On May 11, 1996, ValuJet 592 crashed into the Florida Everglades killing all 110 passengers and crew. •  A massive fire doomed the aircraft. •  The proximate cause was oxygen generators, inadvertently loaded into the cargo hold, that ignited and burned, BUT … Reason s Model: ValuJet 592 •  SabreTech (outsourced maintenance vendor) –  To complete work before deadline, required their technicians to work 12 hours/day, 7 days/week. –  Outsourced half its work to other vendors. –  For accuracy, they used work cards to detail the steps for every maintenance procedure. Work card 0069 called for disabling the oxygen generation canisters with locking caps or emptying them – neither was done. –  Procedure called for red tags (condemned components) to be applied to the canisters, No red tags were available so green tags were used.
  • 9. 6/15/15 7 Reason s Model: ValuJet 592 •  SabreTech (continued) –  Four technicians signed off that they had correctly performed the steps on card 0069 – none had. –  Several days later, another technician placed three boxes of the oxygen generators on a shelf holding other ValuJet materials. –  Because the work area was to be inspected, a clerk placed the canisters in other boxes and wrapped them in bubble pack and labeled them ValuJet aircraft parts, to be returned to the airline. –  On May 11, 1996, they were loaded onto flight 592. Example: Emergent Behavior •  Tacoma Narrows Bridge, 1940
  • 10. 6/15/15 8 Example: Emergent Behavior Warning On Emergent Behavior •  Too often, the potential range of behavior of complex systems has to be guessed at from a small set of data. When a system works normally, staying within a narrow range of parameters, engineers make their observations and hope they can extrapolate more or less linearly to less usual behavior. - James Gleick
  • 11. 6/15/15 9 The Butterfly Effect •  The Butterfly Effect – sensitive dependence on initial conditions – is the essence of Chaos Theory. •  The term was coined by Edward Lorenz, a meteorologist, who gave a paper entitled Predictability: Does the Flap of a Butterfly s Wings in Brazil set off a Tornado in Texas? The Butterfly Effect •  You would expect that a set of inputs that were very close together would result in very similar system behaviors. •  Lorenz was modeling the atmosphere with a set of three simple partial differential equations. •  One day he wanted to restart his computations where he ended the day before. The previous day s last output was 0.506127. He entered 0.506 expecting to continue on.
  • 12. 6/15/15 10 The Butterfly Effect •  This is what he observed: Sensitive dependence on initial conditions. Restart point Extreme Differences Hyper-Complex Systems •  Features: –  All the features of complex systems PLUS –  Components are dynamically located and composed into systems, –  From multiple sources and with multiple versions, –  With unknown component histories in terms of design, coding, testing, performance, security, –  Communicating over non-reliable networks.
  • 13. 6/15/15 11 Example: Hyper-Complex System << Insert your company s NEXT product here >> A Warning To All •  It is time to recognize that the standard education of a scientist gives the wrong impression. No matter how elaborate linear mathematics could get … it inevitably misleads scientists about their overwhelmingly nonlinear world. The mathematical intuition so developed ill equips the student to confront the bizarre behavior exhibited by the simplest of discrete nonlinear systems. - James Gleick
  • 14. 6/15/15 12 What Can Testing Actually Know? •  Modern view –  Find defects –  Count them –  Report them Testing? So simple, even a caveman can do it. What Can Testing Actually Know? •  Post-Modern view – testing is an activity that provides information that others use to improve product and process quality –  Testing status – number of tests planned, developed, executed, passed, failed –  Defect status – count, severity, characteristics, patterns –  Coverage assessment Tester
  • 15. 6/15/15 13 Coverage Assessment •  Coverage is defined as But, in hyper-complex systems, because of their emergent behavior, we cannot know the denominator. Stuff we ve tested Stuff there is to test Coverage Assessment •  In defining coverage that includes emergent behavior, we have NO CLUE !!!!! •  It s like saying: –  I ve pulled 54 dandelions –  I ve painted 124 ft2 of fence –  I ve driven 432 kilometers •  It s data without context, it s numbers without information.
  • 16. 6/15/15 14 The Ethical Aspects •  ISTQB Code of Ethics (excerpts) –  Certified software testers shall act consistently with the public interest –  Certified software testers shall ensure that that the deliverables they provide (on the products and systems they test) meet the highest professional standards possible –  Certified software testers shall maintain integrity and independence in their professional judgment –  Certified software testers shall advance the integrity and reputation of the profession Who knew? The Ethical Aspects •  How can we remain ethical when testing hyper-complex systems?
  • 17. 6/15/15 15 What To Do? •  We re going to have to change from Quantitative testing to Qualitative testing What To Do? •  We need to orient ourselves less towards confirmation, verification, and validation and more towards investigation and discovery. — Michael Bolton •  And our stakeholders may not like this! They ll still ask for guarantees, and will ignore our disclaimers
  • 18. 6/15/15 16 Thanks •  Thanks for joining with me today. •  If I can be of assistance, or if you d just like to chat, please contact me at lee@sqe.com References •  Gleick, James. Chaos: Making a New Science. Penguin Books, 1987. •  Mogul, Jeffery C. Emergent (Mis)behavior vs. Complex Software Systems http://www.hpl.hp.com/techreports/2006/HPL-2006-2.pdf •  Petroski, Henry. Success Through Failure: The Paradox of Design. Princeton University Press, 2006. •  Reason, James. Human Error. Cambridge University Press, 1990. •  Strauch, Barry. Investigating Human Error: Incidents, Accidents, and Complex Systems. Ashgate, 2002.