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.
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.
Scaling Strategies for Parallel Test Execution
There's no doubt that parallelisation helps with faster test execution. But did you know there are different ways to achieve that? Yevhenii Otsevych gives a concise overview.
Also, here's a relevant discussion on Reddit — Why wouldn't you run your tests in order?
The 3 Steps Mobile Testing Strategy
In last week's issue, I highlighted an article showing an example of a mobile app test strategy. And this 15-minute overview by Daniel Knott is a great follow up to that.
Testing Strategies to Preemptively Catch Bugs in Spring Boot
Testing Spring Boot applications in Java? Here are some practical tips from Alexander Obregon on implementing the test automation strategy.