The Agile Testing Quadrants Flashcards

1
Q

What is the Agile Testing Quadrants?

A

It is a model that categorizes the testing activities etc. into four categories, based on the focus of those activities. Examples are Q1 which contains unit tests is requirement and technology facing, while Q3 which contains UAT and usability tests are business and product faced.

The order of which the quadrants are applied is not strict.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Quadrant 1 about?

A

Q1 is Technology, Requirements, and Automation facing. The activities involve Unit tests and integration tests etc.

These activities measure the internal quality of the code, meaning that it ensures functionality is working as expected.

Because of the unit test etc, it is a lot about guiding early development and continuous feedback.

The tests should always be automated and the Q1 activities are responsible for making the most tests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Quadrant 2 about?

A

Q2 is Business- and Requirements-facing. The activities are functional tests, prototypes, story tests, and UI tests. This could be called ‘Business-Facing’ tests, as they help validate the features of an application (features meet user needs / business needs).

These activities are often guided by the information (examples) given by the customer and support the team in the requirements identification.

Risks here are that there might be miscommunication between the customer and team flowing requirements.

There are both manual and automated tests in the quadrant.

  • Manual: prototypes and mock ups.
  • Automated: functional and UI-tests.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Quadrant 3 about?

A

Q3 is Product- (critique) and Business-facing.
The activities are Exploratory testing, Usability Testing, and Use Acceptability Testing.
These activities aim to verify or validate the requirements (business-facing) which also finds faults in the product if those requirements are not met, why it is product faced also.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Quadrant 4?

A

Q4 is Product- and Technology-facing.
The activities involve Performance & Load Testing, Security Testing, and reliability, sustainability, compatibility, and maintainability testing. These things should be automated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Sum up all the quadrants ‘Facings’

A
  1. Techonology
  2. Requirements and specifications
  3. Business
  4. Product critique
How well did you know this?
1
Not at all
2
3
4
5
Perfectly