Size: 242
Comment:
|
← Revision 3 as of 2019-06-03 09:06:01 ⇥
Size: 790
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
= Reading = == Flaky tests == [[https://samsaffron.com/archive/2019/05/15/tests-that-sometimes-fail|Tests that sometimes fail]] ([[https://news.ycombinator.com/item?id=20028057|corresponding Hacker News discussion]]), great list of possible ways tests can fail. See also: [[https://testing.googleblog.com/2016/05/flaky-tests-at-google-and-how-we.html|Flaky Tests at Google and How We Mitigate Them (2016)]] and [[https://testing.googleblog.com/2017/04/where-do-our-flaky-tests-come-from.html|Where do our flaky tests come from? (2017)]]. |
Notes on Test-Driven Development, aka TDD.
Books
Reading
Flaky tests
Tests that sometimes fail (corresponding Hacker News discussion), great list of possible ways tests can fail. See also: Flaky Tests at Google and How We Mitigate Them (2016) and Where do our flaky tests come from? (2017).