From 30e35770253510de37c6f0e9d76da22191f11cd6 Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Wed, 16 Oct 2024 19:04:26 +0200 Subject: [PATCH] Add SMURF and notes about the Google Testing blog --- INTERESTING_ARTICLES.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INTERESTING_ARTICLES.org b/INTERESTING_ARTICLES.org index 67bbc07..4df64c2 100644 --- a/INTERESTING_ARTICLES.org +++ b/INTERESTING_ARTICLES.org @@ -12,7 +12,8 @@ ** Testing -- [[https://testing.googleblog.com/2014/05/testing-on-toilet-risk-driven-testing.html][Testing on the Toilet: Risk-Driven Testing]] +- [[https://testing.googleblog.com/2014/05/testing-on-toilet-risk-driven-testing.html][Testing on the Toilet: Risk-Driven Testing]] "Your tests are a means. The bang is what counts. It’s your job to maximize it." +- [[https://testing.googleblog.com/2024/10/smurf-beyond-test-pyramid.html][SMURF: Beyond the Test Pyramid]] Test categories and the pyramid are excessively limited models. - [[https://softwareengineering.stackexchange.com/questions/123627/what-are-the-london-and-chicago-schools-of-tdd][What are the London and Chicago schools of TDD?]] (Just to remember these useful terms) ** Python -- 2.47.3