Posts tagged testing

Testing collections

We have to test 5 things (J.B. Rainsberger):

Read more ...


Test vs Check

Testing is learning and exploring

Read more ...


Pact

Pact is an implementation of “consumer driven contract” testing that allows mocking of responses in the consumer codebase, and verification of the interactions in the provider codebase.

Read more ...