Empowering Automation Testing: Automation Testing Strategies — Part 1
Venkatesh Subramanian wrote a great, detailed overview of several test levels that make up the test automation strategy.
Quality at Scale: How Google Keeps Bugs in Check Across Billions of Lines
Bhagwati Malav shares insights into Google's test strategy, providing historical context that led to the current state.
Very similarly, Ivan Boklach describes the Story of How Google Learned to Test.
Introducing the Full-Stack Testing strategy
Having faced a challenge with the testing process while the product scaled, Priscilla Stephan had to develop with a new approach.
Furthermore, Nishi Grover Garg gives a theoretical overview of Crafting the Perfect Test Automation Strategy.
Metamorphic and adversarial strategies for testing AI systems
Both terms might sound quite new, but Amruta Pande did a great job explaining these testing approaches, which can help you find edge cases in non-deterministic systems.
Moreover, Dan Jam Kuhn describes the challenges and solutions for AI Chatbot Behavioral Testing.
Retrying Android Tests and Clearing the Database Between the Runs
One of the core principles in test automation is to aim for having independent tests. This advice by Alexey Alter-Pesotskiy on how to clean up data between runs is one way to achieve that.
How would you create a Quality Strategy? Kristin Jackvony shares plenty of tips, covering practices such as test planning, tooling, development, releases, maintenance, and more.
Speaking of practices, Jamaal Todd wrote a great one about Can We Overcome Testing Bottlenecks?.
Quality strategy is more than just testing. Janna Loeffler explains how to develop it using the Arrange-Act-Assert approach.
Webinar: Adapting Your Automated Test Strategy to New Frameworks
How do teams maintain high velocity and quality? Industry trends (such as the journey to DevOps) have prompted teams to search for new frameworks to keep up. Learn actionable migration strategies in this free webinar.
Bad Test Strategies and How You Can Avoid Them
Dennis Martinez is not only accurate in describing the bad strategies in testing that we can commonly observe but also gives some good advice on how to avoid each of them.
Strategy Design Pattern in Automated Testing Java Code
Here's yet another great example of using a design pattern in test automation by Anton Angelov. Code-heavy!