SlideShare una empresa de Scribd logo
1 de 48
Descargar para leer sin conexión
1/22/2013

Star Canada 2013
Janet Gregory, DragonFire Inc.
Copyright 2013

With material from Lisa Crispin

My experience comes …
As a tester, working on agile teams
Coaching and training, learning
Agile Testing: A Practical Guide for Testers and Agile Teams;
Addison Wesley 2009
Copyright 2013 DragonFire Inc.

1
1/22/2013

How many years experience with agile?
◦
◦
◦
◦
◦

At least 2 years
Less than 2 years
Less than 1 year
Have done some reading, starting in a team
Completely new to the concept

Are you a ...
◦
◦
◦
◦

Tester
Test Manager
Programmer
Other

Copyright 2013 DragonFire Inc.

3

10 minutes ~1 minute / person
Name
Where you are from?
Why you are here?
Let everyone have a chance to introduce themselves

Copyright 2013 DragonFire Inc.

4

2
1/22/2013

Copyright 2013 DragonFire Inc.

•
•
•
•
•
•

5

have short iterations
encourage active customer participation
demand whole team collaboration
test features & stories as they are coded
deliver business value at regular intervals
adapt their processes based on feedback

Copyright 2013 DragonFire Inc.

6

3
1/22/2013

Sequential, phased – eg. waterfall

Requirements
Specifications

Code
Testing
Release

Time

D
C

C
A
It 0

B

It 1

A

B
It 2

A

Agile: iterative, incremental

F
E
D
C
B

It 3

A

– Each story is expanded, coded and
tested
– Possible release after each iteration
B

It 4

7

What concerns you
about agile
and
test planning?

Copyright 2013 DragonFire Inc.

4
1/22/2013

Test Approach – The Agile Way
Project Initiation

Release/Project
Planning
Each Iteration
1
….
X

System Test /
End Game

Release to Prod/
Support

Get an understanding of the project (business)

Participate in sizing stories

Create Test Plan

Estimate tasks, Run regression tests
Collaborate with customers on acceptance tests
Write, automate and execute new story tests
Pair test with other testers, developers
Perform exploratory testing
Perform Final Load Test
Complete Final Regression Test
Perform UAT
Perform Mock Deploy
Participate in Release Readiness
Participate in Release to Prod
Participate in Retrospectives

Copyright 2013 DragonFire Inc.

9

Project
Test Plan

Release
Test Plan
Copyright 2013 DragonFire Inc.

Story
Tests

10

5
1/22/2013

• Product Roadmap
◦ High level feature ideas

• Release Planning
◦ Backlog of sized and prioritized stories

• Iteration Planning
◦ Backlog of estimated tasks
◦ Estimations are in hours: how long will it take

Copyright 2013 DragonFire Inc.

11

• Types of testing needed
• Automation
• Complexity
• Size

More details later …

Copyright 2013 DragonFire Inc.

12

6
1/22/2013

Instead of saying NO,
or being the gatekeeper
Be the information provider so
business can make the decisions
Questions… on agile approach to planning
Copyright 2013 DragonFire Inc.

13

Copyright 2013 DragonFire Inc.

14

7
1/22/2013

Let’s talk a little
testing ….

What is enough
to keep you out
of trouble?
Copyright 2013 DragonFire Inc.

15

• Find bugs
• Check correctness
• Test reliability
• Check usability
• Answer “Is it done?”
• Learn about the application
• Feedback into future stories

What else???
Copyright 2013 DragonFire Inc.

16

8
1/22/2013

• Each group, collaborate
• Write different types of testing that you do
• One type per sticky
• 5 minutes

Copyright 2013 DragonFire Inc.

17

• Model for classifying tests
• Looks at the purpose of the tests – the ‘why’

Copyright 2013 DragonFire Inc.

18

9
1/22/2013

Agile Testing Quadrants

Brain child of Brian Marick

19

• Take your tests and put them in the quadrant
you think they belong in.
• Were you able to get them all classified?
• Add tests as you think about them.

Copyright 2013 DragonFire Inc.

20

10
1/22/2013

Agile Testing Quadrants

(Brian Marick)

21

• Can be used as a communication tool
o

to explain testing in a common language

• Emphasize whole-team responsibility
o
o

focus on collaboration
whole team participation

• Help plan what tests to automate
o

and tools and infrastructure needed

Copyright 2013 DragonFire Inc.

11
1/22/2013

For each story / feature
◦ No story is done until tested
◦ Customer needs captured as passing tests
◦ Automated regression tests
For release readiness
◦ Delivers value
◦ “Doneness” in all quadrants

Copyright 2013 DragonFire Inc.

23

Copyright 2013 DragonFire Inc.

24

12
1/22/2013

Unit Tests
o
o
o
o

Tests developer intent - program design
Tests a small piece of code
Makes sure it does what it should
TDD

Component Tests
o
o

Tests architecture intent – system design
Tests that components work together correctly

Connectivity Tests
Copyright 2013 DragonFire Inc.

• Builds quality in
• Focus on internal code quality
• Builds testability into code
• Go faster, do more
o

Unit tests provide refactoring support

• Provides instant feedback
• TDD increases confidence in design
• Forms the foundation of automation suite
Copyright 2013 DragonFire Inc.

13
1/22/2013

Can you think
of anything else
for Quadrant 1?

27

Copyright 2013 DragonFire Inc.

28

14
1/22/2013

• Use to elicit requirements
• Acceptance Test (or Example) Driven Development
o

Allows developers to code until the tests pass

• Capture examples, express as executable tests
• User experience
o

wire frames; mock-ups / prototypes

Copyright 2013 DragonFire Inc.

• Help customers achieve advance clarity
• Gain shared common understanding of stories
• Drive development with business-facing tests
• Obtain enough requirements to start coding
• Focus is external quality
• Customer – developer – tester collaboration
◦ Power of Three

Copyright 2013 DragonFire Inc.

15
1/22/2013

Can you think
of anything else
for Quadrant 3?

Discussions?

31

Copyright 2013 DragonFire Inc.

32

16
1/22/2013

• Exploratory testing
o

what didn’t we think about

• Test for usability
o

understand end users, personas

• Tours
• User Acceptance Testing (UAT)

Copyright 2013 DragonFire Inc.

• Iteration reviews / demos
o

Builds confidence

o

Quick feedback loop

• Pair test with customers
• Informal demos
o

Pair exploratory testing with customer

Copyright 2013 DragonFire Inc.

17
1/22/2013

• Provide feedback ….
o

Turn learnings into tests that drive new features

o

Change process as needed

• Evaluation of the product
• Recreate actual user experiences
• Realistic use

Copyright 2013 DragonFire Inc.

• Know your customers
• Make them real
• Plan your exploratory
testing using them

• Picture – from Jeff Patton’s
Pragmatic Personas weekly column
on Sticky Minds (1/25/2010)

Copyright 2013 DragonFire Inc.

18
1/22/2013

• Think of some personas or characters and
devise exploratory scenarios which that role
might get into, for example:
Shopping website - Amazon
o

Senior citizen who never shopped on the web

o

Hacker looking to cause trouble

o

Working mom in a rush

o

Internet-savvy teen

37

Copyright 2013 DragonFire Inc.

37

Any questions about
Quadrant 3?

38

19
1/22/2013

39

Copyright 2013 DragonFire Inc.

• Non-functional tests
• Performance, scalability, stress, load
• “ility” testing
• Automated deployments
• Memory management
• Infrastructure testing
• Security testing
o

Roles & permissions , system ‘hacking’

• Data migration
• Recovery
Copyright 2013 DragonFire Inc.

20
1/22/2013

• May be higher priority than functional req’ts
• Makes the ‘finished’ product
• Transfer specialized expertise

Consider the four quadrants
• Would you add anything?
• Consider your quality attributes
• Do you need to move any tests?
• What tests are you missing?
• What is your team is not doing now?

Copyright 2013 DragonFire Inc.

42

21
1/22/2013

Automate at
the feature
level

push
the
tests
lower

Automate
at the story
level

Automate
at the task
level

Sequential, phased – eg. waterfall

Requirements

All
automation
done here

Specifications
Code
Testing

Release

Time

D
C

C
A
It 0

B

It 1

A

B
It 2

A

Agile: iterative, incremental

F
E
D
C
B

It 3

A

– Each story is expanded, coded and
tested
– Possible release after each iteration
B

Automation
here
It 4
Automation
Automation here
Automation
here
here
44

22
1/22/2013

Instead of saying NO,
or being the gatekeeper
Be the information provider so
business can make the decisions
Questions… on types of testing?
Copyright 2013 DragonFire Inc.

45

Copyright 2013 DragonFire Inc.

46

23
1/22/2013

Release Level Test Planning

Copyright 2013 DragonFire Inc.

47

• Consider scope, priorities, risks
• Document only what is useful
• Consider all types of testing
• Budget time for:
o
o
o

infrastructure
tools
automation needs

• Strive for simplicity

Copyright 2013 DragonFire Inc.

48

24
1/22/2013

49

• Sizing of stories
◦ think about impacts to system

• Ask questions
◦ that may impact the ‘bigness’ of the story
◦ to uncover hidden assumptions
◦ such as ‘what if?’, or “what happens if?”

• Not the time for details
• Create a project “test plan”
Copyright 2013 DragonFire Inc.

50

25
1/22/2013

• Are we working with a vendor?
◦ If so, how do we coordinate testing?

• Are there dependencies between …
◦ features?
◦ teams?
◦ Stories?

Copyright 2013 DragonFire Inc.

51

26
1/22/2013

• Should be project specific
• High-light critical information
◦ risks
◦ assumptions
◦ constraints

• Focus on what is really needed
• Put static information –in a Quality
Management Strategy document

Copyright 2013 DragonFire Inc.

53

Copyright 2013 DragonFire Inc.

54

27
1/22/2013

Copyright 2013 DragonFire Inc.

55

A test matrix (one example)
◦ provides a view of the release
◦ can also be used as visible progress
But, remember
◦ the value is in the planning
Let`s look at an example

Copyright 2013 DragonFire Inc.

56

28
1/22/2013

Copyright 2009 Janet
Copyright 2013 DragonFire Inc.
Gregory, DragonFire

57

Let’s do some collaboration,
& work together to find a solution

Copyright 2013 DragonFire Inc.

58

29
1/22/2013

rules
Sub topic

rules

user name

save

password
Sub topic

first time
Sub topic

encryption
MAIN
new account
TOPIC

Sub topic
change
Sub topic

Copyright 2013 DragonFire Inc.

59

Mind map testing ideas for a feature
How many ideas can you generate
in 5 minutes?

Copyright 2013 DragonFire Inc.

30
1/22/2013

Feature A
• As an on-line shopper, I want to provide my
shipping address when I check out so that my
order goes to the right location
Feature B
• As an on-line shopper, I want to provide
payment information when I check out so I am
billed correctly.

Copyright 2013 DragonFire Inc.

• Create a test matrix for the stories on the next
slide.
• Functionality down the left side
• Test conditions across the top
o

Think heuristics

o

Use mnemonics (ex. SFDPOT)

• Gray out the squares that are not applicable.

Copyright 2013 DragonFire Inc.

31
1/22/2013

Feature A
• As an on-line shopper, I want to provide my
shipping address when I check out so that my
order goes to the right location
Feature B
• As an on-line shopper, I want to provide
payment information when I check out so I am
billed correctly.

Copyright 2013 DragonFire Inc.

• What value do you see in something like this?
• What did you learn?
• How would you use it?

Copyright 2013 DragonFire Inc.

32
1/22/2013

Instead of saying NO,
or being the gatekeeper
Be the information provider so
business can make the decisions
Questions on test planning at the release level?
Copyright 2013 DragonFire Inc.

65

Copyright 2013 DragonFire Inc.

66

33
1/22/2013

Iteration Planning:
• Stories tell us about the tip of the iceberg
• What don’t we know?
• What questions should we ask to find out?
Copyright 2013 DragonFire Inc.

68

34
1/22/2013

Create a
user story

Write
Customer
(Q2) Tests

Expand
tests –
Story Tests
Automate
Q2 Tests
Start
thinking
how to code

Pair,
“Show Me”

TDD

Product owner
Product owner/ Tester
Tester
Tester/Programmer
Programmer

Exploratory
testing

Customer
User
Acceptance

Copyright 2013 DragonFire Inc.

69

• Be proactive – preplanning
• Try specifications workshops – Gojko Adzic
• Help customer achieve ‘advance clarity’ on
stories
◦
◦
◦
◦

Customers speak with “one voice”
Testable stories
Steel threads
Create acceptance tests

Copyright 2013 DragonFire Inc.

70

35
1/22/2013

• Define high level story tests or examples
• Find hidden assumptions
• Define and estimate testing tasks – consider:
o
o
o
o

automation needs
test data,
exploratory testing
Q4 tests (‘ilities’, security, performance, etc.)

Copyright 2013 DragonFire Inc.

71

Ask questions
• What's the business goal?
• Can the user mess up?
• What’s the best thing?
• What’s the worst thing that can happen?
• Watch for scope creep or ‘bling’
• Is this story testable?

Copyright 2013 DragonFire Inc.

72

36
1/22/2013

To
Review

Copyright 2013 DragonFire Inc.

Picture from
Mike Cohn’s
website

73
73

•
•
•
•

Express the intent of the story
Use examples as specific instances of a scenario
Think expected and unexpected behaviors
Gives a shared common understanding of the
story
• Feeds into TDD (Test Driven Development)

Copyright 2013 DragonFire Inc.

74

37
1/22/2013

As a new user, I want to create an
account with a user name and
password so that only I can access
my information.
===============================

Copyright 2013 DragonFire Inc.

75

75

• To create my account, I enter a valid user name
and password, my information is saved and I am
logged into the system and on the home page.
• If I enter an invalid user name, I get an error
message “Invalid User Name”, and I am able to
try again.
• If I enter an invalid password, I get an error
message “Invalid Password”, and I am able to try
again.
Copyright 2013 DragonFire Inc.

76

38
1/22/2013

BDD – Behavioural Driven Development
Given the user has no existing account
When she requests to create a new account,
Then she enters a valid user name and valid
password (rules defined)
And the information is saved upon submitting .

77

Copyright 2013 DragonFire Inc.

77

returnValue TestLogin ( userName, password)
User Name

Password

Expected result

comments

JanetGregory

Password

Access system as
JanetGregory

Valid combo saved

Janet Gregory

Password

Error

Space in user name

JanetGregory

Abc

Error

Invalid password

Copyright 2013 DragonFire Inc.

78

39
1/22/2013

• Write Acceptance Test(s) for one of the two
stories – any format you like
• To help, try mind-mapping or draw a flow
diagram
• Ask your customer for examples.
• Think “Amazon”
• (~15 min)
Copyright 2013 DragonFire Inc.

Story a – Part of Feature A
• As the company shipper, I need to verify the
city, state and postal code so that the order
goes to the right location.
Story b – Part of Feature B
• As the company accountant, I need to ensure
the credit card information is correct so the
on-line shopper is billed correctly.

Copyright 2013 DragonFire Inc.

40
1/22/2013

We walk out of the iteration planning
meeting ....
Now what?

Copyright 2013 DragonFire Inc.

82

41
1/22/2013

• Start simple with the high level acceptance tests
◦ Add boundary, edge conditions, etc.
◦ Add non-functional tests

• Experiment to find the right detail level
• Review with programmers
◦ Then automate

• Keep adding until story is complete
• Consider exploratory test scenarios

Copyright 2013 DragonFire Inc.

83

Acceptance Tests – Fit Automation Style
-- Third thread
User Name

Password

Expected result

Comments

JanetGregory

Password

Access system as
JanetGregory

Valid combo saved

Janet Gregory

Password

Error

Space in user name

Janet#Gregory

Password

Error

Special char not
allowed

Password

Error

Blank user name

JanetGregory

Password

Error

User already exists

JanetGregory

Abc

Error

Not enough char in
password

Error

Blank password

JanetGregory

Copyright 2013 DragonFire Inc.

84

42
1/22/2013

How do you know
you are done?

Copyright 2013 DragonFire Inc.

Description

85

Completed

1

Story tests reviewed, automated and pass

Yes

2

Exploratory testing complete

Yes

3

Unit tests reviewed and pass

Yes

4

Q4 tests complete

Yes

5

Acceptance tests pass

Yes

Copyright 2013 DragonFire Inc.

86

43
1/22/2013

Instead of saying NO,
or being the gatekeeper
Be the information provider so
business can make the decisions
Questions on test planning at the story level?
Copyright 2013 DragonFire Inc.

87

Copyright 2013 DragonFire Inc.

88

44
1/22/2013

• Understand your context
• Understand the purpose
• Consider ROI (return on investment)
• Push the tests lower
• Automate the repetitive and boring tests
• Plan, but document simply
• Plan, but plan for the appropriate level

Copyright 2013 DragonFire Inc.

• How much is too much?
• What is not enough?
• Why do you need them?
• What is the right information?
• Who looks at them?
• What do they use them for?
• What is the simplest way you can capture
them?

Copyright 2013 DragonFire Inc.

90

45
1/22/2013

•
•
•
•
•
•
•
•

What problem are you trying to solve?
What measurements make sense?
What is the simplest way to gather them?
Who needs to see them?
What is the simplest way to make them visible?
How are you going to use them?
When will you know to stop?
Be Aware!!!
o
o

The wrong measurements can be deadly
Metrics can be misinterpreted

Copyright 2013 DragonFire Inc.

• How are you going to know when you are done?
• What is enough?
• Collaborate to decide what coverage you want
• Think risk – include the customer
• Functional coverage
• Lines of code? … be careful
• What tools can you use?
o
o

Heuristics
Mnemonics

Copyright 2013 DragonFire Inc.

46
1/22/2013

• Understand the level of precision you need
◦ Think big picture in release planning
◦ Think tasks during iteration planning
◦ Think tests during story test planning

• Use ATDD for feature and story testing
• Make it visible
• Make it simple
• Make it valuable
• You want to be testing, not documenting
Copyright 2013 DragonFire Inc.

Instead of saying NO,
or being the gatekeeper
Be the information provider so
business can make the decisions
Are there still unanswered questions.. Concerns?
Copyright 2013 DragonFire Inc.

94

47
1/22/2013

Now Available
Agile Testing: A Practical Guide for
Testers and Agile Teams
By Lisa Crispin and Janet Gregory
www.agiletester.ca
My contact info
www.janetgregory.ca
http://janetgregory.blogspot.com/
Email: janet@agiletester.ca
www.lisacrispin.com
http://lisacrispin.com
Email: lisa@agiletester.ca

Copyright 2013 DragonFire Inc.

95

•
•
•
•
•
•
•
•

www.lisacrispin.com
agile-testing@yahoogroups.com
http://www.exampler.com - Brian Marick’s web site
www.testobsessed.com (heuristics cheat sheet) – Elisabeth Hendrickson
http://www.shino.de/blog/ - Markus Gärtner’s blog
Gojko Adzic, Bridging the Communication Gap, 2009
Gojko Adzic, Executable Specifications, Manning, 2011
vwww.mountaingoatsoftware.com – Mike Cohn’s web site (and all his
books)
• http://www.developsense.com/2009/04/of-testing-tours-anddashboards.html
• James Whittaker, Exploratory Software Testing, 2009 Addison-Wesley
• http://www.stickyminds.com/ Pragmatic Personas - Jeff Patton’s weekly
column 1/25/2010
• Jean Tabaka, Collaboration Explained, 2006 Addison-Wesley
• Copyright 2013Manifesto: http://agilemanifesto.org/
Agile DragonFire Inc.

96

48

Más contenido relacionado

La actualidad más candente

TDD That Was Easy!
TDD   That Was Easy!TDD   That Was Easy!
TDD That Was Easy!Kaizenko
 
Acceptance Test Driven Development
Acceptance Test Driven DevelopmentAcceptance Test Driven Development
Acceptance Test Driven DevelopmentMike Douglas
 
Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Ajay Danait
 
Janet Gregory - Agile testing challenges Knowit 2014
Janet Gregory - Agile testing challenges Knowit 2014Janet Gregory - Agile testing challenges Knowit 2014
Janet Gregory - Agile testing challenges Knowit 2014Knowit Oy
 
Scrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - ColomboScrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - ColomboNaveen Kumar Singh
 
Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...
Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...
Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...agil8 Ltd
 
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010Atlassian
 
ATDD in Practice
ATDD in PracticeATDD in Practice
ATDD in PracticeSteven Mak
 
Behavior Driven Development Pros and Cons
Behavior Driven Development Pros and ConsBehavior Driven Development Pros and Cons
Behavior Driven Development Pros and ConsIosif Itkin
 
xUnit and TDD: Why and How in Enterprise Software, August 2012
xUnit and TDD: Why and How in Enterprise Software, August 2012xUnit and TDD: Why and How in Enterprise Software, August 2012
xUnit and TDD: Why and How in Enterprise Software, August 2012Justin Gordon
 
Behavior driven development (bdd)
Behavior driven development (bdd)Behavior driven development (bdd)
Behavior driven development (bdd)Rohit Bisht
 
Jump Start Agile Testing with Acceptance Test Driven Development
Jump Start Agile Testing with Acceptance Test Driven DevelopmentJump Start Agile Testing with Acceptance Test Driven Development
Jump Start Agile Testing with Acceptance Test Driven DevelopmentTechWell
 
Agile testing overview
Agile testing overviewAgile testing overview
Agile testing overviewraianup
 
Usability Test Results Xtext New Project Wizard
Usability Test Results Xtext New Project WizardUsability Test Results Xtext New Project Wizard
Usability Test Results Xtext New Project WizardSandra Schering
 
Mastering BDD - Eran Kinsbruner Workshop Quest 2018
Mastering BDD - Eran Kinsbruner Workshop Quest 2018Mastering BDD - Eran Kinsbruner Workshop Quest 2018
Mastering BDD - Eran Kinsbruner Workshop Quest 2018Perfecto Mobile
 
Lessons learned in agile romania
Lessons learned in agile romaniaLessons learned in agile romania
Lessons learned in agile romaniaOpenAgile Romania
 
TDD vs. ATDD - What, Why, Which, When & Where
TDD vs. ATDD - What, Why, Which, When & WhereTDD vs. ATDD - What, Why, Which, When & Where
TDD vs. ATDD - What, Why, Which, When & WhereDaniel Davis
 

La actualidad más candente (20)

TDD That Was Easy!
TDD   That Was Easy!TDD   That Was Easy!
TDD That Was Easy!
 
Acceptance Test Driven Development
Acceptance Test Driven DevelopmentAcceptance Test Driven Development
Acceptance Test Driven Development
 
Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Behavior Driven Development (BDD)
Behavior Driven Development (BDD)
 
Janet Gregory - Agile testing challenges Knowit 2014
Janet Gregory - Agile testing challenges Knowit 2014Janet Gregory - Agile testing challenges Knowit 2014
Janet Gregory - Agile testing challenges Knowit 2014
 
Scrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - ColomboScrum + Behavior Driven Development (BDD) - Colombo
Scrum + Behavior Driven Development (BDD) - Colombo
 
Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...
Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...
Agile Software Development and Test Driven Development: Agil8's Dave Putman 3...
 
Journey of atdd
Journey of atddJourney of atdd
Journey of atdd
 
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
 
ATDD in Practice
ATDD in PracticeATDD in Practice
ATDD in Practice
 
Behavior Driven Development Pros and Cons
Behavior Driven Development Pros and ConsBehavior Driven Development Pros and Cons
Behavior Driven Development Pros and Cons
 
xUnit and TDD: Why and How in Enterprise Software, August 2012
xUnit and TDD: Why and How in Enterprise Software, August 2012xUnit and TDD: Why and How in Enterprise Software, August 2012
xUnit and TDD: Why and How in Enterprise Software, August 2012
 
Behavior driven development (bdd)
Behavior driven development (bdd)Behavior driven development (bdd)
Behavior driven development (bdd)
 
Jump Start Agile Testing with Acceptance Test Driven Development
Jump Start Agile Testing with Acceptance Test Driven DevelopmentJump Start Agile Testing with Acceptance Test Driven Development
Jump Start Agile Testing with Acceptance Test Driven Development
 
Agile testing overview
Agile testing overviewAgile testing overview
Agile testing overview
 
Usability Test Results Xtext New Project Wizard
Usability Test Results Xtext New Project WizardUsability Test Results Xtext New Project Wizard
Usability Test Results Xtext New Project Wizard
 
Mastering BDD - Eran Kinsbruner Workshop Quest 2018
Mastering BDD - Eran Kinsbruner Workshop Quest 2018Mastering BDD - Eran Kinsbruner Workshop Quest 2018
Mastering BDD - Eran Kinsbruner Workshop Quest 2018
 
Lessons learned in agile romania
Lessons learned in agile romaniaLessons learned in agile romania
Lessons learned in agile romania
 
TDD vs. ATDD - What, Why, Which, When & Where
TDD vs. ATDD - What, Why, Which, When & WhereTDD vs. ATDD - What, Why, Which, When & Where
TDD vs. ATDD - What, Why, Which, When & Where
 
TDD and BDD and ATDD
TDD and BDD and ATDDTDD and BDD and ATDD
TDD and BDD and ATDD
 
Test driven development
Test driven developmentTest driven development
Test driven development
 

Destacado

Exploratory Testing Is Now in Session
Exploratory Testing Is Now in SessionExploratory Testing Is Now in Session
Exploratory Testing Is Now in SessionTechWell
 
Tune Agile Test Strategies to Project and Product Maturity
Tune Agile Test Strategies to Project and Product MaturityTune Agile Test Strategies to Project and Product Maturity
Tune Agile Test Strategies to Project and Product MaturityTechWell
 
New Testing Standards Are on the Horizon: What Will Be Their Impact?
New Testing Standards Are on the Horizon: What Will Be Their Impact?New Testing Standards Are on the Horizon: What Will Be Their Impact?
New Testing Standards Are on the Horizon: What Will Be Their Impact?TechWell
 
Keynote: Lean Software Delivery: Synchronizing Cadence with Context
Keynote: Lean Software Delivery: Synchronizing Cadence with ContextKeynote: Lean Software Delivery: Synchronizing Cadence with Context
Keynote: Lean Software Delivery: Synchronizing Cadence with ContextTechWell
 
Build Your Own Performance Test Lab in the Cloud
Build Your Own Performance Test Lab in the CloudBuild Your Own Performance Test Lab in the Cloud
Build Your Own Performance Test Lab in the CloudTechWell
 
Pay Now or Pay More Every Day: Reduce Technical Debt Now!
Pay Now or Pay More Every Day: Reduce Technical Debt Now!Pay Now or Pay More Every Day: Reduce Technical Debt Now!
Pay Now or Pay More Every Day: Reduce Technical Debt Now!TechWell
 
Introducing Mobile Testing to Your Organization
Introducing Mobile Testing to Your OrganizationIntroducing Mobile Testing to Your Organization
Introducing Mobile Testing to Your OrganizationTechWell
 
Better Security Testing: Using the Cloud and Continuous Delivery
Better Security Testing: Using the Cloud and Continuous DeliveryBetter Security Testing: Using the Cloud and Continuous Delivery
Better Security Testing: Using the Cloud and Continuous DeliveryTechWell
 
How Spotify Tests World Class Apps
How Spotify Tests World Class AppsHow Spotify Tests World Class Apps
How Spotify Tests World Class AppsTechWell
 
Maybe We Don’t Have to Test It
Maybe We Don’t Have to Test ItMaybe We Don’t Have to Test It
Maybe We Don’t Have to Test ItTechWell
 
Specification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber ImplementationSpecification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber ImplementationTechWell
 
Testing—After You’ve Finished Testing
Testing—After You’ve Finished TestingTesting—After You’ve Finished Testing
Testing—After You’ve Finished TestingTechWell
 
It Seemed a Good Idea at the Time: Intelligent Mistakes in Test Automation
It Seemed a Good Idea at the Time: Intelligent Mistakes in Test AutomationIt Seemed a Good Idea at the Time: Intelligent Mistakes in Test Automation
It Seemed a Good Idea at the Time: Intelligent Mistakes in Test AutomationTechWell
 
Keynote: Lightning Strikes the Keynotes
Keynote: Lightning Strikes the KeynotesKeynote: Lightning Strikes the Keynotes
Keynote: Lightning Strikes the KeynotesTechWell
 
Innovations in Test Automation: It’s Not All about Regression
Innovations in Test Automation: It’s Not All about RegressionInnovations in Test Automation: It’s Not All about Regression
Innovations in Test Automation: It’s Not All about RegressionTechWell
 
Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing ExplainedTechWell
 

Destacado (16)

Exploratory Testing Is Now in Session
Exploratory Testing Is Now in SessionExploratory Testing Is Now in Session
Exploratory Testing Is Now in Session
 
Tune Agile Test Strategies to Project and Product Maturity
Tune Agile Test Strategies to Project and Product MaturityTune Agile Test Strategies to Project and Product Maturity
Tune Agile Test Strategies to Project and Product Maturity
 
New Testing Standards Are on the Horizon: What Will Be Their Impact?
New Testing Standards Are on the Horizon: What Will Be Their Impact?New Testing Standards Are on the Horizon: What Will Be Their Impact?
New Testing Standards Are on the Horizon: What Will Be Their Impact?
 
Keynote: Lean Software Delivery: Synchronizing Cadence with Context
Keynote: Lean Software Delivery: Synchronizing Cadence with ContextKeynote: Lean Software Delivery: Synchronizing Cadence with Context
Keynote: Lean Software Delivery: Synchronizing Cadence with Context
 
Build Your Own Performance Test Lab in the Cloud
Build Your Own Performance Test Lab in the CloudBuild Your Own Performance Test Lab in the Cloud
Build Your Own Performance Test Lab in the Cloud
 
Pay Now or Pay More Every Day: Reduce Technical Debt Now!
Pay Now or Pay More Every Day: Reduce Technical Debt Now!Pay Now or Pay More Every Day: Reduce Technical Debt Now!
Pay Now or Pay More Every Day: Reduce Technical Debt Now!
 
Introducing Mobile Testing to Your Organization
Introducing Mobile Testing to Your OrganizationIntroducing Mobile Testing to Your Organization
Introducing Mobile Testing to Your Organization
 
Better Security Testing: Using the Cloud and Continuous Delivery
Better Security Testing: Using the Cloud and Continuous DeliveryBetter Security Testing: Using the Cloud and Continuous Delivery
Better Security Testing: Using the Cloud and Continuous Delivery
 
How Spotify Tests World Class Apps
How Spotify Tests World Class AppsHow Spotify Tests World Class Apps
How Spotify Tests World Class Apps
 
Maybe We Don’t Have to Test It
Maybe We Don’t Have to Test ItMaybe We Don’t Have to Test It
Maybe We Don’t Have to Test It
 
Specification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber ImplementationSpecification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber Implementation
 
Testing—After You’ve Finished Testing
Testing—After You’ve Finished TestingTesting—After You’ve Finished Testing
Testing—After You’ve Finished Testing
 
It Seemed a Good Idea at the Time: Intelligent Mistakes in Test Automation
It Seemed a Good Idea at the Time: Intelligent Mistakes in Test AutomationIt Seemed a Good Idea at the Time: Intelligent Mistakes in Test Automation
It Seemed a Good Idea at the Time: Intelligent Mistakes in Test Automation
 
Keynote: Lightning Strikes the Keynotes
Keynote: Lightning Strikes the KeynotesKeynote: Lightning Strikes the Keynotes
Keynote: Lightning Strikes the Keynotes
 
Innovations in Test Automation: It’s Not All about Regression
Innovations in Test Automation: It’s Not All about RegressionInnovations in Test Automation: It’s Not All about Regression
Innovations in Test Automation: It’s Not All about Regression
 
Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing Explained
 

Similar a Agile Testing Guide by DragonFire

The Mindset Change for the Agile Tester
The Mindset Change for the Agile TesterThe Mindset Change for the Agile Tester
The Mindset Change for the Agile TesterTechWell
 
Distributed Agile Testing: Yes, You Can
Distributed Agile Testing: Yes, You CanDistributed Agile Testing: Yes, You Can
Distributed Agile Testing: Yes, You CanTechWell
 
Testing Challenges within Agile Teams
Testing Challenges within Agile TeamsTesting Challenges within Agile Teams
Testing Challenges within Agile TeamsTechWell
 
Janet Gregory presents Current Testing Challenges with SoftTest Ireland
Janet Gregory presents Current Testing Challenges with SoftTest IrelandJanet Gregory presents Current Testing Challenges with SoftTest Ireland
Janet Gregory presents Current Testing Challenges with SoftTest IrelandDavid O'Dowd
 
Current Testing Challenges Ireland
Current Testing Challenges IrelandCurrent Testing Challenges Ireland
Current Testing Challenges IrelandDavid O'Dowd
 
Demise of test scripts rise of test ideas
Demise of test scripts rise of test ideasDemise of test scripts rise of test ideas
Demise of test scripts rise of test ideasRichard Robinson
 
Implementing Agile Tester Perspective Janet Gregory
Implementing Agile Tester Perspective Janet GregoryImplementing Agile Tester Perspective Janet Gregory
Implementing Agile Tester Perspective Janet GregorySkills Matter
 
Patterns for Collaboration: Toward Whole-Team Quality
Patterns for Collaboration: Toward Whole-Team QualityPatterns for Collaboration: Toward Whole-Team Quality
Patterns for Collaboration: Toward Whole-Team QualityTechWell
 
Testing is a team problem
Testing is a team problemTesting is a team problem
Testing is a team problemJanet Gregory
 
Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013
Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013
Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013TEST Huddle
 
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...lisacrispin
 
Developer Experience to Testing
Developer Experience to TestingDeveloper Experience to Testing
Developer Experience to TestingMozaic Works
 
Sprinkle on Just Enough Process
Sprinkle on Just Enough ProcessSprinkle on Just Enough Process
Sprinkle on Just Enough ProcessTechWell
 
Remote research uxpa talk
Remote research uxpa talkRemote research uxpa talk
Remote research uxpa talkGavin Fung
 
Atd advanced topicsworkshop
Atd advanced topicsworkshopAtd advanced topicsworkshop
Atd advanced topicsworkshoplisacrispin
 
Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016
Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016
Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016ColomboCampsCommunity
 
Creating Dynamic Sprint Reviews - cPrime Presentation
Creating Dynamic Sprint Reviews - cPrime Presentation Creating Dynamic Sprint Reviews - cPrime Presentation
Creating Dynamic Sprint Reviews - cPrime Presentation Cprime
 
Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...
Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...
Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...ColomboCampsCommunity
 
STARCANADA 2013 Keynote: Lightning Strikes the Keynotes
STARCANADA 2013 Keynote: Lightning Strikes the KeynotesSTARCANADA 2013 Keynote: Lightning Strikes the Keynotes
STARCANADA 2013 Keynote: Lightning Strikes the KeynotesTechWell
 

Similar a Agile Testing Guide by DragonFire (20)

The Mindset Change for the Agile Tester
The Mindset Change for the Agile TesterThe Mindset Change for the Agile Tester
The Mindset Change for the Agile Tester
 
Distributed Agile Testing: Yes, You Can
Distributed Agile Testing: Yes, You CanDistributed Agile Testing: Yes, You Can
Distributed Agile Testing: Yes, You Can
 
Testing Challenges within Agile Teams
Testing Challenges within Agile TeamsTesting Challenges within Agile Teams
Testing Challenges within Agile Teams
 
Janet Gregory presents Current Testing Challenges with SoftTest Ireland
Janet Gregory presents Current Testing Challenges with SoftTest IrelandJanet Gregory presents Current Testing Challenges with SoftTest Ireland
Janet Gregory presents Current Testing Challenges with SoftTest Ireland
 
Current Testing Challenges Ireland
Current Testing Challenges IrelandCurrent Testing Challenges Ireland
Current Testing Challenges Ireland
 
Demise of test scripts rise of test ideas
Demise of test scripts rise of test ideasDemise of test scripts rise of test ideas
Demise of test scripts rise of test ideas
 
Implementing Agile Tester Perspective Janet Gregory
Implementing Agile Tester Perspective Janet GregoryImplementing Agile Tester Perspective Janet Gregory
Implementing Agile Tester Perspective Janet Gregory
 
Patterns for Collaboration: Toward Whole-Team Quality
Patterns for Collaboration: Toward Whole-Team QualityPatterns for Collaboration: Toward Whole-Team Quality
Patterns for Collaboration: Toward Whole-Team Quality
 
Testing is a team problem
Testing is a team problemTesting is a team problem
Testing is a team problem
 
Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013
Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013
Emily Bache - Readable, Executable Requirements: Hands-On - EuroSTAR 2013
 
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...
Do testers have to code... to be useful? Janet Gregory and Lisa Crispin plena...
 
Developer Experience to Testing
Developer Experience to TestingDeveloper Experience to Testing
Developer Experience to Testing
 
Sprinkle on Just Enough Process
Sprinkle on Just Enough ProcessSprinkle on Just Enough Process
Sprinkle on Just Enough Process
 
Remote research uxpa talk
Remote research uxpa talkRemote research uxpa talk
Remote research uxpa talk
 
Atd advanced topicsworkshop
Atd advanced topicsworkshopAtd advanced topicsworkshop
Atd advanced topicsworkshop
 
Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016
Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016
Are You Building the Right Thing? - Janet G @ CMBAgileConf 2016
 
Creating Dynamic Sprint Reviews - cPrime Presentation
Creating Dynamic Sprint Reviews - cPrime Presentation Creating Dynamic Sprint Reviews - cPrime Presentation
Creating Dynamic Sprint Reviews - cPrime Presentation
 
Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...
Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...
Agile Testing: Learning Journeys for the Whole Team - Janet G @ CMBAgileConf ...
 
Applied craftsmanship
Applied craftsmanshipApplied craftsmanship
Applied craftsmanship
 
STARCANADA 2013 Keynote: Lightning Strikes the Keynotes
STARCANADA 2013 Keynote: Lightning Strikes the KeynotesSTARCANADA 2013 Keynote: Lightning Strikes the Keynotes
STARCANADA 2013 Keynote: Lightning Strikes the Keynotes
 

Más de TechWell

Failing and Recovering
Failing and RecoveringFailing and Recovering
Failing and RecoveringTechWell
 
Instill a DevOps Testing Culture in Your Team and Organization
Instill a DevOps Testing Culture in Your Team and Organization Instill a DevOps Testing Culture in Your Team and Organization
Instill a DevOps Testing Culture in Your Team and Organization TechWell
 
Test Design for Fully Automated Build Architecture
Test Design for Fully Automated Build ArchitectureTest Design for Fully Automated Build Architecture
Test Design for Fully Automated Build ArchitectureTechWell
 
System-Level Test Automation: Ensuring a Good Start
System-Level Test Automation: Ensuring a Good StartSystem-Level Test Automation: Ensuring a Good Start
System-Level Test Automation: Ensuring a Good StartTechWell
 
Build Your Mobile App Quality and Test Strategy
Build Your Mobile App Quality and Test StrategyBuild Your Mobile App Quality and Test Strategy
Build Your Mobile App Quality and Test StrategyTechWell
 
Testing Transformation: The Art and Science for Success
Testing Transformation: The Art and Science for SuccessTesting Transformation: The Art and Science for Success
Testing Transformation: The Art and Science for SuccessTechWell
 
Implement BDD with Cucumber and SpecFlow
Implement BDD with Cucumber and SpecFlowImplement BDD with Cucumber and SpecFlow
Implement BDD with Cucumber and SpecFlowTechWell
 
Develop WebDriver Automated Tests—and Keep Your Sanity
Develop WebDriver Automated Tests—and Keep Your SanityDevelop WebDriver Automated Tests—and Keep Your Sanity
Develop WebDriver Automated Tests—and Keep Your SanityTechWell
 
Eliminate Cloud Waste with a Holistic DevOps Strategy
Eliminate Cloud Waste with a Holistic DevOps StrategyEliminate Cloud Waste with a Holistic DevOps Strategy
Eliminate Cloud Waste with a Holistic DevOps StrategyTechWell
 
Transform Test Organizations for the New World of DevOps
Transform Test Organizations for the New World of DevOpsTransform Test Organizations for the New World of DevOps
Transform Test Organizations for the New World of DevOpsTechWell
 
The Fourth Constraint in Project Delivery—Leadership
The Fourth Constraint in Project Delivery—LeadershipThe Fourth Constraint in Project Delivery—Leadership
The Fourth Constraint in Project Delivery—LeadershipTechWell
 
Resolve the Contradiction of Specialists within Agile Teams
Resolve the Contradiction of Specialists within Agile TeamsResolve the Contradiction of Specialists within Agile Teams
Resolve the Contradiction of Specialists within Agile TeamsTechWell
 
Pin the Tail on the Metric: A Field-Tested Agile Game
Pin the Tail on the Metric: A Field-Tested Agile GamePin the Tail on the Metric: A Field-Tested Agile Game
Pin the Tail on the Metric: A Field-Tested Agile GameTechWell
 
Agile Performance Holarchy (APH)—A Model for Scaling Agile Teams
Agile Performance Holarchy (APH)—A Model for Scaling Agile TeamsAgile Performance Holarchy (APH)—A Model for Scaling Agile Teams
Agile Performance Holarchy (APH)—A Model for Scaling Agile TeamsTechWell
 
A Business-First Approach to DevOps Implementation
A Business-First Approach to DevOps ImplementationA Business-First Approach to DevOps Implementation
A Business-First Approach to DevOps ImplementationTechWell
 
Databases in a Continuous Integration/Delivery Process
Databases in a Continuous Integration/Delivery ProcessDatabases in a Continuous Integration/Delivery Process
Databases in a Continuous Integration/Delivery ProcessTechWell
 
Mobile Testing: What—and What Not—to Automate
Mobile Testing: What—and What Not—to AutomateMobile Testing: What—and What Not—to Automate
Mobile Testing: What—and What Not—to AutomateTechWell
 
Cultural Intelligence: A Key Skill for Success
Cultural Intelligence: A Key Skill for SuccessCultural Intelligence: A Key Skill for Success
Cultural Intelligence: A Key Skill for SuccessTechWell
 
Turn the Lights On: A Power Utility Company's Agile Transformation
Turn the Lights On: A Power Utility Company's Agile TransformationTurn the Lights On: A Power Utility Company's Agile Transformation
Turn the Lights On: A Power Utility Company's Agile TransformationTechWell
 

Más de TechWell (20)

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

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Último (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Agile Testing Guide by DragonFire

  • 1. 1/22/2013 Star Canada 2013 Janet Gregory, DragonFire Inc. Copyright 2013 With material from Lisa Crispin My experience comes … As a tester, working on agile teams Coaching and training, learning Agile Testing: A Practical Guide for Testers and Agile Teams; Addison Wesley 2009 Copyright 2013 DragonFire Inc. 1
  • 2. 1/22/2013 How many years experience with agile? ◦ ◦ ◦ ◦ ◦ At least 2 years Less than 2 years Less than 1 year Have done some reading, starting in a team Completely new to the concept Are you a ... ◦ ◦ ◦ ◦ Tester Test Manager Programmer Other Copyright 2013 DragonFire Inc. 3 10 minutes ~1 minute / person Name Where you are from? Why you are here? Let everyone have a chance to introduce themselves Copyright 2013 DragonFire Inc. 4 2
  • 3. 1/22/2013 Copyright 2013 DragonFire Inc. • • • • • • 5 have short iterations encourage active customer participation demand whole team collaboration test features & stories as they are coded deliver business value at regular intervals adapt their processes based on feedback Copyright 2013 DragonFire Inc. 6 3
  • 4. 1/22/2013 Sequential, phased – eg. waterfall Requirements Specifications Code Testing Release Time D C C A It 0 B It 1 A B It 2 A Agile: iterative, incremental F E D C B It 3 A – Each story is expanded, coded and tested – Possible release after each iteration B It 4 7 What concerns you about agile and test planning? Copyright 2013 DragonFire Inc. 4
  • 5. 1/22/2013 Test Approach – The Agile Way Project Initiation Release/Project Planning Each Iteration 1 …. X System Test / End Game Release to Prod/ Support Get an understanding of the project (business) Participate in sizing stories Create Test Plan Estimate tasks, Run regression tests Collaborate with customers on acceptance tests Write, automate and execute new story tests Pair test with other testers, developers Perform exploratory testing Perform Final Load Test Complete Final Regression Test Perform UAT Perform Mock Deploy Participate in Release Readiness Participate in Release to Prod Participate in Retrospectives Copyright 2013 DragonFire Inc. 9 Project Test Plan Release Test Plan Copyright 2013 DragonFire Inc. Story Tests 10 5
  • 6. 1/22/2013 • Product Roadmap ◦ High level feature ideas • Release Planning ◦ Backlog of sized and prioritized stories • Iteration Planning ◦ Backlog of estimated tasks ◦ Estimations are in hours: how long will it take Copyright 2013 DragonFire Inc. 11 • Types of testing needed • Automation • Complexity • Size More details later … Copyright 2013 DragonFire Inc. 12 6
  • 7. 1/22/2013 Instead of saying NO, or being the gatekeeper Be the information provider so business can make the decisions Questions… on agile approach to planning Copyright 2013 DragonFire Inc. 13 Copyright 2013 DragonFire Inc. 14 7
  • 8. 1/22/2013 Let’s talk a little testing …. What is enough to keep you out of trouble? Copyright 2013 DragonFire Inc. 15 • Find bugs • Check correctness • Test reliability • Check usability • Answer “Is it done?” • Learn about the application • Feedback into future stories What else??? Copyright 2013 DragonFire Inc. 16 8
  • 9. 1/22/2013 • Each group, collaborate • Write different types of testing that you do • One type per sticky • 5 minutes Copyright 2013 DragonFire Inc. 17 • Model for classifying tests • Looks at the purpose of the tests – the ‘why’ Copyright 2013 DragonFire Inc. 18 9
  • 10. 1/22/2013 Agile Testing Quadrants Brain child of Brian Marick 19 • Take your tests and put them in the quadrant you think they belong in. • Were you able to get them all classified? • Add tests as you think about them. Copyright 2013 DragonFire Inc. 20 10
  • 11. 1/22/2013 Agile Testing Quadrants (Brian Marick) 21 • Can be used as a communication tool o to explain testing in a common language • Emphasize whole-team responsibility o o focus on collaboration whole team participation • Help plan what tests to automate o and tools and infrastructure needed Copyright 2013 DragonFire Inc. 11
  • 12. 1/22/2013 For each story / feature ◦ No story is done until tested ◦ Customer needs captured as passing tests ◦ Automated regression tests For release readiness ◦ Delivers value ◦ “Doneness” in all quadrants Copyright 2013 DragonFire Inc. 23 Copyright 2013 DragonFire Inc. 24 12
  • 13. 1/22/2013 Unit Tests o o o o Tests developer intent - program design Tests a small piece of code Makes sure it does what it should TDD Component Tests o o Tests architecture intent – system design Tests that components work together correctly Connectivity Tests Copyright 2013 DragonFire Inc. • Builds quality in • Focus on internal code quality • Builds testability into code • Go faster, do more o Unit tests provide refactoring support • Provides instant feedback • TDD increases confidence in design • Forms the foundation of automation suite Copyright 2013 DragonFire Inc. 13
  • 14. 1/22/2013 Can you think of anything else for Quadrant 1? 27 Copyright 2013 DragonFire Inc. 28 14
  • 15. 1/22/2013 • Use to elicit requirements • Acceptance Test (or Example) Driven Development o Allows developers to code until the tests pass • Capture examples, express as executable tests • User experience o wire frames; mock-ups / prototypes Copyright 2013 DragonFire Inc. • Help customers achieve advance clarity • Gain shared common understanding of stories • Drive development with business-facing tests • Obtain enough requirements to start coding • Focus is external quality • Customer – developer – tester collaboration ◦ Power of Three Copyright 2013 DragonFire Inc. 15
  • 16. 1/22/2013 Can you think of anything else for Quadrant 3? Discussions? 31 Copyright 2013 DragonFire Inc. 32 16
  • 17. 1/22/2013 • Exploratory testing o what didn’t we think about • Test for usability o understand end users, personas • Tours • User Acceptance Testing (UAT) Copyright 2013 DragonFire Inc. • Iteration reviews / demos o Builds confidence o Quick feedback loop • Pair test with customers • Informal demos o Pair exploratory testing with customer Copyright 2013 DragonFire Inc. 17
  • 18. 1/22/2013 • Provide feedback …. o Turn learnings into tests that drive new features o Change process as needed • Evaluation of the product • Recreate actual user experiences • Realistic use Copyright 2013 DragonFire Inc. • Know your customers • Make them real • Plan your exploratory testing using them • Picture – from Jeff Patton’s Pragmatic Personas weekly column on Sticky Minds (1/25/2010) Copyright 2013 DragonFire Inc. 18
  • 19. 1/22/2013 • Think of some personas or characters and devise exploratory scenarios which that role might get into, for example: Shopping website - Amazon o Senior citizen who never shopped on the web o Hacker looking to cause trouble o Working mom in a rush o Internet-savvy teen 37 Copyright 2013 DragonFire Inc. 37 Any questions about Quadrant 3? 38 19
  • 20. 1/22/2013 39 Copyright 2013 DragonFire Inc. • Non-functional tests • Performance, scalability, stress, load • “ility” testing • Automated deployments • Memory management • Infrastructure testing • Security testing o Roles & permissions , system ‘hacking’ • Data migration • Recovery Copyright 2013 DragonFire Inc. 20
  • 21. 1/22/2013 • May be higher priority than functional req’ts • Makes the ‘finished’ product • Transfer specialized expertise Consider the four quadrants • Would you add anything? • Consider your quality attributes • Do you need to move any tests? • What tests are you missing? • What is your team is not doing now? Copyright 2013 DragonFire Inc. 42 21
  • 22. 1/22/2013 Automate at the feature level push the tests lower Automate at the story level Automate at the task level Sequential, phased – eg. waterfall Requirements All automation done here Specifications Code Testing Release Time D C C A It 0 B It 1 A B It 2 A Agile: iterative, incremental F E D C B It 3 A – Each story is expanded, coded and tested – Possible release after each iteration B Automation here It 4 Automation Automation here Automation here here 44 22
  • 23. 1/22/2013 Instead of saying NO, or being the gatekeeper Be the information provider so business can make the decisions Questions… on types of testing? Copyright 2013 DragonFire Inc. 45 Copyright 2013 DragonFire Inc. 46 23
  • 24. 1/22/2013 Release Level Test Planning Copyright 2013 DragonFire Inc. 47 • Consider scope, priorities, risks • Document only what is useful • Consider all types of testing • Budget time for: o o o infrastructure tools automation needs • Strive for simplicity Copyright 2013 DragonFire Inc. 48 24
  • 25. 1/22/2013 49 • Sizing of stories ◦ think about impacts to system • Ask questions ◦ that may impact the ‘bigness’ of the story ◦ to uncover hidden assumptions ◦ such as ‘what if?’, or “what happens if?” • Not the time for details • Create a project “test plan” Copyright 2013 DragonFire Inc. 50 25
  • 26. 1/22/2013 • Are we working with a vendor? ◦ If so, how do we coordinate testing? • Are there dependencies between … ◦ features? ◦ teams? ◦ Stories? Copyright 2013 DragonFire Inc. 51 26
  • 27. 1/22/2013 • Should be project specific • High-light critical information ◦ risks ◦ assumptions ◦ constraints • Focus on what is really needed • Put static information –in a Quality Management Strategy document Copyright 2013 DragonFire Inc. 53 Copyright 2013 DragonFire Inc. 54 27
  • 28. 1/22/2013 Copyright 2013 DragonFire Inc. 55 A test matrix (one example) ◦ provides a view of the release ◦ can also be used as visible progress But, remember ◦ the value is in the planning Let`s look at an example Copyright 2013 DragonFire Inc. 56 28
  • 29. 1/22/2013 Copyright 2009 Janet Copyright 2013 DragonFire Inc. Gregory, DragonFire 57 Let’s do some collaboration, & work together to find a solution Copyright 2013 DragonFire Inc. 58 29
  • 30. 1/22/2013 rules Sub topic rules user name save password Sub topic first time Sub topic encryption MAIN new account TOPIC Sub topic change Sub topic Copyright 2013 DragonFire Inc. 59 Mind map testing ideas for a feature How many ideas can you generate in 5 minutes? Copyright 2013 DragonFire Inc. 30
  • 31. 1/22/2013 Feature A • As an on-line shopper, I want to provide my shipping address when I check out so that my order goes to the right location Feature B • As an on-line shopper, I want to provide payment information when I check out so I am billed correctly. Copyright 2013 DragonFire Inc. • Create a test matrix for the stories on the next slide. • Functionality down the left side • Test conditions across the top o Think heuristics o Use mnemonics (ex. SFDPOT) • Gray out the squares that are not applicable. Copyright 2013 DragonFire Inc. 31
  • 32. 1/22/2013 Feature A • As an on-line shopper, I want to provide my shipping address when I check out so that my order goes to the right location Feature B • As an on-line shopper, I want to provide payment information when I check out so I am billed correctly. Copyright 2013 DragonFire Inc. • What value do you see in something like this? • What did you learn? • How would you use it? Copyright 2013 DragonFire Inc. 32
  • 33. 1/22/2013 Instead of saying NO, or being the gatekeeper Be the information provider so business can make the decisions Questions on test planning at the release level? Copyright 2013 DragonFire Inc. 65 Copyright 2013 DragonFire Inc. 66 33
  • 34. 1/22/2013 Iteration Planning: • Stories tell us about the tip of the iceberg • What don’t we know? • What questions should we ask to find out? Copyright 2013 DragonFire Inc. 68 34
  • 35. 1/22/2013 Create a user story Write Customer (Q2) Tests Expand tests – Story Tests Automate Q2 Tests Start thinking how to code Pair, “Show Me” TDD Product owner Product owner/ Tester Tester Tester/Programmer Programmer Exploratory testing Customer User Acceptance Copyright 2013 DragonFire Inc. 69 • Be proactive – preplanning • Try specifications workshops – Gojko Adzic • Help customer achieve ‘advance clarity’ on stories ◦ ◦ ◦ ◦ Customers speak with “one voice” Testable stories Steel threads Create acceptance tests Copyright 2013 DragonFire Inc. 70 35
  • 36. 1/22/2013 • Define high level story tests or examples • Find hidden assumptions • Define and estimate testing tasks – consider: o o o o automation needs test data, exploratory testing Q4 tests (‘ilities’, security, performance, etc.) Copyright 2013 DragonFire Inc. 71 Ask questions • What's the business goal? • Can the user mess up? • What’s the best thing? • What’s the worst thing that can happen? • Watch for scope creep or ‘bling’ • Is this story testable? Copyright 2013 DragonFire Inc. 72 36
  • 37. 1/22/2013 To Review Copyright 2013 DragonFire Inc. Picture from Mike Cohn’s website 73 73 • • • • Express the intent of the story Use examples as specific instances of a scenario Think expected and unexpected behaviors Gives a shared common understanding of the story • Feeds into TDD (Test Driven Development) Copyright 2013 DragonFire Inc. 74 37
  • 38. 1/22/2013 As a new user, I want to create an account with a user name and password so that only I can access my information. =============================== Copyright 2013 DragonFire Inc. 75 75 • To create my account, I enter a valid user name and password, my information is saved and I am logged into the system and on the home page. • If I enter an invalid user name, I get an error message “Invalid User Name”, and I am able to try again. • If I enter an invalid password, I get an error message “Invalid Password”, and I am able to try again. Copyright 2013 DragonFire Inc. 76 38
  • 39. 1/22/2013 BDD – Behavioural Driven Development Given the user has no existing account When she requests to create a new account, Then she enters a valid user name and valid password (rules defined) And the information is saved upon submitting . 77 Copyright 2013 DragonFire Inc. 77 returnValue TestLogin ( userName, password) User Name Password Expected result comments JanetGregory Password Access system as JanetGregory Valid combo saved Janet Gregory Password Error Space in user name JanetGregory Abc Error Invalid password Copyright 2013 DragonFire Inc. 78 39
  • 40. 1/22/2013 • Write Acceptance Test(s) for one of the two stories – any format you like • To help, try mind-mapping or draw a flow diagram • Ask your customer for examples. • Think “Amazon” • (~15 min) Copyright 2013 DragonFire Inc. Story a – Part of Feature A • As the company shipper, I need to verify the city, state and postal code so that the order goes to the right location. Story b – Part of Feature B • As the company accountant, I need to ensure the credit card information is correct so the on-line shopper is billed correctly. Copyright 2013 DragonFire Inc. 40
  • 41. 1/22/2013 We walk out of the iteration planning meeting .... Now what? Copyright 2013 DragonFire Inc. 82 41
  • 42. 1/22/2013 • Start simple with the high level acceptance tests ◦ Add boundary, edge conditions, etc. ◦ Add non-functional tests • Experiment to find the right detail level • Review with programmers ◦ Then automate • Keep adding until story is complete • Consider exploratory test scenarios Copyright 2013 DragonFire Inc. 83 Acceptance Tests – Fit Automation Style -- Third thread User Name Password Expected result Comments JanetGregory Password Access system as JanetGregory Valid combo saved Janet Gregory Password Error Space in user name Janet#Gregory Password Error Special char not allowed Password Error Blank user name JanetGregory Password Error User already exists JanetGregory Abc Error Not enough char in password Error Blank password JanetGregory Copyright 2013 DragonFire Inc. 84 42
  • 43. 1/22/2013 How do you know you are done? Copyright 2013 DragonFire Inc. Description 85 Completed 1 Story tests reviewed, automated and pass Yes 2 Exploratory testing complete Yes 3 Unit tests reviewed and pass Yes 4 Q4 tests complete Yes 5 Acceptance tests pass Yes Copyright 2013 DragonFire Inc. 86 43
  • 44. 1/22/2013 Instead of saying NO, or being the gatekeeper Be the information provider so business can make the decisions Questions on test planning at the story level? Copyright 2013 DragonFire Inc. 87 Copyright 2013 DragonFire Inc. 88 44
  • 45. 1/22/2013 • Understand your context • Understand the purpose • Consider ROI (return on investment) • Push the tests lower • Automate the repetitive and boring tests • Plan, but document simply • Plan, but plan for the appropriate level Copyright 2013 DragonFire Inc. • How much is too much? • What is not enough? • Why do you need them? • What is the right information? • Who looks at them? • What do they use them for? • What is the simplest way you can capture them? Copyright 2013 DragonFire Inc. 90 45
  • 46. 1/22/2013 • • • • • • • • What problem are you trying to solve? What measurements make sense? What is the simplest way to gather them? Who needs to see them? What is the simplest way to make them visible? How are you going to use them? When will you know to stop? Be Aware!!! o o The wrong measurements can be deadly Metrics can be misinterpreted Copyright 2013 DragonFire Inc. • How are you going to know when you are done? • What is enough? • Collaborate to decide what coverage you want • Think risk – include the customer • Functional coverage • Lines of code? … be careful • What tools can you use? o o Heuristics Mnemonics Copyright 2013 DragonFire Inc. 46
  • 47. 1/22/2013 • Understand the level of precision you need ◦ Think big picture in release planning ◦ Think tasks during iteration planning ◦ Think tests during story test planning • Use ATDD for feature and story testing • Make it visible • Make it simple • Make it valuable • You want to be testing, not documenting Copyright 2013 DragonFire Inc. Instead of saying NO, or being the gatekeeper Be the information provider so business can make the decisions Are there still unanswered questions.. Concerns? Copyright 2013 DragonFire Inc. 94 47
  • 48. 1/22/2013 Now Available Agile Testing: A Practical Guide for Testers and Agile Teams By Lisa Crispin and Janet Gregory www.agiletester.ca My contact info www.janetgregory.ca http://janetgregory.blogspot.com/ Email: janet@agiletester.ca www.lisacrispin.com http://lisacrispin.com Email: lisa@agiletester.ca Copyright 2013 DragonFire Inc. 95 • • • • • • • • www.lisacrispin.com agile-testing@yahoogroups.com http://www.exampler.com - Brian Marick’s web site www.testobsessed.com (heuristics cheat sheet) – Elisabeth Hendrickson http://www.shino.de/blog/ - Markus Gärtner’s blog Gojko Adzic, Bridging the Communication Gap, 2009 Gojko Adzic, Executable Specifications, Manning, 2011 vwww.mountaingoatsoftware.com – Mike Cohn’s web site (and all his books) • http://www.developsense.com/2009/04/of-testing-tours-anddashboards.html • James Whittaker, Exploratory Software Testing, 2009 Addison-Wesley • http://www.stickyminds.com/ Pragmatic Personas - Jeff Patton’s weekly column 1/25/2010 • Jean Tabaka, Collaboration Explained, 2006 Addison-Wesley • Copyright 2013Manifesto: http://agilemanifesto.org/ Agile DragonFire Inc. 96 48