Software Testing Weekly - Software Testing Weekly - Issue 47

Software Testing Events and Conferences
 

Software Testing Weekly

 

ISSUE 47  November 27th 2020

 
COMMENT

  COMMENT  

 

Welcome to the 47th issue!

2020 is coming to an end but there are still some (mostly free) testing events planned for the last month of the year which I find interesting.

Firstly, Yogesh Khairnar shared what upcoming testing events he's recommending to attend.

Secondly, Enrique A Decoss and others are organising a free Super Reads @ 12.12 event where 12 authors will write unique articles sharing their experiences on various topics.

And lastly, I always recommend Software Testing Conferences site for staying up to date.

Now, enjoy the news!

Dawid Dylowicz  Permalink

 
 

  NEWS  

 

Growing A Culture of Quality

These are some common and uncommon practices to embed a culture of quality in the team or even a company, nicely listed out by Simon Prior.

softwaretestingnews.co.uk  Permalink

 

How to Be Seen

Kristin Jackvony gives a few great pieces of advice on how to build your brand and reputation as a software tester.

Similarly, Beth Marshall described a useful set of Strategies & Tips For Improving Your Testing Reputation.

thinkingtester.com  Permalink

 

Streamlining the Design x Engineering Partnership

Hats off for this great overview of the feature development process by Kim Hart. I liked the stage of visual review done by designers before the feature goes to the QA stage. I also liked the part about adding meaningful data-test attributes that improve automated testing by miles.

medium.com  Permalink

 

What Exploratory Testing Is Depends on Who You Are

Some of us do exploratory testing with less experience. All of us do exploratory testing with different experience. Instead of thinking of Exploratory Testing as one thing, it varies based on who we are today, as we are doing it.

Very well said, Maaret Pyhäjärvi!

blogspot.com  Permalink

 

Why and How to Start Manual Accessibility Testing

What a well-done guide to manual accessibility testing by Rachel Leggett this is! The biggest value for me is the clear instructions on HOW to actually perform those tests.

devyarns.com  Permalink

 
 

  AUTOMATION  

 

10 testing scenarios you should never automate with Selenium

Selenium is a great all-rounder but it's not a tool for everything. I've seen some of the scenarios listed here by Nikolay Advolodkin that were tested with Selenium (email is the classic one) and I can confirm there are better ways and tools to do it.

techbeacon.com  Permalink

 

Mastering Puppeteer

Different rendering times of the elements in the browser often make automated tests flaky. So, here Conan Theobald explains how to implement your own waitFor method in Puppeteer that makes sure that elements are present before performing any action on them.

medium.com  Permalink

 

Responsive Testing & Cypress

If you're wondering how to effectively simulate testing web on various mobile screen sizes, this handy script for Cypress by Gustavo Miguens will make your life so much easier.

medium.com  Permalink

 

Should You Unit-Test in ASP.NET Core?

It's a well-written article where Brian Elgaard explains how using BDD together with larger units and fewer test doubles can improve unit testing. All that complemented by C# code examples and a lot of accurate references to external resources.

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

medium.com  Permalink

 

What’s New in Testing iOS With Xcode 12

The new version of XCode brings in some exciting features in testing. And this is an amazing guide by Rony Rozen that explains them all. Enjoy!

raywenderlich.com  Permalink

 

Why is it important to keep mobile tests inside the native development framework?

Having worked on two mobile testing projects in the past, I couldn't agree more with Jas Manigundan on the importance of keeping mobile UI tests in the same repository as the app's codebase and, ideally, use the native frameworks to test them.

ministryoftesting.com  Permalink

 
 

  TOOLS  

 

8 Cypress Plugins You Should Know

Filip Hric shared a list of useful plugins for Cypress, such as file upload, drag and drop and more.

applitools.com  Permalink

 

Introducing cy.intercept - Next Generation Network Stubbing in Cypress 6.0

Cypress 6.0.0 has just been released and it brings in some major changes to network stubbing with its new cy.intercept method, among many other changes.

cypress.io  Permalink

 

Top 8 Bug Tracking Tools

There are plenty of choices when it comes to bug tracking tools and you can find some interesting options in this list prepared by Aditi Mokasdar.

testproject.io  Permalink

 
 

  BOOKS  

 

Implementing Automated Software Testing

Here's a concise description of Implementing Automated Software Testing released in 2009. Although it may seem old, the principles included in this book can still apply today.

softwaretestingmagazine.com  Permalink

 
 

  AND...  

 

Oops... 😂

 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, Kemp House, 160 City Road, London, EC1V 2NX, United Kingdom
 
 

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

Older messages

Software Testing Weekly - Issue 46

Friday, November 20, 2020

Tester Of The Day View on the Web Archives ISSUE 46 November 20th 2020 COMMENT Welcome to the 46th issue! You know what? Software Testing community is simply great. There are many amazing people who

Software Testing Weekly - Issue 45

Friday, November 13, 2020

Test Strategy for Machine Learning View on the Web Archives ISSUE 45 November 13th 2020 COMMENT Welcome to the 45th issue! During my career in software testing, I mostly learned from others. The recipe

Software Testing Weekly - Issue 43

Friday, October 30, 2020

The Great Collection of Software Testing Videos View on the web Archives ISSUE 43 October 30th 2020 COMMENT Welcome to the 43rd issue! As promised last week, I'm continuing to feature more gems

Software Testing Weekly - Issue 42

Friday, October 23, 2020

Quality in Mobile Apps View on the web Archives ISSUE 42 October 23rd 2020 COMMENT Hello and welcome to the 42nd issue! Thank you all for sending over the great resources on software testing. I found

Software Testing Weekly - Issue 41

Monday, October 19, 2020

How to get started with Performance Testing View on the web Archives ISSUE 41 October 16th 2020 COMMENT Welcome to the 41st issue! Every week I browse through hundreds of news to prepare an issue for

You Might Also Like

🐍 New Python tutorials on Real Python

Saturday, May 18, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: What Is the __pycache__ Folder in Python? In

Visualized | Life Expectancy by Region (1950-2050F) 📊

Saturday, May 18, 2024

This map shows life expectancy at birth for key global regions, from 1950 to 2050F. View Online | Subscribe Presented by Voronoi: The App Where Data Tells the Story FEATURED STORY Life Expectancy by

New Wi-Fi Vulnerability Enables Network Eavesdropping via Downgrade Attacks

Saturday, May 18, 2024

THN Daily Updates Newsletter cover The DevSecOps Playbook: Deliver Continuous Security at Speed ($19.00 Value) FREE for a Limited Time A must-read guide to a new and rapidly growing field in

🐍 New Python tutorials on Real Python

Saturday, May 18, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: What Is the __pycache__ Folder in Python? In

Toward 'local' AI w/ Apple's new chip

Saturday, May 18, 2024

faster than the cloud ☁️ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

OpenAI and Google lay out their competing AI visions

Saturday, May 18, 2024

Plus: Is Mark Zuckerberg a style icon now? View this email online in your browser By Cody Corrall Saturday, May 18, 2024 Welcome back to TechCrunch's Week in Review. This week had two major events

Noonification: Dear America, I Am Breaking Up With You

Saturday, May 18, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 18, 2024? The HackerNoon Newsletter brings the HackerNoon

📧 EF Core Migrations: A Detailed Guide

Saturday, May 18, 2024

​ EF Core Migrations: A Detailed Guide Read on: m​y website / Read time: 10 minutes BROUGHT TO YOU BY ​ Low-code Framework for .NET Devs ​ Introducing Shesha, a brand new, open-source, low-code

Slack is under attack … and you don’t want that

Friday, May 17, 2024

Plus: OpenAI is not aligned with its Superalignment team View this email online in your browser By Christine Hall Friday, May 17, 2024 Good afternoon, and welcome back to TechCrunch PM. We made it to

Ilya Sutskever leaves OpenAI - Weekly News Roundup - Issue #467

Friday, May 17, 2024

Plus: Apple is close to using ChatGPT; Microsoft builds its own LLM; China is sending a humanoid robot to space; lab-grown meat is on shelves but there is a catch; hybrid mouse/rat brains; and more! ͏