Complexity / Collaborator quadrant analysis

In his book “Unit Testing Principles, Practices and Patterns”, Vladimir Khorikov analyses the code to be tested in terms of Complexity and Collaborator quandrants. This learning hour introduces them.

Session Outline

Connect: What is easy to test

Concept: Complexity / Collaborator quandrant analysis

In his book “Unit Testing Principles, Practices and Patterns”, Vladimir Khorikov analyses the code to be tested in terms of Complexity and Collaborator quandrants. The main introduction to this is in section 7.1. Summarize what he says. Code that falls into the ‘Overcomplicated’ quandrant should be split up to make it easier to test.

Concrete