Skip to content

Commit 558b534

Browse files
authored
Merge pull request #15 from iammike/2025-jan
January 2025 update
2 parents 0aea058 + 91fcbc2 commit 558b534

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,15 @@ All links have been curated by me personally as beneficial to software testing i
6161
- [The Practical Test Pyramid](https://martinfowler.com/articles/practical-test-pyramid.html)
6262
- [The Pragmatic Engineer](https://blog.pragmaticengineer.com) (Site)
6363
- [Prisoner’s Dilemma in Testing](https://salmonmode.github.io/2020/12/16/prisoners-dilemma-in-testing.html)
64+
- [Quality Assurance and Testing](https://developsense.com/blog/2024/01/quality-assurance-and-testing)
6465
- [Quality Narratives Are a Better Form of Quality Reporting](https://callumakehurstryansblog.wordpress.com/2022/03/24/quality-narratives-are-a-better-form-of-reporting/)
6566
- [Responsible Automation](https://responsibleautomation.wordpress.com)
67+
- [Software Testing Heuristics & Mnemonics](http://karennicolejohnson.com/wp-content/uploads/2012/11/KNJohnson-2012-heuristics-mnemonics.pdf)
6668
- [StickyMinds](https://www.stickyminds.com) (Site)
6769
- [Story Points v. Time](https://softwareengineering.stackexchange.com/questions/182057/why-do-we-use-story-points-instead-of-man-days-when-estimating-user-stories)
6870
- [Test Case Points](https://responsibleautomation.wordpress.com/2023/09/20/need-a-testing-metric-put-points-on-your-test-cases/)
6971
- [Test Heuristics Cheat Sheet](https://www.ministryoftesting.com/articles/test-heuristics-cheat-sheet)
72+
- [Test Heuristics Cheat Sheet (another)](https://www.huibschoots.nl/downloads/testheuristicscheatsheetv1.pdf)
7073
- [Testers and the Quote Culture](http://testerstories.com/2019/06/testers-and-the-quote-culture)
7174
- [Testers Don’t Break Software](https://www.developsense.com/blog/2015/02/very-short-blog-posts-25-testers-dont-break-the-software/)
7275
- [Testers, Now More Than Ever](https://developsense.com/blog/2024/03/testing-now-more-than-ever)
@@ -76,6 +79,7 @@ All links have been curated by me personally as beneficial to software testing i
7679
- [Testing Deep and Shallow 1: Coverage](https://www.developsense.com/blog/2022/01/testing-deep-and-shallow/)
7780
- [Testing Deep and Shallow 2: “Shallow” is a feature, not an insult!](https://www.developsense.com/blog/2022/01/testing-deep-and-shallow-2-shallow-is-not-an-insult/)
7881
- [Testing Is…](https://www.developsense.com/blog/2014/10/testing-is/)
82+
- [Testing Mnemonics Card Desk](http://karennicolejohnson.com/2012/07/testing-mnemonics-as-a-card-deck/)
7983
- [Testing Peers](https://podcasts.apple.com/us/podcast/testing-peers/id1512731235) (Podcast)
8084
- [Testing Unknown Unknowns, The](https://qualityeng.substack.com/p/the-testing-unknown-unknowns)
8185
- [That’s a Bug](http://thatsabug.com) (Site)
@@ -111,6 +115,7 @@ All links have been curated by me personally as beneficial to software testing i
111115
- [How to Decide Which Tests to Automate](https://kevintuck.co.uk/how-to-decide-which-tests-to-automate/)
112116
- [How Slow is Too Slow to Run Your Tests?](https://dev-tester.com/how-slow-is-too-slow-to-run-your-tests/)
113117
- [The Myth of "Unstable" Code](https://gerg.dev/2024/02/the-myth-of-unstable-code/)
118+
- [Oh No! I Can’t Get My Test Automation Scripts To Pass!](https://responsibleautomation.wordpress.com/2022/12/20/oh-no-i-cant-get-my-test-automation-scripts-to-pass/)
114119
- [One Tool To Rule Them All?](https://web.archive.org/web/20150712112540/http://www.stephenblower.co.uk/blog/26/03/2013/test-automation-one-tool-to-rule-them-all/)
115120
- [Parallelization test automation? Read this first.](https://responsibleautomation.wordpress.com/2021/07/08/parallelizing-test-automation-read-this-first/)
116121
- [Problems with Test Automation and Modern QA](https://devqa.io/problems-test-automation-modern-qa/)
@@ -192,6 +197,7 @@ All links have been curated by me personally as beneficial to software testing i
192197
- [iOS Testing Mindmap](http://www.neglectedpotential.com/2013/10/ios-testing-mind-map-1-2)
193198
- [iOS UI Testing using Apple XCUITest](https://gopekannan.wordpress.com/2018/02/16/ios-ui-testing-using-apple-xcuitest/)
194199
- [Making Xcode UI Tests Faster and More Stable](https://blog.bitrise.io/post/making-xcode-ui-tests-faster-and-more-stable)
200+
- [Mocking Network Data](https://gist.github.com/joemasilotti/7ff31584c0b6981a8f41)
195201
- [Page Object in XCTest UI Tests](https://alexilyenko.github.io/xcuitest-page-object/)
196202
- [Painless UI Testing in iOS (Part 1) - Mocking the Network](https://jhandguy.github.io/posts/mocking-the-network-ios/)
197203
- [Painless UI Testing in iOS (Part 3) - Disabling Animations](https://jhandguy.github.io/posts/coordinator-design-pattern-ios/)

0 commit comments

Comments
 (0)