SlideShare una empresa de Scribd logo
1 de 62
Versie 2.0
huib.schoots@improveqs.nl
06-24641033
Exploratory Testing
Workshop TestNet
Najaarsevemenent 2014
Met dank aan:
• Keri Smith voor inspiratie
• Ruud Cox voor de vele discussies en hulp bij voorbereiding
• Uiteraard James Bach en Michael Bolton voor het delen van hun
kennis over Rapid Software Testing, Exploratory Testing en
Session Based Test Management
Sommige slides zijn met toestemming overgenomen uit Rapid
Software Testing (http://www.satisfice.com/info_rst.shtml).
Rapid Software Testing is ontwikkeld door James Bach en Michael
Bolton.
Acknowledgements
Improve Quality Services B.V.
Debrief Exercises
Improve Quality Services B.V.
Observe
Compare (analyze/evaluate)
Test: Procedure
has four elements
• Configure
– (if necessary) Obtain product for testing
– (if necessary) Install on a platform.
– (if necessary) Prepare test data and tools for test execution.
– Assure that the product is in a “clean enough” starting state.
• Operate
– Control the product and platform with inputs to exercise the product.
– Cause the product to exercise the right functions/states in the right
sequence with the right data.
• Observe
– Collect information about how the product behaves (collect both direct
and indirect output) so that it can be evaluated.
• Evaluate
– Apply oracles to detect bugs.
Addresses a
motivating question
Provides a clear
answer to the question
Keri Smith is een Canadees conceptueel kunstenaar en auteur van
diverse bestsellers over creativiteit. De belangrijkste focus van
haar werk/onderzoek ligt op het creeren van wat de schrijver
Umberto Eco genaamd "Open werken", stukken die worden
ingevuld door de lezer/gebruiker.
Kunstenaars en wetenschappers analyseren de wereld
om hen heen in verrassend gelijkaardige manieren:
door te observeren, verzamelen, documenteren,
analyseren en vergelijken. In haar boeiende "guided
journals" worden lezers aangemoedigd om hun wereld te
verkennen als kunstenaars en wetenschappers.
Wat is haar missie? Om de wereld om je heen observeren en te
documenteren. Alsof je nog het voor het eerst ziet... Maak notities.
Verzamel dingen die je vindt op je reizen. Documenteer je
bevindingen. Herken patronen. Kopieer. Speur. Focus op een ding
tegelijk. Volg waardoor je wordt aangetrokken?
Inleidende discussie…
Discussie
• Wat is ET?
• Wat is het doel van ET?
• Wie bedienen we met ET?
TMap Next
Do not apply ET if:
• Higher demands on demonstrability / reporting
(eg. imposed standards)
• Critical functionality (failure = big damage)
• Inexperienced testers
• Test cases must be able to be executed by a different tester
• Test cases have to be re-usable
• No direct feedback from test execution (the results are not
immediately available)
• Tests require a lot of preparation
• Testing needs to be on the critical path as short as possible
Source: TMap Next, chapter 14
Microsoft
Source: Fan booklet Exploratory testing (Microsoft)
Wat is Exploratory Testing?
“a style of software testing that
emphasizes the personal freedom
and responsibility of the individual
tester to continually optimize the quality of
his/her work by treating test-related learning,
test design, test execution, and test result
interpretation as mutually supportive activities
that run in parallel throughout the project”
Exploratory Testing is …
Exploratory Testing is …
“An approach to software testing that emphasizes
the personal freedom and responsibility of each
tester to continually optimize the value of his work
by treating learning, test design and test execution as
mutually supportive activities that run in parallel
throughout the project."
"Simultaneously designing and executing tests to
learn about the system, using your insights from the
last experiment to inform the next."
Exploratory Testing is …
“An approach to software testing that emphasizes
the personal freedom and responsibility of each
tester to continually optimize the value of his work
by treating learning, test design and test execution as
mutually supportive activities that run in parallel
throughout the project."
"Simultaneously designing and executing tests to
learn about the system, using your insights from the
last experiment to inform the next."
How does it work?
Call this “Checking” not Testing
Observe Evaluate Report
Interact with the
product in specific
ways to collect
specific observations.
Apply algorithmic
decision rules to
those observations.
Report any
failed checks.
means
operating a product to
check specific facts
about it…
A Check Has Three Elements
1. An observation linked to…
2. A decision rule such that…
3. both observation and decision rule can be applied
algorithmically.
A check can be performed
by a human who has been
instructed not to think
(and who is slow and variable)
by a machine
that can’t think
(but that is quick and precise)
Acquiring the competence, motivation,
and credibility for…
Testing is…
creating the conditions necessary for…
…so that you help your clients to make
informed decisions about risk.
evaluating a product by learning
about it through experimentation, which includes to
some degree: questioning, study, modeling,
observation and inference, including…
operating a product
to check specific
facts about it…
Questions About Exploration…
arrows and cycles
(value seeking)
Where does
exploration come
from?
What happens when
the unexpected
happens during
exploration?
What do we do
with what we
learn?
Will everyone
explore the same way?
Questions About Scripts…
arrows and cycles
Where do scripts
come from?
What happens when the
unexpected happens
during a script?
What do we do
with what we
learn?
Will everyone follow the same
script the same way?
(task performing)
Answers About Scripts…
arrows and cycles
Where do scripts
come from?
What happens when the
unexpected happens
during a script?
What do we do
with what we
learn?
Will everyone follow the same
script the same way?
(task performing)
Questions About Exploration…
arrows and cycles
(value seeking)
Where does
exploration come
from?
What happens when
the unexpected
happens during
exploration?
What do we do
with what we
learn?
Will everyone
explore the same way?
You can put them together!
arrows and cycles
(value seeking)
(task performing)
You can put them together!
arrows and cycles
You can put them together!
arrows and cycles
execution
Exploration: searching for value and risk
discovery
investigation
learningreporting
design
The Testing Formality Continuum
Mixing Scripting and Exploration
When I say “exploratory testing” and don’t qualify it, I mean anything
on the exploratory side of this continuum.
INFORMAL FORMAL
Not done in any specific way, nor to
verify specific facts.
Done in a specific way, or
to verify specific facts.
Machine
Checking
Human
Checking
Vague/Generic
Test Scripts
“Human
Transceiver”
Matrix/Outline
of Test Conditions
Product
Coverage
OutlinePlay
Specific
Test Data
Survey
Exploratory
Analytical
Exploratory
Contrasting Approaches
In scripted testing, tests are first
designed and recorded. Then they
may be executed at some later
time or by a different tester.
In exploratory testing, tests are
designed and executed at the
same time, and they are not
necessarily recorded, but may
be.
Product
Test
Scripts
Test Ideas
Contrasting Approaches
Scripted testing is about
controlling test execution.
Exploratory testing is about
improving test design.
Product
Test
Scripts
Test Ideas
Contrasting Approaches
Scripted testing is like
making a prepared speech, or
reading from sheet music.
It is guided by pre-conceived ideas.
Exploratory testing is like
having a conversation or
playing improvisational jazz.
It is self-guided. Product
Test
Scripts
Test Ideas
Blending Scripted & Exploratory
• Generic scripts: specify general test procedures and apply them to
different parts of a test coverage outline.
• Vague scripts: specify a test step-by-step, but leave out any detail that
does not absolutely need to be pre-specified.
• Improvisation: have scripts, but encourage deviation from them, too.
• Fragmentary cases: specify tests as single sentences or phrases.
• Test Coverage Outline: use outline of product elements and have tester
construct tests from it on the fly.
• Risk Catalog: specify types of problems to look for, then construct tests on
the fly to find each one.
• Exploratory Charters: specify 90 minutes of testing in two sentences or
less.
• Roles: Give each tester a standing role to test a certain part of the product.
Leave the rest up to them.
• Heuristics: Train exploratory testers to use standardized test design
heuristics.
• SBTM: Consider using Session-Based Test Management, a formalized
method of exploratory test management.
ET is a Structured Process
• Exploratory testing, as we talk about it, is a structured process
conducted by a skilled tester, or by lesser skilled testers or users
working under supervision.
• The structure of ET comes from many sources:
– Test design heuristics
– Chartering
– Time boxing
– Perceived product risks
– The nature of specific tests
– The structure of the product being tested
– The process of learning the product
– Development activities
– Constraints and resources afforded by the project
– The skills, talents, and interests of the tester
– The overall mission of testing
In other words,
it’s not “random”,
but systematic.
See “Exploratory Dynamics” in the RST Appendices.
Let’s look at Hipmunk…
Let’s look at Hipmunk…
• Hipmunk is a remarkable new travel
search site that aims to take the agony
out of travel planning. The goal is to help you
book travel faster and more efficiently.
• Hipmunk shows all relevant flight or hotel results
on a single page, in a visual "timeline" that makes
it easy to understand the tradeoffs between
options. Hipmunk was designed to help people
who are overwhelmed with pages of irrelevant
search results.
• How can we look at Hipmunk and find problems
in it?
• Learn the product. Using a
mind map, begin creating a
product coverage outline
and a risk list. A map of the
product’s elements will help
to guide future sessions of
testing.
• Identify problems that might
threaten the value of the
product.
Managing Exploratory Testing
Daily Test Sessions
Project
StrategyGeneral
Ongoing
Planning
Low Tech Dashboard
Test
Charters
(weekly)
planning
session
Wrap-up /
Debrief
Test
Session
Issues BugsRisk CatalogHeuristics Test Ideas
RisksTest Plan Coverage
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Session
Sheets
Source: Ruud Cox, Testing in a Medical Device Context, EuroStar 2012
Daily Test Sessions
Project
StrategyGeneral
Ongoing
Planning
Low Tech Dashboard
Test
Charters
(weekly)
planning
session
Wrap-up /
Debrief
Test
Session
Issues BugsRisk CatalogHeuristics Test Ideas
RisksTest Plan Coverage
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Session
Sheets
Test Charters
Explore (target)
With (resources)
To discover (information)
The charter is a one- to three-sentence mission for a testing session
My mission is to test
<insert risk here> to
<insert coverage here>
Explore Application X import
menu. Identify important
features with the goal of
developing a coverage outline
and a risk list.
Read Chapter 4 of the product
specification. Prepare a mind map, and
discuss it with Peter (programmer) and
David (architect).
Acknowledgements
To Do In Progress Done
Cancelled
Feature 1 Feature 2 Bug Unplanned work
Dashboards
Charter Patterns:
Evolving test strategy
• Intake Sessions (Goal: negotiate mission)
“Interview the project manager about testing Xmind.”
• Survey Sessions (Goal: learn product)
“Familiarize yourself with Xmind.”
• Setup Sessions (Goal: create testing infrastructure)
“Develop a library of mindmaps for testing Xmind.”
• Analysis Sessions (Goal: get ideas for deep coverage)
“Identify the primary functions of Xmind.”
“Construct a product coverage outline.”
“Brainstorm test ideas.”
“Prepare a state model for state-based testing.”
“Perform a component risk-analysis to guide further testing.”
“Discover all the error messages in Xmind.”
Charter Patterns:
Evolving test strategy
• Deep Coverage Sessions (Goal: find the right bugs)
“Perform scenario testing based on the scenario playbook.”
“Perform a tour that achieves double-transition state coverage.”
“Perform steeplechase boundary testing on the major data items.”
“Test each error message in Xmind.”
“Perform a function tour using the 2300 node mindmap.”
• Closure Sessions (Goal: get ready to release)
“Verify the latest fixes.”
“Re-test tutorial with the latest build.”
“Review help files and readme.”
“Go over deferred bugs with Customer Support people.”
“Perform clean-machine install test.”
Parking Calculator
Parking Calculator
• This parking calculator is provided for the convenience
of travelers to estimate parking costs. Actual parking
costs may vary depending upon exact times of arrival
and departure. An additional Lost Ticket fee will be
assessed if the original parking ticket cannot be
produced when exiting the parking facilities.
• Original website:
http://www.grr.org/ParkCalc.php
• Older more buggy version:
http://adam.goucher.ca/parkcalc/
Analysis & deep coverage session
• Step 1: do a quick analysis session of
“ParkCalc” in exactly five minutes to learn
about the app and brainstorm on what could
be tested in the product. Prepare for a deep
coverage session.
• Step 2: test a part of application for 15 min.
Keep track of your ideas and actions as you go.
Daily Test Sessions
Project
StrategyGeneral
Ongoing
Planning
Low Tech Dashboard
Test
Charters
(weekly)
planning
session
Wrap-up /
Debrief
Test
Session
Issues BugsRisk CatalogHeuristics Test Ideas
RisksTest Plan Coverage
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Session
Sheets
Notes
Can also be a tool like Rapid Reporter, notepad or a Mind Map
Session sheet
• Charter
• Coverage areas (product areas, product elements, quality criteria or test techniques)
• Start Time + Session duration (long, normal, or short)
• Tester Name(s)
• Charter/opportunity time , expressed as a time breakdown:
– Test design and execution (as a percentage of the total on-charter time)
– Bug investigation and reporting (as a percentage of the total on-charter time)
– Session setup (as a percentage of the total on-charter time)
• Data Files
• Test Log (notes the tester made during testing)
• Bugs (a problem that threatens the value of the product)
• Issues (a problem that threatens the value of the testing process)
Debrief - PROOF
Past: What happened during the session?
Results: What was achieved during the session?
Outlook: What still needs to be done?
Obstacles: What got in the way of good testing?
Feelings: How does the tester feel about all this?
Discuss session sheet to assure that both understand it.
Discuss session and ask questions: new sessions may be chartered.
Learn!
Daily Test Sessions
Project
StrategyGeneral
Ongoing
Planning
Low Tech Dashboard
Test
Charters
(weekly)
planning
session
Wrap-up /
Debrief
Test
Session
Issues BugsRisk CatalogHeuristics Test Ideas
RisksTest Plan Coverage
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Wrap-up /
Debrief
Test
Session
Test Log
Session
Sheets
Why ET is powerful
• Do what really needs to be done
• It facilitates experimentation, serendipity,
discovery and learning
• It finds more bugs
• Create engagement: help people use their brains
• Take advantage of tacit knowledge and skill
• Use insights from experiments to inform the next
• Using the full creative power of exploration
Mastering Exploratory Testing
Challenges?
Exploratory Testing =
(like testing in general) is not easy and
needs(a lot) training and practice
Often seen as most difficult:
– Note taking
– Test ideas
– Coverage reporting
– Managing ET
• Just do it!
• Practice, practice and practice some more…
• Pair with colleagues
• Debrief & retrospect
• Testing Dojo
• Train creating test ideas fast
• Learn more about observation, experiments,
biases, social science, ....
How to master exploratory testing?
Image: http://corkboard.me
“Testing is about
questioning & learning
under conditions of
fundamental
uncertainty.”
RST
“I've participated and organized
many testing competitions. I've
never seen someone win such a
competition by writing down
tests. Doesn't that tell us
something?”
James Bach
“A tester knows
that things can be
different”
Jerry Weinberg
If you cannot trust your
testers, you do not make them
write more detailed test case.
But you train them!
Rikard Edgren – EuroStar 2012
Gitte Ottosen – ATD 2012
SizeValue
Vragen, opmerkingen, discussie, feedback?
Improve Quality Services B.V.
Huib Schoots
hsc@Improveqs.nl
@huibschoots
www.huibschoots.nl/blog
Contacts
Laan van Diepenvoorde 1
5582 LA Waalre
The Netherlands
Tel: +31 40 2021803
Improve Quality Services B.V.
References
● Some of these slides are taken from Rapid Software Testing by James Bach & Michael Bolton
http://www.satisfice.com/info_rst.shtml
● RST Appendices
http://www.satisfice.com/rst-appendices.pdf
● Keri Smith
http://www.kerismith.com
http://www.flickr.com/photos/kerismith/
http://redefineschool.com/keri-smith-explore-art/
http://www.kerismith.com/popular-posts/100-ideas/
http://superforest.org/2010/03/the-rebels-manifesto-keri-smith/
http://www.kerismith.com/blog/revolution/
● “Evolving Understanding of Exploratory Testing” en “Structures of Exploratory Testing”
http://www.developsense.com/resources.html
● Test cases are not testing: towards a culture of test performance by James Bach & Aaron Hodder
http://www.testingcircus.com/testing-trapeze-2014-february-edition/
● Verzamelde links op mijn website:
http://www.huibschoots.nl/links (take a look at the social science section too)
● Artikel “Exploratief testen gedefinieerd, hardnekkige mythes ontkracht!”
http://improveqs.nl/files/Exploratory_Testen_-_Huib_Schoots_-_Oktober_2013.pdf
● A lesson in exploratory testing
http://trishkhoo.com/2012/10/a-lesson-in-exploratory-testing/
Improve Quality Services B.V.

Más contenido relacionado

La actualidad más candente

Test and Behaviour Driven Development (TDD/BDD)
Test and Behaviour Driven Development (TDD/BDD)Test and Behaviour Driven Development (TDD/BDD)
Test and Behaviour Driven Development (TDD/BDD)Lars Thorup
 
Test Automation
Test AutomationTest Automation
Test Automationrockoder
 
Test Automation Framework Designs
Test Automation Framework DesignsTest Automation Framework Designs
Test Automation Framework DesignsSauce Labs
 
automation testing benefits
automation testing benefitsautomation testing benefits
automation testing benefitsnazeer pasha
 
Tips for Writing Better Charters for Exploratory Testing Sessions by Michael...
 Tips for Writing Better Charters for Exploratory Testing Sessions by Michael... Tips for Writing Better Charters for Exploratory Testing Sessions by Michael...
Tips for Writing Better Charters for Exploratory Testing Sessions by Michael...TEST Huddle
 
Data driven Automation Framework with Selenium
Data driven Automation Framework with Selenium Data driven Automation Framework with Selenium
Data driven Automation Framework with Selenium Edureka!
 
Test Automation Best Practices (with SOA test approach)
Test Automation Best Practices (with SOA test approach)Test Automation Best Practices (with SOA test approach)
Test Automation Best Practices (with SOA test approach)Leonard Fingerman
 
User Interface Testing. What is UI Testing and Why it is so important?
User Interface Testing. What is UI Testing and Why it is so important?User Interface Testing. What is UI Testing and Why it is so important?
User Interface Testing. What is UI Testing and Why it is so important?Maveryx
 
Non-Functional testing
Non-Functional testingNon-Functional testing
Non-Functional testingKanoah
 
Software Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisSoftware Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisOAK Systems Pvt Ltd
 
Software Testing 101
Software Testing 101Software Testing 101
Software Testing 101QA Hannah
 
TestNG Session presented in PB
TestNG Session presented in PBTestNG Session presented in PB
TestNG Session presented in PBAbhishek Yadav
 

La actualidad más candente (20)

Test automation proposal
Test automation proposalTest automation proposal
Test automation proposal
 
Test and Behaviour Driven Development (TDD/BDD)
Test and Behaviour Driven Development (TDD/BDD)Test and Behaviour Driven Development (TDD/BDD)
Test and Behaviour Driven Development (TDD/BDD)
 
Test Automation
Test AutomationTest Automation
Test Automation
 
Selenium ppt
Selenium pptSelenium ppt
Selenium ppt
 
Test Automation Framework Designs
Test Automation Framework DesignsTest Automation Framework Designs
Test Automation Framework Designs
 
Test NG Framework Complete Walk Through
Test NG Framework Complete Walk ThroughTest NG Framework Complete Walk Through
Test NG Framework Complete Walk Through
 
Sanity testing and smoke testing
Sanity testing and smoke testingSanity testing and smoke testing
Sanity testing and smoke testing
 
automation testing benefits
automation testing benefitsautomation testing benefits
automation testing benefits
 
Tips for Writing Better Charters for Exploratory Testing Sessions by Michael...
 Tips for Writing Better Charters for Exploratory Testing Sessions by Michael... Tips for Writing Better Charters for Exploratory Testing Sessions by Michael...
Tips for Writing Better Charters for Exploratory Testing Sessions by Michael...
 
Manual testing
Manual testingManual testing
Manual testing
 
Data driven Automation Framework with Selenium
Data driven Automation Framework with Selenium Data driven Automation Framework with Selenium
Data driven Automation Framework with Selenium
 
Test Automation Best Practices (with SOA test approach)
Test Automation Best Practices (with SOA test approach)Test Automation Best Practices (with SOA test approach)
Test Automation Best Practices (with SOA test approach)
 
User Interface Testing. What is UI Testing and Why it is so important?
User Interface Testing. What is UI Testing and Why it is so important?User Interface Testing. What is UI Testing and Why it is so important?
User Interface Testing. What is UI Testing and Why it is so important?
 
Automated Test Framework with Cucumber
Automated Test Framework with CucumberAutomated Test Framework with Cucumber
Automated Test Framework with Cucumber
 
QSpiders - Automation using Selenium
QSpiders - Automation using SeleniumQSpiders - Automation using Selenium
QSpiders - Automation using Selenium
 
Non-Functional testing
Non-Functional testingNon-Functional testing
Non-Functional testing
 
Software Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisSoftware Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & Analysis
 
Software Testing 101
Software Testing 101Software Testing 101
Software Testing 101
 
TestNG
TestNGTestNG
TestNG
 
TestNG Session presented in PB
TestNG Session presented in PBTestNG Session presented in PB
TestNG Session presented in PB
 

Destacado

STARWest 2013 Courage and Freedom in Exploratory Testing
STARWest 2013 Courage and Freedom in Exploratory TestingSTARWest 2013 Courage and Freedom in Exploratory Testing
STARWest 2013 Courage and Freedom in Exploratory TestingGriffin Jones
 
Telling the testing story - Storytelling voor testers (DUTCH)
Telling the testing story - Storytelling voor testers (DUTCH)Telling the testing story - Storytelling voor testers (DUTCH)
Telling the testing story - Storytelling voor testers (DUTCH)Huib Schoots
 
Santa Barbara Agile: Exploratory Testing Explained and Experienced
Santa Barbara Agile: Exploratory Testing Explained and ExperiencedSanta Barbara Agile: Exploratory Testing Explained and Experienced
Santa Barbara Agile: Exploratory Testing Explained and ExperiencedMaaret Pyhäjärvi
 
Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012
Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012
Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012TEST Huddle
 
Practical Test Strategy Using Heuristics
Practical Test Strategy Using HeuristicsPractical Test Strategy Using Heuristics
Practical Test Strategy Using HeuristicsTEST Huddle
 
Creating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger EnterprisesCreating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger EnterprisesTEST Huddle
 
How to brew a tasty agile test strategy
How to brew a tasty agile test strategyHow to brew a tasty agile test strategy
How to brew a tasty agile test strategyDr. Alexander Schwartz
 

Destacado (9)

Test Heuristics for Exploratory Testing
Test Heuristics for Exploratory TestingTest Heuristics for Exploratory Testing
Test Heuristics for Exploratory Testing
 
STARWest 2013 Courage and Freedom in Exploratory Testing
STARWest 2013 Courage and Freedom in Exploratory TestingSTARWest 2013 Courage and Freedom in Exploratory Testing
STARWest 2013 Courage and Freedom in Exploratory Testing
 
Telling the testing story - Storytelling voor testers (DUTCH)
Telling the testing story - Storytelling voor testers (DUTCH)Telling the testing story - Storytelling voor testers (DUTCH)
Telling the testing story - Storytelling voor testers (DUTCH)
 
Santa Barbara Agile: Exploratory Testing Explained and Experienced
Santa Barbara Agile: Exploratory Testing Explained and ExperiencedSanta Barbara Agile: Exploratory Testing Explained and Experienced
Santa Barbara Agile: Exploratory Testing Explained and Experienced
 
Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012
Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012
Ruud Cox - Testing in a Medical Device Context - EuroSTAR 2012
 
Practical Test Strategy Using Heuristics
Practical Test Strategy Using HeuristicsPractical Test Strategy Using Heuristics
Practical Test Strategy Using Heuristics
 
Creating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger EnterprisesCreating Agile Test Strategies for Larger Enterprises
Creating Agile Test Strategies for Larger Enterprises
 
How to brew a tasty agile test strategy
How to brew a tasty agile test strategyHow to brew a tasty agile test strategy
How to brew a tasty agile test strategy
 
Exploratory Testing in Practice
Exploratory Testing in PracticeExploratory Testing in Practice
Exploratory Testing in Practice
 

Similar a Exploratory testing

Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing ExplainedTechWell
 
Michael Bolton - Two Futures of Software Testing
Michael Bolton - Two Futures of Software TestingMichael Bolton - Two Futures of Software Testing
Michael Bolton - Two Futures of Software TestingTEST Huddle
 
Exploratory testing
Exploratory testingExploratory testing
Exploratory testingISsoft
 
Make good use of explortary testing
Make good use of explortary testingMake good use of explortary testing
Make good use of explortary testinggaoliang641
 
Computer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.pptComputer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.pptTrevorChinguwo
 
Software testing part
Software testing partSoftware testing part
Software testing partPreeti Mishra
 
Test analysis & design good practices@TDT Iasi 17Oct2013
Test analysis & design   good practices@TDT Iasi 17Oct2013Test analysis & design   good practices@TDT Iasi 17Oct2013
Test analysis & design good practices@TDT Iasi 17Oct2013Tabăra de Testare
 
Karol Szewczak - exploratory testing – not so wacky, random stuff
Karol Szewczak - exploratory testing – not so wacky, random stuffKarol Szewczak - exploratory testing – not so wacky, random stuff
Karol Szewczak - exploratory testing – not so wacky, random stuffTrójmiejska Grupa Testerska
 
Acceptance testing for rome
Acceptance testing for romeAcceptance testing for rome
Acceptance testing for romeGitaAdryana
 
Dare to Explore: Discover ET!
Dare to Explore: Discover ET!Dare to Explore: Discover ET!
Dare to Explore: Discover ET!Raj Indugula
 
Session-Based Test Management
Session-Based Test ManagementSession-Based Test Management
Session-Based Test Managementcaltonhill
 
Testing 1 - the Basics
Testing 1 - the BasicsTesting 1 - the Basics
Testing 1 - the BasicsArleneAndrews2
 
! Testing for agile teams
! Testing for agile teams! Testing for agile teams
! Testing for agile teamsDennis Popov
 
Fundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptxFundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptxMusaBashir9
 
New Model Testing: A New Test Process and Tool
New Model Testing:  A New Test Process and ToolNew Model Testing:  A New Test Process and Tool
New Model Testing: A New Test Process and ToolTEST Huddle
 
Rapid Software Testing: Strategy
Rapid Software Testing: StrategyRapid Software Testing: Strategy
Rapid Software Testing: StrategyTechWell
 

Similar a Exploratory testing (20)

Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing Explained
 
QA process Presentation
QA process PresentationQA process Presentation
QA process Presentation
 
Michael Bolton - Two Futures of Software Testing
Michael Bolton - Two Futures of Software TestingMichael Bolton - Two Futures of Software Testing
Michael Bolton - Two Futures of Software Testing
 
Exploratory testing
Exploratory testingExploratory testing
Exploratory testing
 
Make good use of explortary testing
Make good use of explortary testingMake good use of explortary testing
Make good use of explortary testing
 
Exploratory testing
Exploratory testingExploratory testing
Exploratory testing
 
Agile test practices
Agile test practicesAgile test practices
Agile test practices
 
Computer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.pptComputer Software Testing Basics introduced.ppt
Computer Software Testing Basics introduced.ppt
 
Software testing part
Software testing partSoftware testing part
Software testing part
 
Test analysis & design good practices@TDT Iasi 17Oct2013
Test analysis & design   good practices@TDT Iasi 17Oct2013Test analysis & design   good practices@TDT Iasi 17Oct2013
Test analysis & design good practices@TDT Iasi 17Oct2013
 
Karol Szewczak - exploratory testing – not so wacky, random stuff
Karol Szewczak - exploratory testing – not so wacky, random stuffKarol Szewczak - exploratory testing – not so wacky, random stuff
Karol Szewczak - exploratory testing – not so wacky, random stuff
 
Acceptance testing for rome
Acceptance testing for romeAcceptance testing for rome
Acceptance testing for rome
 
Dare to Explore: Discover ET!
Dare to Explore: Discover ET!Dare to Explore: Discover ET!
Dare to Explore: Discover ET!
 
Session-Based Test Management
Session-Based Test ManagementSession-Based Test Management
Session-Based Test Management
 
Testing 1 - the Basics
Testing 1 - the BasicsTesting 1 - the Basics
Testing 1 - the Basics
 
! Testing for agile teams
! Testing for agile teams! Testing for agile teams
! Testing for agile teams
 
Software Testing 2/5
Software Testing 2/5Software Testing 2/5
Software Testing 2/5
 
Fundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptxFundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptx
 
New Model Testing: A New Test Process and Tool
New Model Testing:  A New Test Process and ToolNew Model Testing:  A New Test Process and Tool
New Model Testing: A New Test Process and Tool
 
Rapid Software Testing: Strategy
Rapid Software Testing: StrategyRapid Software Testing: Strategy
Rapid Software Testing: Strategy
 

Más de Huib Schoots

Testing in modern times a story about quality and value - agile testing dev ...
Testing in modern times  a story about quality and value - agile testing dev ...Testing in modern times  a story about quality and value - agile testing dev ...
Testing in modern times a story about quality and value - agile testing dev ...Huib Schoots
 
A road to awesomeness
A road to awesomenessA road to awesomeness
A road to awesomenessHuib Schoots
 
Thinking and working visually for software testers - Nordic Testing Days
Thinking and working visually for software testers - Nordic Testing DaysThinking and working visually for software testers - Nordic Testing Days
Thinking and working visually for software testers - Nordic Testing DaysHuib Schoots
 
Where words fail music speaks
Where words fail music speaksWhere words fail music speaks
Where words fail music speaksHuib Schoots
 
Succesful Testing The Continuous Delivery Process
Succesful Testing The Continuous Delivery ProcessSuccesful Testing The Continuous Delivery Process
Succesful Testing The Continuous Delivery ProcessHuib Schoots
 
Thinking and working visually for software testers
Thinking and working visually for software testersThinking and working visually for software testers
Thinking and working visually for software testersHuib Schoots
 
Mind maps tutorial Agile Testing Days
Mind maps tutorial Agile Testing DaysMind maps tutorial Agile Testing Days
Mind maps tutorial Agile Testing DaysHuib Schoots
 
Changing the context
Changing the contextChanging the context
Changing the contextHuib Schoots
 
Testnet JuBoCo boek introductie
Testnet JuBoCo boek introductieTestnet JuBoCo boek introductie
Testnet JuBoCo boek introductieHuib Schoots
 
Boost your testing power with Exploration
Boost your testing power with ExplorationBoost your testing power with Exploration
Boost your testing power with ExplorationHuib Schoots
 
So you think you can test?
So you think you can test?So you think you can test?
So you think you can test?Huib Schoots
 

Más de Huib Schoots (12)

Testing in modern times a story about quality and value - agile testing dev ...
Testing in modern times  a story about quality and value - agile testing dev ...Testing in modern times  a story about quality and value - agile testing dev ...
Testing in modern times a story about quality and value - agile testing dev ...
 
A road to awesomeness
A road to awesomenessA road to awesomeness
A road to awesomeness
 
Thinking and working visually for software testers - Nordic Testing Days
Thinking and working visually for software testers - Nordic Testing DaysThinking and working visually for software testers - Nordic Testing Days
Thinking and working visually for software testers - Nordic Testing Days
 
Where words fail music speaks
Where words fail music speaksWhere words fail music speaks
Where words fail music speaks
 
Succesful Testing The Continuous Delivery Process
Succesful Testing The Continuous Delivery ProcessSuccesful Testing The Continuous Delivery Process
Succesful Testing The Continuous Delivery Process
 
Set your course
Set your courseSet your course
Set your course
 
Thinking and working visually for software testers
Thinking and working visually for software testersThinking and working visually for software testers
Thinking and working visually for software testers
 
Mind maps tutorial Agile Testing Days
Mind maps tutorial Agile Testing DaysMind maps tutorial Agile Testing Days
Mind maps tutorial Agile Testing Days
 
Changing the context
Changing the contextChanging the context
Changing the context
 
Testnet JuBoCo boek introductie
Testnet JuBoCo boek introductieTestnet JuBoCo boek introductie
Testnet JuBoCo boek introductie
 
Boost your testing power with Exploration
Boost your testing power with ExplorationBoost your testing power with Exploration
Boost your testing power with Exploration
 
So you think you can test?
So you think you can test?So you think you can test?
So you think you can test?
 

Último

%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 

Último (20)

%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 

Exploratory testing

  • 2. Met dank aan: • Keri Smith voor inspiratie • Ruud Cox voor de vele discussies en hulp bij voorbereiding • Uiteraard James Bach en Michael Bolton voor het delen van hun kennis over Rapid Software Testing, Exploratory Testing en Session Based Test Management Sommige slides zijn met toestemming overgenomen uit Rapid Software Testing (http://www.satisfice.com/info_rst.shtml). Rapid Software Testing is ontwikkeld door James Bach en Michael Bolton. Acknowledgements Improve Quality Services B.V.
  • 3. Debrief Exercises Improve Quality Services B.V. Observe Compare (analyze/evaluate)
  • 4. Test: Procedure has four elements • Configure – (if necessary) Obtain product for testing – (if necessary) Install on a platform. – (if necessary) Prepare test data and tools for test execution. – Assure that the product is in a “clean enough” starting state. • Operate – Control the product and platform with inputs to exercise the product. – Cause the product to exercise the right functions/states in the right sequence with the right data. • Observe – Collect information about how the product behaves (collect both direct and indirect output) so that it can be evaluated. • Evaluate – Apply oracles to detect bugs. Addresses a motivating question Provides a clear answer to the question
  • 5.
  • 6.
  • 7. Keri Smith is een Canadees conceptueel kunstenaar en auteur van diverse bestsellers over creativiteit. De belangrijkste focus van haar werk/onderzoek ligt op het creeren van wat de schrijver Umberto Eco genaamd "Open werken", stukken die worden ingevuld door de lezer/gebruiker. Kunstenaars en wetenschappers analyseren de wereld om hen heen in verrassend gelijkaardige manieren: door te observeren, verzamelen, documenteren, analyseren en vergelijken. In haar boeiende "guided journals" worden lezers aangemoedigd om hun wereld te verkennen als kunstenaars en wetenschappers. Wat is haar missie? Om de wereld om je heen observeren en te documenteren. Alsof je nog het voor het eerst ziet... Maak notities. Verzamel dingen die je vindt op je reizen. Documenteer je bevindingen. Herken patronen. Kopieer. Speur. Focus op een ding tegelijk. Volg waardoor je wordt aangetrokken?
  • 8.
  • 10. Discussie • Wat is ET? • Wat is het doel van ET? • Wie bedienen we met ET?
  • 11. TMap Next Do not apply ET if: • Higher demands on demonstrability / reporting (eg. imposed standards) • Critical functionality (failure = big damage) • Inexperienced testers • Test cases must be able to be executed by a different tester • Test cases have to be re-usable • No direct feedback from test execution (the results are not immediately available) • Tests require a lot of preparation • Testing needs to be on the critical path as short as possible Source: TMap Next, chapter 14
  • 12. Microsoft Source: Fan booklet Exploratory testing (Microsoft)
  • 13. Wat is Exploratory Testing?
  • 14. “a style of software testing that emphasizes the personal freedom and responsibility of the individual tester to continually optimize the quality of his/her work by treating test-related learning, test design, test execution, and test result interpretation as mutually supportive activities that run in parallel throughout the project” Exploratory Testing is …
  • 15. Exploratory Testing is … “An approach to software testing that emphasizes the personal freedom and responsibility of each tester to continually optimize the value of his work by treating learning, test design and test execution as mutually supportive activities that run in parallel throughout the project." "Simultaneously designing and executing tests to learn about the system, using your insights from the last experiment to inform the next."
  • 16. Exploratory Testing is … “An approach to software testing that emphasizes the personal freedom and responsibility of each tester to continually optimize the value of his work by treating learning, test design and test execution as mutually supportive activities that run in parallel throughout the project." "Simultaneously designing and executing tests to learn about the system, using your insights from the last experiment to inform the next."
  • 17. How does it work?
  • 18. Call this “Checking” not Testing Observe Evaluate Report Interact with the product in specific ways to collect specific observations. Apply algorithmic decision rules to those observations. Report any failed checks. means operating a product to check specific facts about it…
  • 19. A Check Has Three Elements 1. An observation linked to… 2. A decision rule such that… 3. both observation and decision rule can be applied algorithmically. A check can be performed by a human who has been instructed not to think (and who is slow and variable) by a machine that can’t think (but that is quick and precise)
  • 20. Acquiring the competence, motivation, and credibility for… Testing is… creating the conditions necessary for… …so that you help your clients to make informed decisions about risk. evaluating a product by learning about it through experimentation, which includes to some degree: questioning, study, modeling, observation and inference, including… operating a product to check specific facts about it…
  • 21. Questions About Exploration… arrows and cycles (value seeking) Where does exploration come from? What happens when the unexpected happens during exploration? What do we do with what we learn? Will everyone explore the same way?
  • 22. Questions About Scripts… arrows and cycles Where do scripts come from? What happens when the unexpected happens during a script? What do we do with what we learn? Will everyone follow the same script the same way? (task performing)
  • 23. Answers About Scripts… arrows and cycles Where do scripts come from? What happens when the unexpected happens during a script? What do we do with what we learn? Will everyone follow the same script the same way? (task performing)
  • 24. Questions About Exploration… arrows and cycles (value seeking) Where does exploration come from? What happens when the unexpected happens during exploration? What do we do with what we learn? Will everyone explore the same way?
  • 25. You can put them together! arrows and cycles (value seeking) (task performing)
  • 26. You can put them together! arrows and cycles
  • 27. You can put them together! arrows and cycles
  • 28. execution Exploration: searching for value and risk discovery investigation learningreporting design
  • 29. The Testing Formality Continuum Mixing Scripting and Exploration When I say “exploratory testing” and don’t qualify it, I mean anything on the exploratory side of this continuum. INFORMAL FORMAL Not done in any specific way, nor to verify specific facts. Done in a specific way, or to verify specific facts. Machine Checking Human Checking Vague/Generic Test Scripts “Human Transceiver” Matrix/Outline of Test Conditions Product Coverage OutlinePlay Specific Test Data Survey Exploratory Analytical Exploratory
  • 30. Contrasting Approaches In scripted testing, tests are first designed and recorded. Then they may be executed at some later time or by a different tester. In exploratory testing, tests are designed and executed at the same time, and they are not necessarily recorded, but may be. Product Test Scripts Test Ideas
  • 31. Contrasting Approaches Scripted testing is about controlling test execution. Exploratory testing is about improving test design. Product Test Scripts Test Ideas
  • 32. Contrasting Approaches Scripted testing is like making a prepared speech, or reading from sheet music. It is guided by pre-conceived ideas. Exploratory testing is like having a conversation or playing improvisational jazz. It is self-guided. Product Test Scripts Test Ideas
  • 33. Blending Scripted & Exploratory • Generic scripts: specify general test procedures and apply them to different parts of a test coverage outline. • Vague scripts: specify a test step-by-step, but leave out any detail that does not absolutely need to be pre-specified. • Improvisation: have scripts, but encourage deviation from them, too. • Fragmentary cases: specify tests as single sentences or phrases. • Test Coverage Outline: use outline of product elements and have tester construct tests from it on the fly. • Risk Catalog: specify types of problems to look for, then construct tests on the fly to find each one. • Exploratory Charters: specify 90 minutes of testing in two sentences or less. • Roles: Give each tester a standing role to test a certain part of the product. Leave the rest up to them. • Heuristics: Train exploratory testers to use standardized test design heuristics. • SBTM: Consider using Session-Based Test Management, a formalized method of exploratory test management.
  • 34. ET is a Structured Process • Exploratory testing, as we talk about it, is a structured process conducted by a skilled tester, or by lesser skilled testers or users working under supervision. • The structure of ET comes from many sources: – Test design heuristics – Chartering – Time boxing – Perceived product risks – The nature of specific tests – The structure of the product being tested – The process of learning the product – Development activities – Constraints and resources afforded by the project – The skills, talents, and interests of the tester – The overall mission of testing In other words, it’s not “random”, but systematic. See “Exploratory Dynamics” in the RST Appendices.
  • 35. Let’s look at Hipmunk…
  • 36. Let’s look at Hipmunk… • Hipmunk is a remarkable new travel search site that aims to take the agony out of travel planning. The goal is to help you book travel faster and more efficiently. • Hipmunk shows all relevant flight or hotel results on a single page, in a visual "timeline" that makes it easy to understand the tradeoffs between options. Hipmunk was designed to help people who are overwhelmed with pages of irrelevant search results. • How can we look at Hipmunk and find problems in it?
  • 37. • Learn the product. Using a mind map, begin creating a product coverage outline and a risk list. A map of the product’s elements will help to guide future sessions of testing. • Identify problems that might threaten the value of the product.
  • 39. Daily Test Sessions Project StrategyGeneral Ongoing Planning Low Tech Dashboard Test Charters (weekly) planning session Wrap-up / Debrief Test Session Issues BugsRisk CatalogHeuristics Test Ideas RisksTest Plan Coverage Test Log Wrap-up / Debrief Test Session Test Log Wrap-up / Debrief Test Session Test Log Session Sheets
  • 40. Source: Ruud Cox, Testing in a Medical Device Context, EuroStar 2012
  • 41. Daily Test Sessions Project StrategyGeneral Ongoing Planning Low Tech Dashboard Test Charters (weekly) planning session Wrap-up / Debrief Test Session Issues BugsRisk CatalogHeuristics Test Ideas RisksTest Plan Coverage Test Log Wrap-up / Debrief Test Session Test Log Wrap-up / Debrief Test Session Test Log Session Sheets
  • 42. Test Charters Explore (target) With (resources) To discover (information) The charter is a one- to three-sentence mission for a testing session My mission is to test <insert risk here> to <insert coverage here> Explore Application X import menu. Identify important features with the goal of developing a coverage outline and a risk list. Read Chapter 4 of the product specification. Prepare a mind map, and discuss it with Peter (programmer) and David (architect).
  • 43. Acknowledgements To Do In Progress Done Cancelled Feature 1 Feature 2 Bug Unplanned work Dashboards
  • 44. Charter Patterns: Evolving test strategy • Intake Sessions (Goal: negotiate mission) “Interview the project manager about testing Xmind.” • Survey Sessions (Goal: learn product) “Familiarize yourself with Xmind.” • Setup Sessions (Goal: create testing infrastructure) “Develop a library of mindmaps for testing Xmind.” • Analysis Sessions (Goal: get ideas for deep coverage) “Identify the primary functions of Xmind.” “Construct a product coverage outline.” “Brainstorm test ideas.” “Prepare a state model for state-based testing.” “Perform a component risk-analysis to guide further testing.” “Discover all the error messages in Xmind.”
  • 45. Charter Patterns: Evolving test strategy • Deep Coverage Sessions (Goal: find the right bugs) “Perform scenario testing based on the scenario playbook.” “Perform a tour that achieves double-transition state coverage.” “Perform steeplechase boundary testing on the major data items.” “Test each error message in Xmind.” “Perform a function tour using the 2300 node mindmap.” • Closure Sessions (Goal: get ready to release) “Verify the latest fixes.” “Re-test tutorial with the latest build.” “Review help files and readme.” “Go over deferred bugs with Customer Support people.” “Perform clean-machine install test.”
  • 47. Parking Calculator • This parking calculator is provided for the convenience of travelers to estimate parking costs. Actual parking costs may vary depending upon exact times of arrival and departure. An additional Lost Ticket fee will be assessed if the original parking ticket cannot be produced when exiting the parking facilities. • Original website: http://www.grr.org/ParkCalc.php • Older more buggy version: http://adam.goucher.ca/parkcalc/
  • 48. Analysis & deep coverage session • Step 1: do a quick analysis session of “ParkCalc” in exactly five minutes to learn about the app and brainstorm on what could be tested in the product. Prepare for a deep coverage session. • Step 2: test a part of application for 15 min. Keep track of your ideas and actions as you go.
  • 49. Daily Test Sessions Project StrategyGeneral Ongoing Planning Low Tech Dashboard Test Charters (weekly) planning session Wrap-up / Debrief Test Session Issues BugsRisk CatalogHeuristics Test Ideas RisksTest Plan Coverage Test Log Wrap-up / Debrief Test Session Test Log Wrap-up / Debrief Test Session Test Log Session Sheets
  • 50. Notes Can also be a tool like Rapid Reporter, notepad or a Mind Map
  • 51. Session sheet • Charter • Coverage areas (product areas, product elements, quality criteria or test techniques) • Start Time + Session duration (long, normal, or short) • Tester Name(s) • Charter/opportunity time , expressed as a time breakdown: – Test design and execution (as a percentage of the total on-charter time) – Bug investigation and reporting (as a percentage of the total on-charter time) – Session setup (as a percentage of the total on-charter time) • Data Files • Test Log (notes the tester made during testing) • Bugs (a problem that threatens the value of the product) • Issues (a problem that threatens the value of the testing process)
  • 52. Debrief - PROOF Past: What happened during the session? Results: What was achieved during the session? Outlook: What still needs to be done? Obstacles: What got in the way of good testing? Feelings: How does the tester feel about all this? Discuss session sheet to assure that both understand it. Discuss session and ask questions: new sessions may be chartered. Learn!
  • 53. Daily Test Sessions Project StrategyGeneral Ongoing Planning Low Tech Dashboard Test Charters (weekly) planning session Wrap-up / Debrief Test Session Issues BugsRisk CatalogHeuristics Test Ideas RisksTest Plan Coverage Test Log Wrap-up / Debrief Test Session Test Log Wrap-up / Debrief Test Session Test Log Session Sheets
  • 54. Why ET is powerful • Do what really needs to be done • It facilitates experimentation, serendipity, discovery and learning • It finds more bugs • Create engagement: help people use their brains • Take advantage of tacit knowledge and skill • Use insights from experiments to inform the next • Using the full creative power of exploration
  • 56. Challenges? Exploratory Testing = (like testing in general) is not easy and needs(a lot) training and practice Often seen as most difficult: – Note taking – Test ideas – Coverage reporting – Managing ET
  • 57. • Just do it! • Practice, practice and practice some more… • Pair with colleagues • Debrief & retrospect • Testing Dojo • Train creating test ideas fast • Learn more about observation, experiments, biases, social science, .... How to master exploratory testing?
  • 58. Image: http://corkboard.me “Testing is about questioning & learning under conditions of fundamental uncertainty.” RST “I've participated and organized many testing competitions. I've never seen someone win such a competition by writing down tests. Doesn't that tell us something?” James Bach “A tester knows that things can be different” Jerry Weinberg If you cannot trust your testers, you do not make them write more detailed test case. But you train them! Rikard Edgren – EuroStar 2012 Gitte Ottosen – ATD 2012
  • 60. Vragen, opmerkingen, discussie, feedback? Improve Quality Services B.V.
  • 61. Huib Schoots hsc@Improveqs.nl @huibschoots www.huibschoots.nl/blog Contacts Laan van Diepenvoorde 1 5582 LA Waalre The Netherlands Tel: +31 40 2021803 Improve Quality Services B.V.
  • 62. References ● Some of these slides are taken from Rapid Software Testing by James Bach & Michael Bolton http://www.satisfice.com/info_rst.shtml ● RST Appendices http://www.satisfice.com/rst-appendices.pdf ● Keri Smith http://www.kerismith.com http://www.flickr.com/photos/kerismith/ http://redefineschool.com/keri-smith-explore-art/ http://www.kerismith.com/popular-posts/100-ideas/ http://superforest.org/2010/03/the-rebels-manifesto-keri-smith/ http://www.kerismith.com/blog/revolution/ ● “Evolving Understanding of Exploratory Testing” en “Structures of Exploratory Testing” http://www.developsense.com/resources.html ● Test cases are not testing: towards a culture of test performance by James Bach & Aaron Hodder http://www.testingcircus.com/testing-trapeze-2014-february-edition/ ● Verzamelde links op mijn website: http://www.huibschoots.nl/links (take a look at the social science section too) ● Artikel “Exploratief testen gedefinieerd, hardnekkige mythes ontkracht!” http://improveqs.nl/files/Exploratory_Testen_-_Huib_Schoots_-_Oktober_2013.pdf ● A lesson in exploratory testing http://trishkhoo.com/2012/10/a-lesson-in-exploratory-testing/ Improve Quality Services B.V.