Automation Testing on Microservices
Bishma Nishadi describes the strategy for testing microservices and explains why the test pyramid is not the best approach there.
Similarly, Phil Hargreaves listed out the most useful types of tests for microservices architecture.
Dhanalaxmi Otari explains what regression testing really is about and what strategies you can use to make the most use of it.
Additionally, Sri Priya P Kulkarni wrote a nice article about How to do Regression Testing?.
If you're looking for an example of implementing a test strategy in a real project, here's how John Qualls and Greg Rami created a successful one for Android in their organisation.
Get Ahead of Bugs: How to Identify High-Risk Areas in Your QA Testing Strategy
Tadas Stankevicius shows how to use Google Sheets to visually represent data about bugs extracted from Jira.
How To Turn Red Energy Into Strategy And Migrate All Your Tests While You're At It
Attila Vágó shares the highs and lows of migrating over 140 Ruby-based Cucumber tests to a Java-based test automation framework.
What strategy do you use for automation?
Someone's looking for advice on applying a proper test automation strategy and the community has responded with support.
In relation to that, Sandra Parker wrote a long article explaining How to Calculate the ROI of Test Automation.
Automation Tests And The Flow Of The Testing Application
Michael Andish outlines a possible test automation strategy for the unit, integration and end-to-end levels, including various tools and solutions.
Waiting Strategies — Appium and Selenium Automation
Whether you use Appium or Selenium for testing, you may need to implement some custom waiting functionality. Lana Begunova explains different ways of achieving that.
Testing web applications - adapt your tests to your architecture
Bruno Oliveira explains why there's no ideal test automation pyramid to follow and gives a piece of advice on how you should adapt your strategy according to the test architecture instead.
Testing Too Difficult? Automate Your Integration Tests
Peter Flook describes in detail how to effectively use an integration testing strategy, especially around the data flows.
On that note, Roy Straub reminds us to Stop Testing Implementations.