Skip to content
Merged
Show file tree
Hide file tree
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: 3 additions & 3 deletions .404-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ignore:
- https://devconnected.com/*
- https://beardedtester.substack.com
- https://www.stickyminds.com
- http://testerstories.com
delay:
'https://web.archive.org/': 20000
- http://testerstories.com/*
- https://web.archive.org/*
- https://*.substack.com/

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ All links have been curated by me personally as beneficial to software testing i
- [Kevin Tuck](https://kevintuck.co.uk/blog/) (Site)
- [Learning By Shipping](http://medium.learningbyshipping.com) (Site)
- [Lessons Learned By A Software Tester](http://swtester.blogspot.com) (Site)
- [Lessons Learned From 20 Years of Software Testing](https://www.linkedin.com/pulse/lessons-learned-from-20-years-software-testing-ministry-of-testing-9qxee/)
- [Maybe Getting Rid of Your QA Team was Bad, Actually](https://davidkcaudill.medium.com/maybe-getting-rid-of-your-qa-team-was-bad-actually-52c408bd048b)
- [Ministry of Testing](https://www.ministryoftesting.com) (Site/Community)
- [Mobile Testing Checklist](https://drive.google.com/file/d/1yukOg5256jOqTL-1weAi4XzmJWHgB7_W/view)
- [Overcoming Imposter Syndrome](https://kevintuck.co.uk/overcoming-imposter-syndrome-and-gaining-context-as-a-software-tester/)
- [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 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)
Expand All @@ -75,11 +77,12 @@ All links have been curated by me personally as beneficial to software testing i
- [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 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)
- [Tooth of the Weasel](https://angryweasel.com/blog/) (Site) - Alan Page
- [Undeveloped Bruce](https://undevelopedbruce.com) (Site)
- [Unveiling the Mythical Creatures of Software QA Job Descriptions](https://medium.com/@karlamieses.km/unveiling-the-mythical-creatures-of-software-qa-job-descriptions-navigating-unrealistic-0efb807ecab8)
- [Visual Risk Planning](https://bughuntersam.com/visual-risk-ui-automation-framework/)
- [Visual Risk Planning](http://web.archive.org/web/20240423115713/https://bughuntersam.com/visual-risk-ui-automation-framework/)
- [What 3 Testing Books Would You Recommend?](https://club.ministryoftesting.com/t/what-3-testing-books-would-you-recommend-to-a-tester/25040)
- [What To Do When You Have Nothing To Test](https://dev-tester.com/what-do-you-do-when-you-have-nothing-to-test/)
- [Why Bother Writing Tests?](https://dave.cheney.net/2019/05/14/why-bother-writing-tests-at-all)
Expand Down Expand Up @@ -191,6 +194,7 @@ All links have been curated by me personally as beneficial to software testing i
- [Making Xcode UI Tests Faster and More Stable](https://blog.bitrise.io/post/making-xcode-ui-tests-faster-and-more-stable)
- [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/)
- [Parallel Tests with XCUITest](https://alexilyenko.github.io/ios-parallel-tests/)
- [r/XCUITest](https://www.reddit.com/r/xcuitest/)*
- [Reddit's UI Testing Strategy and Tooling](https://www.reddit.com/r/RedditEng/comments/14gd9gc/ios_ui_testing_strategy_and_tooling/)
Expand Down