From de0cb2d907456529c00b31d21e3e249f3b2deae5 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Wed, 17 Aug 2016 10:32:46 +0200 Subject: [PATCH] Add test pyramid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a93fa40..e4df2a5 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ There are some free books available, including: * [Testing Strategies in a Microservices Architecture](http://martinfowler.com/articles/microservice-testing/) (Martin Fowler) is an awesome resources explaining how to test a service properly. * [A Quick Puzzle to Test Your Problem Solving](http://www.nytimes.com/interactive/2015/07/03/upshot/a-quick-puzzle-to-test-your-problem-solving.html?_r=0)... and a great way to learn about confirmation bias and why you're mostly writing positive test cases. +* [The test pyramid](http://martinfowler.com/bliki/TestPyramid.html) ### Writing for performance