Software Testing Weekly - Software Testing Weekly - Issue 238

AI Test Reporter 📊
 

Software Testing Weekly

 

ISSUE 238  September 24th 2024

 
COMMENT

  COMMENT  

 

Welcome to the 238th issue!

I've just stumbled upon AI Test Reporter.

It's an open-source library created by Matthew Thomas that you can connect to a GPT model of your choice and generate human-readable summaries of test reports.

For example, here's how it works with Playwright tests.

It's a simple functionality for now but there's potential to get more insights that way. If you have any feedback, I'm sure that Matthew will appreciate hearing it.

So, happy testing! 🙂

Dawid Dylowicz  Permalink

 
 

  NEWS  

 

Balancing product vs platform engineering as an SDET️

How do you handle priorities in improving internal tooling vs supporting the product delivery? Gaurav Singh describes this dilemma and advises how to deal with it.

automationhacks.io  Permalink

 

Test smart: how to stay resilient if you are QA?

Julia Kocbek has some great points about the role of testers who often wear many hats.

In relation to that, here's an interesting discussion about the QA role and visibility of work.

uxdesign.cc  Permalink

 

The Art of Test Case Writing: Finding the balance (detailed vs concise)

Over the past weeks, I've featured several articles about writing test cases. And here's another good one with advice from Mona M. Abd El-Rahman.

Also, Cyrille Coquard explains the benefits of Using acceptance criteria in your projects.

medium.com  Permalink

 

The role of QA has been lowered to a soulless profession?

This is a big discussion among the testing community, following a post from someone who shared about the challenges and feelings of being a tester.

On the other hand, someone else asked a question that also resonated with many people: Why is my experience in QA so different from what I read here?

reddit.com  Permalink

 
 

  AUTOMATION  

 

Automated checks are NOT equivalent to Software Testing

There are different schools of testing. One of them states that automated tests are checks that are only a part of what testing truly is. This article is about that — and there's a good follow-up discussion.

reddit.com  Permalink

 

Builder Pattern in Test Automation

Govinda Solanki shares simple examples of using a builder design pattern for creating page objects, config, API requests and mocks.

Additionally, Millan Kaul demonstrates the Importance of Test Data with Code Example.

medium.com  Permalink

 

Do Thee TDD?

I like how simply and neatly Maaret Pyhäjärvi explained the different maturity stages of practising Test-Driven Development. Where's your team at?

blogspot.com  Permalink

 

Less But Better: The Art of Writing Effective Test Suites

Shubham Sharma gives some good advice on improving test automation design and execution with good practices.

Additionally, Tobias Verhoog shares insights on Finding, Fixing and Preventing Flaky Tests.

medium.com  Permalink

 
 

  Sponsored Link   

 

UPDATED: Testmo — #1 Unified Test Management Tool

Testmo is the #1 unified modern test management tool. Now even better with rich & customizable PDF exports, new automation linking, automation fields, improved Jira add-on, better reports & much more. Boost your team's testing productivity and try Testmo for free.

testmo.com  Permalink

 
 
 

  TOOLS  

 

Cypress vs Selenium: Choosing the Best Tool for Your Automation Needs

This is a high-level comparison of Selenium and Cypress where Kailash Pathak explains their characteristics, advantages and limitations.

Also, Dominic Williams has some advice on Simplifying Selenium Waits.

qaautomationlabs.com  Permalink

 

How to get best from Playwright in automation

However, if you're using Playwright instead, here are a few practical tips from Rahul R on improving your tests.

medium.com  Permalink

 

My Journey With GitHub Copilot For Automation Testing Projects

Wondering how AI tools are helping testers? Uros Simic shows several scenarios of using an AI assistant — GitHub Copilot — for implementing automated tests.

qa-essentials.com  Permalink

 

Retry Network Requests in Cypress

Sometimes in your web app tests, you need to wait for API calls. Gleb Bahmutov shows a neat way of achieving that with plugins in Cypress.

Moreover, Saptarshi Deb explains how to leverage One Login to Rule Them All: Streamlining Cypress Tests with cy.session().

glebbahmutov.com  Permalink

 

Understanding the Role of Mocks and Spies in Unit Testing

Leo N wrote a comprehensive guide to test doubles, including many examples in Kotlin that can also be applied in other languages.

Similarly, ِAya Nabil Othman thoroughly described How to Handle Side Effects in Jest — A Guide to Effective Mocking.

proandroiddev.com  Permalink

 
 

  VIDEOS  

 

A Sneak Peek at Android's Screenshot Testing Landscape in 2024

If you're wondering what possible solutions there are for visual testing on Android, Sergio Sastre Florez did a 19-minute overview.

droidcon.com  Permalink

 

One-Page Test Plan — Write Your Plan in Minutes

Test plans don't have to be big. Daniel Knott shows a live example of creating a one-page test plan in 18 minutes.

And if you're looking for another perspective, Gil Zilberfeld recorded a video about Top-Level Test Planning.

youtube.com  Permalink

 
 

  AND...  

 

F*** the tests... 😂

 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

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

Older messages

Software Testing Weekly - Issue 237

Tuesday, September 17, 2024

What are the biggest pain points in QA? 🤔 View on the Web Archives ISSUE 237 September 17th 2024 COMMENT Welcome to the 237th issue! Today, I want to share with you this big discussion on Reddit: What

Software Testing Weekly - Issue 236

Tuesday, September 10, 2024

Awesome Test Automation Resources 📚 View on the Web Archives ISSUE 236 September 10th 2024 COMMENT Welcome to the 236th issue! Have you heard of Awesome Test Automation? It's an open-source

Software Testing Weekly - Issue 235

Tuesday, September 3, 2024

Testing leadership for all 🌟 View on the Web Archives ISSUE 235 September 3rd 2024 COMMENT Welcome to the 235th issue! Today, I want to ask you for recommendations. I'm looking for great resources

Software Testing Weekly - Issue 234

Saturday, August 24, 2024

Context-driven testing 💡 View on the Web Archives ISSUE 234 August 24th 2024 COMMENT Welcome to the 234th issue! Today, I want to share with you this gem — Navigating the World as a Context-Driven

Software Testing Weekly - Issue 233

Tuesday, August 20, 2024

Testing Mnemonics 🧠 View on the Web Archives ISSUE 233 August 17th 2024 COMMENT Welcome to the 233rd issue! The one thing that stood out to me while browsing through the news this week was the Testing

You Might Also Like

A type by any other name would smell as sweet..

Tuesday, September 24, 2024

Plus both WIRED and the ACM take a look at Go, scripting Go with Prolog, and a faster linter for Go code. | #​524 — September 24, 2024 Unsub | Web Version Together with Three Dots Labs Go Weekly

Daily Coding Problem: Problem #1566 [Hard]

Tuesday, September 24, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Given a string, find the longest palindromic contiguous substring. If there are

In Our Innovation Era: Seamless Messaging, 77 Language Translations, Tag Search, and More

Tuesday, September 24, 2024

Meet HackerNoon's Latest Features ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌

Marzipan

Tuesday, September 24, 2024

AI's Call to Arms, AI's American Front, AI's Audible Augmentation Marzipan AI's Call to Arms, AI's American Front, AI's Audible Augmentation By MG Siegler • 24 Sept 2024 View in

Charted | The Growth in Working Age Populations Over the Next 10 Years 🌎

Tuesday, September 24, 2024

Nearly half of the world's major economies are projected to see their working age population decline over the next decade. View Online | Subscribe | Download Our App Presented by: Find the

Meet Wellfound: HackerNoon Company of the Week

Tuesday, September 24, 2024

Top Tech Content sent at Noon! A dev conference with discussions, workshops, and 1:1 feedback sessions Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today

⚙️ Contextual AI CEO: ‘We don’t do AGI’

Tuesday, September 24, 2024

Plus: UN releases governance report ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

LW 151 - Checkout Blocks App - Free and Easy!

Tuesday, September 24, 2024

Checkout Blocks App - Free and Easy! Shopify Development news and articles Issue 151 - 09/24/2024 Read Online Liquid Weekly All Things Shopify Development Shopify eliminated paid plans from Checkout

Is your Mac 'obsolete'? Check Apple's list

Tuesday, September 24, 2024

The fall of Intel; iPhone 16's true cost; Linux commands; Best early Prime Day deals -- ZDNET ZDNET Tech Today - US September 24, 2024 placeholder Apple just added 9 Mac models to its 'obsolete