Software Testing Weekly - Software Testing Weekly - Issue 257

QA Jobs at FAANG 👀
 

Software Testing Weekly

 

ISSUE 257  February 12th 2025

 
COMMENT

  COMMENT  

 

Welcome to the 257th issue!

Is your goal to work in Big Tech?

Now it might be easier to find such opportunities in testing, thanks to this handy job board:

QA jobs at FAANG.

Good luck and happy testing! 🙂

Dawid Dylowicz  Permalink

 
 

  NEWS  

 

Confessions of a First-Time Engineering Manager — Part 2

Following a very insightful story of becoming an engineering manager covered in the first part, this time Arighna Maity zooms into how they've been improving the testing process.

The QA Meta

medium.com  Permalink

 

Dear software testers, is your critical thinking ability even alive?!

This is a sobering reminder from Maaike Brinkhof that we shouldn't completely trust tools and AI to do the thinking part of testing for us.

On the other side, Daria Kotelenets wrote a good article about When Overthinking Becomes a QA's Superpower (and How to Keep It in Check).

maaikebrinkhof.nl  Permalink

 

Measuring What Matters: Key Metrics for Mobile Apps

I liked the way Aya Akl outlined several mobile app quality metrics and hinted at how to measure them with certain tools.

medium.com  Permalink

 

Twelve Months with Generative Reasoning: Hard Lessons Learned

Are you using your prompts well? Antoine Aymer points out several mistakes that testers can make when using AI and advises how to fix them.

medium.com  Permalink

 

Will AI Take Software Engineers' Jobs? Only Low-Level Ones. Advice: Learn E2E Test Automation

There are a lot of different opinions on how AI is going to impact the software engineering market, from engineers to CEOs. Here are Zhimin Zhan's thoughts on that, followed by a similar article: Will AI Replace Mid-Level Software Engineers?.

substack.com  Permalink

 
 

  AUTOMATION  

 

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.

medium.com  Permalink

 

From frustration to framework: Revamping UI testing at Qonto (Part 1 — Paradigm shift)

Wondering how other companies approach UI testing? Yoann Goular shares lots of insights into their process at Qonto. And there's more about it in Part 2 — API overhaul and impact.

medium.com  Permalink

 

Mastering Testing Patterns: AAA, GWT, and Beyond

Stefano Alvares shows a few examples of good test design practices that can be applied to unit and other types of tests.

Moreover, Nayani Shashikala Perera wrote about Simplifying Test Automation with Design Patterns — Part 1: Facade Pattern.

medium.com  Permalink

 

Page Transactions as a new way to organize your testing automation

Douglas Cardoso came up with Guará — an interesting implementation of the Page Transactions pattern for UI tests. You can also learn about the comparison between Page Transactions and Page Object Model.

plainenglish.io  Permalink

 

Techniques for Effective Test Data Cleanup in CI/CD

Maintaining and organising your test data before and after tests is crucial to the stability and maintainability of your test suite. Irfan Mujagić lists a few examples of handling this in CI.

Also, Peter Houghton points out: Don't be a Vogon, make it easy to access your test data!.

thegreenreport.blog  Permalink

 
 

  TOOLS  

 

10 powerful tests with Chrome DevTools

As already mentioned several times before, Chrome DevTools has some great solutions for testing and debugging web apps. Here's a good overview by Kasturi Rajamanikkam.

ministryoftesting.com  Permalink

 

Cypress Journey To Page Objects And Back

While Cypress officially suggests using App Actions over Page Objects, sometimes you may need to use the latter. Gleb Bahmutov shows the right way.

glebbahmutov.com  Permalink

 

Dynamic Class Loading for Page Objects in Playwright Automation

Thananjayan Rajasekaran demonstrates using the Page Object Model in Playwright for flexible scenarios, such as localisation testing.

Also, Marcin Michalak provides some good examples of Automated accessibility test scripts in Playwright.

medium.com  Permalink

 

The Joy of BDD Testing: A QA's Journey with Cucumber

Jai Shrivastav illustrates the benefits of BDD with Cucumber to create and maintain requirements and tests.

Speaking of BDD, Mateus Lazarus put together a guide about Specflow to Reqnroll: Migrate From BDDs Libraries.

medium.com  Permalink

 

What's new in Playwright v1.50.0?

There are quite a few new features in the latest release of Playwright 1.50.0. Shivam Bharadwaj explains them in more detail.

medium.com  Permalink

 

Which automation framework are you using at work? (2025)

Someone ran a survey among the testing community trying to find out what the most used test automation tool is right now. Surprised by the results?

Also, I found another discussion with a great explanation of Why is an automation project called a framework?.

reddit.com  Permalink

 
 

  BOOKS  

 

Book Review: "How To Test a Time Machine" by Noemí Ferrera

If you're looking to learn more about test architecture and automation, Lisa Crispin reviewed a book on that — How to Test a Time Machine by Noemi Ferrera.

lisacrispin.com  Permalink

 
 

  VIDEOS  

 

AI-Powered AgentQL: Why XPath & CSS Selectors Are Now Obsolete!

Karthik K.K has recently been sharing some great insights into the latest AI-related solutions for testing. Here's yet another one about AgentQL.

And another one — Local Deepseek R1 for Browser Use: Does It Really Work for Browser Automation?

youtube.com  Permalink

 

What is Agentic AI? Can it impact Software Testing?

There's lots of buzz around AI agents now. But what are they? You can learn more from this 20-minute overview by Daniel Knott.

youtube.com  Permalink

 
 

  AND...  

 

The-bugging... 😂

 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

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

Older messages

Software Testing Weekly - Issue 253

Monday, January 13, 2025

Software Testing Weekly turns 5! 🥳 View on the Web Archives ISSUE 253 January 13th 2025 COMMENT Welcome to the 253rd issue! Oh my, time flies! It's hard to believe this week marks 5 years since I

Software Testing Weekly - Issue 252

Friday, January 3, 2025

SDET Career Roadmap 🚀 View on the Web Archives ISSUE 252 January 3rd 2025 COMMENT Happy New Year, and welcome to the 252nd issue! 🎉 And what's a better way to start the year than revisiting your

Software Testing Weekly - Issue 251

Wednesday, December 25, 2024

GitHub Copilot is free! 🤖 View on the Web Archives ISSUE 251 December 25th 2024 COMMENT Welcome to the 251st issue! In case you missed it — GitHub Copilot is free! The free version works with Visual

Software Testing Weekly - Issue 250

Thursday, December 19, 2024

iOS Testing Strategies from Airbnb, Spotify, Uber 📱 View on the Web Archives ISSUE 250 December 18th 2024 COMMENT Welcome to the 250th issue! Today, I want to share with you a great discussion on iOS

Software Testing Weekly - Issue 249

Wednesday, December 11, 2024

State of Frontend Testing 👀 View on the Web Archives ISSUE 249 December 11th 2024 COMMENT Welcome to the 249th issue! The results of the State of Frontend 2024 survey are here! What's there for

You Might Also Like

AI CAPTCHA Fails Are the Internet’s New Comedy Show!

Thursday, February 27, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, February 27, 2025? The

Say Goodbye to Type Erasure

Thursday, February 27, 2025

View in browser 🔖 Articles Practical Kotlin: When and How to Use inline reified, noinline, and crossinline Master Kotlin's inline reified functions to tackle type erasure and boost performance!

SRE Weekly Issue #464

Thursday, February 27, 2025

View on sreweekly.com A message from our sponsor, incident.io: For years, on-call has felt more like a burden than a solution. But modern teams are making a change. On Feb 26 at 1 PM EST, hear why—and

Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds, More

Thursday, February 27, 2025

Home | News | How To | Webcasts | Whitepapers | Advertise .NET Insight February 27, 2025 THIS ISSUE SPONSORED BY: ■ Visual Studio Live! Las Vegas: .NET Developer Training Conference ■ VSLive! 4-Day

Re: Tomorrow's Password Class: How to sign up!

Thursday, February 27, 2025

Hi there, Do you reuse passwords? Do you struggle to remember unique passwords across accounts? Have you tried setting up a password manager but found it to be a hassle? You might not realize how

Documenting Event-Driven Architecture with EventCatalog and David Boyne

Thursday, February 27, 2025

If you're wondering on how to document Event-Driven Architecture, or you don't know that you should, I have something for you. We discussed with David Boyne, why data governance practices and

wpmail.me issue#708

Thursday, February 27, 2025

wpMail.me wpmail.me issue#708 - The weekly WordPress newsletter. No spam, no nonsense. - February 27, 2025 Is this email not displaying correctly? View it in your browser. News & Articles Shaping

Hackers stole 1Password logins - here's how

Thursday, February 27, 2025

Amazon AI races ahead; Research agents; Smartwatch trade-in -- ZDNET ZDNET Tech Today - US February 27, 2025 thief stealing passwords Hackers stole this engineer's 1Password database. Could it

New Golang-Based Backdoor Uses Telegram Bot API for Evasive C2 Operations

Thursday, February 27, 2025

THN Daily Updates Newsletter cover ⚡ LIVE WEBINAR ➟ Building Resilient Identity: Reducing Security Debt in 2025 Attacks Evolve, So Can Your Defenses--Learn How to Mitigate Risk and Optimize Identity

Reminder: What developer productivity metrics actually measure

Thursday, February 27, 2025

You are receiving this email because you subscribed to microservices.io. Considering migrating a monolith to microservices? Struggling with the microservice architecture? I can help: architecture