Should we really follow the golden Testing Pyramid?
This is a great article by Chengchen Ji that challenges the main assumptions of the Test Pyramid.
Moreover, Ryan Craven created a handy Test Automation Strategy — Infographic.
iOS UI Testing with Deep Links
In this comprehensive guide, Emin Deniz demonstrates a handy strategy for leveraging deep links in the iOS app to navigate to certain while testing.
Contract Testing: Navigating Through Common Pitfalls
Contract testing is often a good strategy for checking interactions between services. However, there are some pitfalls that you may want to avoid, as Wessel Braakman explains.
Designing Scalable Tests for Feature Flags
Wondering how to test systems that behave differently based on feature flags? Sravanti Tatiraju describes several test automation strategies with examples.
Understanding the Essentials of Mobile Test Automation
Starting with mobile test automation? Tomasz Buga wrote a great, comprehensive guide that covers test strategies and test frameworks for various platforms.
Automating Testing with GitHub Actions: Continuous Integration — Part 2
Following the first part that I featured last month, this time Markella Efthymiou demonstrates implementing various test strategies that are also applicable to other CI solutions.
Some things to consider when implementing contract testing
If you want to implement contract tests as part of your test automation strategy, you can learn from Bas Dijkstra about how to do it right.
The 4 Destroyers of Any Automation Test Script
What are the most common causes of test flakiness? Joe Colantonio explains and shares advice on how to avoid them.
And since one of them is missing a locator strategy, here are 5 Steps to Implementing an Effective Locator Strategy for Seamless Automation Testing by Ahtisham Ilyas.
Testing Pyramid Makes Little Sense, What We Can Use Instead
This is a great discussion between Roman Sandler and Gleb Bahmutov on the test pyramid and other test strategy options.
Fintech QA: Preparing Good Test Cases
This article looks into testing and test documentation in fintech, specifically FX trading platforms. Learn about three pillars that we build our strategies upon for the successful delivery of a product to production.