Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@ All links have been curated by me personally as beneficial to software testing i
- [The Practical Test Pyramid](https://martinfowler.com/articles/practical-test-pyramid.html)
- [The Pragmatic Engineer](https://blog.pragmaticengineer.com) (Site)
- [Prisoner’s Dilemma in Testing](https://salmonmode.github.io/2020/12/16/prisoners-dilemma-in-testing.html)
- [Quality Assurance and Testing](https://developsense.com/blog/2024/01/quality-assurance-and-testing)
- [Quality Narratives Are a Better Form of Quality Reporting](https://callumakehurstryansblog.wordpress.com/2022/03/24/quality-narratives-are-a-better-form-of-reporting/)
- [Responsible Automation](https://responsibleautomation.wordpress.com)
- [Software Testing Heuristics & Mnemonics](http://karennicolejohnson.com/wp-content/uploads/2012/11/KNJohnson-2012-heuristics-mnemonics.pdf)
- [StickyMinds](https://www.stickyminds.com) (Site)
- [Story Points v. Time](https://softwareengineering.stackexchange.com/questions/182057/why-do-we-use-story-points-instead-of-man-days-when-estimating-user-stories)
- [Test Case Points](https://responsibleautomation.wordpress.com/2023/09/20/need-a-testing-metric-put-points-on-your-test-cases/)
- [Test Heuristics Cheat Sheet](https://www.ministryoftesting.com/articles/test-heuristics-cheat-sheet)
- [Test Heuristics Cheat Sheet (another)](https://www.huibschoots.nl/downloads/testheuristicscheatsheetv1.pdf)
- [Testers and the Quote Culture](http://testerstories.com/2019/06/testers-and-the-quote-culture)
- [Testers Don’t Break Software](https://www.developsense.com/blog/2015/02/very-short-blog-posts-25-testers-dont-break-the-software/)
- [Testers, Now More Than Ever](https://developsense.com/blog/2024/03/testing-now-more-than-ever)
Expand All @@ -76,6 +79,7 @@ All links have been curated by me personally as beneficial to software testing i
- [Testing Deep and Shallow 1: Coverage](https://www.developsense.com/blog/2022/01/testing-deep-and-shallow/)
- [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/)
- [Testing Is…](https://www.developsense.com/blog/2014/10/testing-is/)
- [Testing Mnemonics Card Desk](http://karennicolejohnson.com/2012/07/testing-mnemonics-as-a-card-deck/)
- [Testing Peers](https://podcasts.apple.com/us/podcast/testing-peers/id1512731235) (Podcast)
- [Testing Unknown Unknowns, The](https://qualityeng.substack.com/p/the-testing-unknown-unknowns)
- [That’s a Bug](http://thatsabug.com) (Site)
Expand Down Expand Up @@ -111,6 +115,7 @@ All links have been curated by me personally as beneficial to software testing i
- [How to Decide Which Tests to Automate](https://kevintuck.co.uk/how-to-decide-which-tests-to-automate/)
- [How Slow is Too Slow to Run Your Tests?](https://dev-tester.com/how-slow-is-too-slow-to-run-your-tests/)
- [The Myth of "Unstable" Code](https://gerg.dev/2024/02/the-myth-of-unstable-code/)
- [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/)
- [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/)
- [Parallelization test automation? Read this first.](https://responsibleautomation.wordpress.com/2021/07/08/parallelizing-test-automation-read-this-first/)
- [Problems with Test Automation and Modern QA](https://devqa.io/problems-test-automation-modern-qa/)
Expand Down Expand Up @@ -192,6 +197,7 @@ All links have been curated by me personally as beneficial to software testing i
- [iOS Testing Mindmap](http://www.neglectedpotential.com/2013/10/ios-testing-mind-map-1-2)
- [iOS UI Testing using Apple XCUITest](https://gopekannan.wordpress.com/2018/02/16/ios-ui-testing-using-apple-xcuitest/)
- [Making Xcode UI Tests Faster and More Stable](https://blog.bitrise.io/post/making-xcode-ui-tests-faster-and-more-stable)
- [Mocking Network Data](https://gist.github.com/joemasilotti/7ff31584c0b6981a8f41)
- [Page Object in XCTest UI Tests](https://alexilyenko.github.io/xcuitest-page-object/)
- [Painless UI Testing in iOS (Part 1) - Mocking the Network](https://jhandguy.github.io/posts/mocking-the-network-ios/)
- [Painless UI Testing in iOS (Part 3) - Disabling Animations](https://jhandguy.github.io/posts/coordinator-design-pattern-ios/)
Expand Down