Software Testing Weekly - Software Testing Weekly - Issue 171

A Deep Dive into Quality Metrics 📊
 

Software Testing Weekly

 

ISSUE 171  June 5th 2023

 
COMMENT

  COMMENT  

 

Welcome to the 171st issue!

Since the beginning of this newsletter, I've featured well over 4,000 articles and other resources on software testing.

And they're all stored online.

So if you want to learn more about a particular topic you're interested in, simply use the Search function.

For example, here are the results for metrics, Playwright or test strategy.

Hope that helps you discover even more great news.

Happy testing! 🙂

Dawid Dylowicz  Permalink

 
 

  NEWS  

 

A Deep Dive into Quality Metrics

If you're looking for inspiration on quality metrics, this is a fine overview by Damián Moga who grouped them into three categories: QA process, incident management and quality culture.

medium.com  Permalink

 

Build a Great QA Competency Framework — Part 1

After moving to a new company, Robbie Falck defined a comprehensive QA progression framework. This part is about defining roles and responsibilities for each seniority level.

In relation to that, James Thomas explains why Testers are Gate-Crashers, not gate-keepers.

Note: If you can't access the full article, open it in a private tab or another browser.

medium.com  Permalink

 

Decoding the QA Salary Puzzle: Join the Discussion

Following the extensive QA salary survey on Reddit that I shared a few weeks ago, here's yet another thread where testers share their compensation.

reddit.com  Permalink

 

What Does QA Work Look Like in the Era of AI?

You can hear about AI everywhere now, so some of you may wonder how the tester's role needs to adapt. Patrick Ramser shows an interesting point of view.

medium.com  Permalink

 

What type of test cases should not/cannot be automated and must be tested manually?

It's a good question that many testers ask themselves at some point in their career. And here comes Reddit community with some advice.

reddit.com  Permalink

 
 

  AUTOMATION  

 

Achieving higher test coverage: Our approach to UI testing on iOS

Aliou Sarr gives a detailed overview of the UI testing strategy for their iOS app that allowed them to increase test coverage.

medium.com  Permalink

 

Code Quality/Design in Automation Frameworks?

If you're looking for good practices on implementing tests and test frameworks, here's a helpful thread on Reddit.

Additionally, Lakshmanan Chellappan explains How to improve Automation execution efficiency.

reddit.com  Permalink

 

Design Patterns for Test Automation Solutions: Part 2 — JavaScript/Typescript

Kostiantyn Teltov created a full-of-examples overview of design patterns for test automation. Handy!

medium.com  Permalink

 

E2E tests project structure organizing

Wondering how to structure your test automation project? Maria Golubeva explains with examples.

You may also want to follow Žiga Petek's advice on using The Arrange-Act-Assert Pattern for structuring your tests.

Note: If you can't access the full article, open it in a private tab or another browser.

medium.com  Permalink

 

Introduction Consumer-Driven Contract Testing with Pact in Javascript

Numanhan Duran put together a solid getting-started guide to contract testing with examples.

Similarly, Akkul D N also wrote A detailed introduction to Contract Testing.

medium.com  Permalink

 

Mastering Your Build to Release Pipeline

What are the best practices for achieving stable and effective builds on CI? Ilya Shubinsky gives some good advice.

medium.com  Permalink

 
 

  TOOLS  

 

How to choose the best test automation tool?

Mahesh Wankhede gives a few pieces of advice on choosing the test automation tool and explains why it depends on the project's needs.

medium.com  Permalink

 

How to Perform Visual Testing with Cypress

Interested in visual testing using Cypress? Balaji Kumarasamy explains how to set up and run it.

Additionally, Gleb Bahmutov shares how to Use Required Test Tags Instead Of Skipping Tests.

medium.com  Permalink

 

Writing Your First Complete Appium Test

Testing mobile apps? Courtney Zhan wrote a step-by-step guide to one of the most popular tools for the job — Appium.

Similarly, Kshitij Sharma demonstrates how to Streamline Mobile App Testing with Detox: A Practical Guide.

medium.com  Permalink

 

Writing Your Own BDD Framework in JavaScript

If you like BDD but don't want to rely on tools such as Cucumber, Irfan Mujagić explains how to build your own framework in JavaScript.

thegreenreport.blog  Permalink

 
 

  VIDEOS  

 

What's new in Playwright 1.33 & 1.34

Playwright has had some significant updates recently. Here's Debbie O'Brien and Andrey Lushnikov explaining all about it.

youtube.com  Permalink

 
 

  AND...  

 

Sprint planning... 😂

 Permalink

 

Thanks for reading!

If you like this newsletter and it helps you become a better tester, you can say thanks and buy me a coffee.

Dawid Dylowicz  Permalink

 
You received this email because you subscribed via the Software Testing Weekly site.
We'll be sorry to see you go but you can unsubscribe instantly.
 
More Than Testing Ltd, 128 City Road, London, EC1V 2NX, United Kingdom
 
 

 
 

TwitterLinkedIn

 
©2023 Software Testing Weekly | Privacy Policy | Submit a link
 
Published with Curated

Older messages

Software Testing Weekly - Issue 170

Saturday, May 27, 2023

6000 subscribers! 🎉 View on the Web Archives ISSUE 170 May 27th 2023 COMMENT Welcome to the 170th issue! This week, we reached 6000 subscribers! It's been an honour to curate and share this weekly

Software Testing Weekly - Issue 169

Sunday, May 21, 2023

2023 State of Testing 📊 View on the Web Archives ISSUE 169 May 21st 2023 COMMENT Welcome to the 169th issue! The results of the 10th State of Testing™ Survey are out! It's one of the longest-

Software Testing Weekly - Issue 168

Saturday, May 13, 2023

Does AI need testing? 🤖 View on the Web Archives ISSUE 168 May 13th 2023 COMMENT Welcome to the 168th issue! As AI continues to play an increasingly important role, it raises questions about testing

Software Testing Weekly - Issue 167

Friday, May 5, 2023

Test Desiderata 🚀 View on the Web Archives ISSUE 167 May 5th 2023 COMMENT Welcome to the 167th issue! This week, I want to share with you something I rediscovered recently: Test Desiderata by Kent Beck

Software Testing Weekly - Issue 166

Monday, May 1, 2023

Is Cucumber dying? 🤔 View on the Web Archives ISSUE 166 May 1st 2023 COMMENT Welcome to the 166th issue! Back in February, Matt Wynne — the last of Cucumber's co-founders who actively worked on the

You Might Also Like

Daily Coding Problem: Problem #1705 [Medium]

Saturday, March 1, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Yext. Two nodes in a binary tree can be called cousins if they are on the same level of

Charted | The World's Most and Least Powerful Passports 🌎

Saturday, March 1, 2025

Which passports are the most and least powerful in 2025? This graphic ranks them based on Henley & Partners data on visa-free access. View Online | Subscribe | Download Our App Enjoying Visual

Mission Drift 🎒

Saturday, March 1, 2025

Why corporate changes can leave us disappointed. Here's a version for your browser. Hunting for the end of the long tail • March 1, 2025 Mission Drift If a company or service you rely on changes

🐍 New Python tutorials on Real Python

Saturday, March 1, 2025

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Quiz: How to Use sorted() and .sort() in Python

Second DOT ETF in 3 weeks

Saturday, March 1, 2025

DOOM ran on JAM 🤯, OriginTrail leads in revenue, Polkadot Hub on schedule for Q3, and more ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

This App Is a Productivity Power Tool

Saturday, March 1, 2025

Informant 5 is a complete planner in your pocket. Manage Calendars, Tasks, Projects, and Tags in a single app. This app is one of the few that combines both your calendar AND your tasks into a singe

🕹️ Who the iMac Is For in 2025 — 12 Nintendo Switch Games You Need to Play

Saturday, March 1, 2025

Also: 10 Hybrid Vehicles That Are Much Faster Than You'd Expect How-To Geek Logo March 1, 2025 Did You Know The quirky tiny car driven by the nerdy Steve Urkel in the 1990s sitcom Family Matters is

Mozilla Updates Firefox Terms Again After Backlash Over Broad Data License Language

Saturday, March 1, 2025

THN Daily Updates Newsletter cover Building a Smarter Defense How Gen AI Is Revolutionizing Threat Detection In Cybersecurity Download Now Sponsored LATEST NEWS Mar 1, 2025 Mozilla Updates Firefox

📧 Introduction to Dapr for .NET Developers

Saturday, March 1, 2025

​ Introduction to Dapr for .NET Developers Read on: m​y website / Read time: 10 minutes The .NET Weekly is brought to you by: ​Get every Dometrain Course at 40% off! Dometrain is an educational courses

This Week in Rust #588

Saturday, March 1, 2025

Email isn't displaying correctly? Read this e-mail on the Web This Week in Rust issue 588 — 26 FEB 2025 Hello and welcome to another issue of This Week in Rust! Rust is a programming language