From: alexpdp7 Date: Wed, 16 Oct 2024 17:04:26 +0000 (+0200) Subject: Add SMURF and notes about the Google Testing blog X-Git-Tag: 20241020-emacs~10 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=30e35770253510de37c6f0e9d76da22191f11cd6;p=alex.git Add SMURF and notes about the Google Testing blog --- 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