How to Create a Quality Strategy and Testing Model
This is a wonderful overview by Stuart Thomas of how they approached creating a company-wide quality strategy.
Two strategies to drive screenshot testing in Mobile projects
Interested in visual testing for mobile apps? Ubiratan Soares describes two approaches that depend on whether there's a design system in place.
iOS: UI Testing Strategy and Tooling at Reddit
This is an excellent overview of how Reddit approaches testing their iOS mobile app — from strategy to test reporting. Kudos to Lakshya Kapoor, Parth Parikh and Abey Thomas for sharing this with us!
On that note, I also recommend revisiting Reddit's E2E UI Automation Framework for Android, put together by Dinesh Gunda and Denis Ruckebusch.
Software Testing Strategies: The Complete Guide
There are quite a few so-called "test shapes", such as test pyramids, that help describe testing strategy. Carolina Ramirez gives a brief overview of the most popular ones.
And since it's related to the test levels, Wessel Braakman wrote a good Introduction to Contract Testing.
Note: If you can't access the full article, simply open it in a private tab.
My latest automation testing strategy presumption (part 1)
In a series of articles, Arnon Ram gives a good overview of the test automation strategy based on the test pyramid. You can also read the second part and the third part.
5 Must-Know Cypress Testing Strategies for Software Engineers
Do you use Cypress to write automated tests? Earl Lacsamana has some good practices to share.
And if you focus on API testing, Oscar Cepeda wrote a helpful Guide to start with Cypress API Testing.
Building Effective Strategies for Running Automated Tests
Dennis Martinez warns about what happens when tests are implemented without a clear test strategy and advises how to write one.
You may also want to consider Lesia Topol's overview of the Quality gates and Test orchestration strategy in one slide.
Proven Strategies to Minimize End-To-End Test Flakiness
Are your tests flaky? They can fail for various reasons and Dennis Martinez explains several ways of solving them.
Also, Stefan Dirnstorfer says it may be worth doing something about Failing with grace: A tester's guide to error culture.
"Software Testing Strategies" by Heusser and Larsen — Review
Mirek Długosz gives an honest review of the recently released book titled Software Testing Strategies.
Most-Used Deployment Strategies and Suitable Automation Test Types
Testing plays a crucial part in continuous delivery. Nurdan Turan visualises and describes five possible approaches to it.
And if you're struggling to debug your failing tests on CI, Ákos Osvald has some tips on Leveling Up Your Tests: The Accountability Factor.