Test Quadrants (Agile software dev.) Flashcards
1
Q
Q1, technology facing, support the team
A
component tests and
component integration tests
these should be automated
2
Q
Q2, business facing, support the team
A
functional tests,
examples,
user story tests,
user experience prototypes,
API testing,
simulations
can be manual or automated
3
Q
Q3, business facing, critique the product
A
exploratory testing,
usability testing,
user acceptance testing
user-oriented & often manual
4
Q
Q4, technology facing, critique the product
A
smoke tests,
non-functional tests (except usability tests)
often automated