5.1.7 Testing Quadrants Flashcards
The testing quadrants, defined by Brian Marick, group the test levels with the appropriate:
- test ty…
- act…
- test te…
- work …
in the …
- 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 …
and in understanding that some test types are … to certain t…
test types
test levels
in SDLC
more 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 …
business facing or technology facing.
Tests can also:
- support the … (i.e. guide …
- critique the … (i.e. measure it’s b…
- team
the 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 …
- 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 …
- smoke tests
- non-functional tests
usability tests).
Quadrant Q4 (technology facing, critique the product)
These tests are often …
automated.