Monitoring E2E Test Automation: what, why, and how
The more frequently you ship to production, the more you may want to invest in the observability of your changes. Avraham Khanukaev and Dor Eitan explain what metrics to consider and how to monitor them.
Monitoring & Alert Test Strategy
Rafaela Azevedo explains what good metrics are and how you can use chaos engineering practices to test your monitoring and alerting systems.
Moreover, you might be interested in Chris Tozzi's explanation of Synthetic Monitoring.
How to get started with Performance Testing
This is a great guide by Johanna South that can help you get more familiar with performance testing. There are sets of definitions, tools, questions, metrics and best practices to learn from.
Stop this practice for testing right now!
Rohit Khankhoje explains why some common practices, including metrics and release signoff, shouldn't be done by testers.
One thing that Manish Saini suggests doing though is to start Learning from Incidents: A Guide for SDETs.
Christian Findlay explains why implementing the right test type is more important than trying to meet a certain test coverage metric.
In relation to that, Rafael Miguel describes in detail the benefits of Using Branching Coverage to Improve Software Quality.
Someone on Reddit is looking for good quality metrics and people gave fair responses and suggestions.
Moreover, you may want to Use Ishikawa diagrams to improve quality as Mike Harris suggests.
Welcome to the 68th issue!
Last week, someone reached out to me on LinkedIn asking if I can share some insights about quality metrics.
I remembered there were a few great articles that I included in the previous issues of Software Testing Weekly. I typed metrics in the search bar, quickly found them and sent them over.
So here's the tip, if you want to learn more about a certain technology, tool or approach, try the search bar. With nearly 1,500 links included since the beginning of this project, you'll likely find some useful information.
Hope that helps. 😊
Happy testing everyone!
A Comprehensive Guide to Testing and Automating Data Analytics Events on Web & Mobile
If you want to learn more about analytics in web and mobile apps, this is the guide to follow. Anand Bagmar explained everything — from the basics to automation.
Speaking of measuring data for quality, Shivam Gohel shared a decent piece about Five Key Reasons Why Software Quality Metrics Matter.
Performance Testing Measurements (Fundamentals)
Having good metrics in place is as important as having the performance test itself. Klaudia Dziubek tells us how to achieve them.
And if you need more context, she also shared a valuable article explaining the Basic Aspects of Performance Testing.
How to write good Test Cases with examples
If you write test cases, why not do it right? Roselyne Makena shares a few solid tips and shows examples of well-written and badly-written test cases.
And once you have them, do you think it's a good idea to implement a number of test cases created and executed as the main metric to measure QA work?