5.1.7 Testing Quadrants Flashcards
(14 cards)
The testing quadrants, defined by Brian Marick, group the test levels with the appropriate:
- test “ty…”
- “act…”
- test “te…”
- work “p…”
in the A…
- types
- activities
- techniques
- products
Agile software development.
The model supports test management in visualizing these to ensure that all appropriate t… and t… are included in “ “ and in understanding that some test types are more “ “ to certain t…
test types
test levels
SDLC
relevant
test levels than others.
This model also provides a way to differentiate and describe the test types to all “ “ including:
- “d…”
- “t…”
- b…
stakeholders,
- developers
- testers
- business representatives.
In this model, tests can be b… or t…
business facing
technology facing.
Tests can also:
- support the t… (i.e. guide the “ “ )
- critique the p… (i.e. measure it’s b… ).
- team
development - product
behavior against the expectations
The combination of these two viewpoints determines the four quadrants:
- Quadrant Q1 (tech… , support … )
- Quadrant Q2 (buss… , support … )
- Quadrant Q3 (buss… , critique … )
- Quadrant Q4 (tech… , critique … )
- technology facing
the team - business facing
the team - business facing
the product - technology facing
the product
Quadrant Q1 (technology facing, support the team)
This quadrant contains c… and c…
component tests
component integration tests.
Quadrant Q1 (technology facing, support the team)
Component and component integration tests should be “ “ and included i…
automated
in the CI process.
Quadrant Q2 (business facing, support the team)
This quadrant contains:
- fun…
- “ex…”
- user s…
- user e…
- API “t…”
- “sim…”.
- functional tests
- examples
- story tests
- experience prototypes
- testing
- simulations
Quadrant Q2 (business facing, support the team)
These tests check the a… and can be m…
acceptance criteria
manual or automated.
Quadrant Q3 (business facing, critique the product)
This quadrant contains:
- exp…
- usa…
- user a…
- exploratory testing
- usability testing
- acceptance testing
Quadrant Q3 (business facing, critique the product)
These tests are u… and often “ “.
user-oriented
manual.
Quadrant Q4 (technology facing, critique the product)
This quadrant contains:
- s…
- non-f… (except u… ).
- smoke tests
- non-functional tests
usability tests
Quadrant Q4 (technology facing, critique the product)
These tests are often “ “.
automated