Software Testing Weekly - Software Testing Weekly - Issue 80

2021 State of Testing in DevOps
 

Software Testing Weekly

 

ISSUE 80  July 17th 2021

 
COMMENT

  COMMENT  

 

Welcome to the 80th issue!

This week, I found two recently-published reports on the state of testing that I'd like to share with you:

  1. 2021 State of Testing in DevOps by Mabl — including lots of DevOps-related insights regarding CI/CD and tools, but also the changing role of QA in such environment.
  2. Test Coverage Guide for Mobile and Web Apps by Perfecto — including up-to-date usage distribution of mobile devices, browsers, and operating systems grouped by country.

Hope you'll enjoy the reads and learn something new, as I did.

Happy testing!

Dawid Dylowicz  Permalink

 
 

  NEWS  

 

Focus on Goals over Risks

Why focusing on risks might not be the best option? Jesper Ottosen shows an interesting perspective of focusing on goals instead and what benefits they can bring.

wordpress.com  Permalink

 

Leadership in Test: Service Testing

Here's an interesting read from Paul Gerrard who puts some light on three important parts of service testing, such as performance, reliability and manageability.

theqalead.com  Permalink

 

Quality Shopper, Stop Lookin’ At What You Can’t Buy

Antoine Craske shares a good reminder that quality cannot be bought with new fancy tools or test frameworks — it has to be developed.

qeunit.com  Permalink

 

What is the right question to ask?

Questions are one of the most powerful tools that a tester can have. Alan Richardson provides some examples and tips on which ones to ask and when.

And here's a good complementary read from Ravisuriya Eshwara on Assumptions are Essentials and Necessity.

eviltester.com  Permalink

 
 

  AUTOMATION  

 

Parallelizing test automation? Read this first.

Parallelisation seems like a simple way of improving the test execution speed, right? Well, not so fast. Paul Grizzaffi warns about the challenges you might face during implementation.

wordpress.com  Permalink

 

Serverless integration testing with CDK — Part 3

Wondering how to do serverless testing? This is yet another great article by Andy Blackledge that is a continuation of the previous two articles that I featured two weeks ago. This time, it's about simplifying the test stack.

10printiamcool.com  Permalink

 

Should You Use Contract Testing?

Oleksandr Romanov found an interesting way of explaining contract testing from both the tester and developer perspectives, and explains when you should follow this practice.

github.io  Permalink

 

Testing A Web App Using The Keyboard Only

Navigating through the webpage using only a keyboard is one of the fundamental accessibility tests. But can you automate it? Gleb Bahmutov proves so by implementing a keyboard-driven test in Cypress. Well done!

glebbahmutov.com  Permalink

 

The definitive guide of Android UI Automator with Kotlin

This is the kind of debut blog article that I appreciate! Heitor Paceli shared a comprehensive guide to getting started with UI test automation on Android in Kotlin, including plenty of code examples.

Additionally, Saif Siddiqui created a short, handy video explaining how to use The UiAutomator2 Driver for Android.

proandroiddev.com  Permalink

 

UI Testing Best Practices

Here's a handful of best practices for UI testing that Bryce Dorn and his colleagues came up with. And they all look valid to me.

medium.com  Permalink

 
 

  TOOLS  

 

Gatling and the test data generator pattern

Data generation is one of the key aspects of load testing and Matthew Bretten demonstrates a great way of doing it in Gatling tests.

blogspot.com  Permalink

 

How to do performance testing using the k6 tool?

This is a massive guide by Marcin Basiakowski to getting started with performance testing using the open-source k6 tool.

And here's an equally good tutorial about Load Testing SQL Databases with k6 by Wai Foong Ng.

tsh.io  Permalink

 

Selenium Test Automation Template

If you're looking for a project template to start writing tests in Java, check out this one by Madhawa Ratnayake. It's uses TestNG test runner for Selenium and implements the Page Object pattern.

medium.com  Permalink

 
 

  BOOKS  

 

The DevOps Handbook (Chapter 17. Integrate Hypothesis-Driven Development and A/B Testing into Our Daily Work)

Thomas Haver shares a short summary of The DevOps Handbook's 17th chapter explaining the benefits of integrating A/B testing in the pipeline.

red-green-refactor.com  Permalink

 
 

  AND...  

 

The best playlist for coding... 😂

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

 
 

TwitterLinkedIn

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

Older messages

Software Testing Weekly - Issue 79

Saturday, July 10, 2021

We've reached 3000 subscribers! 🎉 View on the Web Archives ISSUE 79 July 9th 2021 COMMENT Welcome to the 79th issue! Today is a special day because there are over 3000 of you now! 🎉 Thank you very

Software Testing Weekly - Issue 78

Friday, July 2, 2021

Simple truths of Software Testing and Automation View on the Web Archives ISSUE 78 July 2nd 2021 COMMENT Welcome to the 78th issue! Another week brings another great resource that I want to share with

Software Testing Weekly - Issue 77

Friday, June 25, 2021

Great guides for software engineers 🚀 View on the Web Archives ISSUE 77 June 25th 2021 COMMENT Welcome to the 77th issue! Today, I want to share with you an amazing gem that I found this week. It's

Software Testing Weekly - Issue 76

Friday, June 18, 2021

A story of a certain bug 😬 View on the Web Archives ISSUE 76 June 18th 2021 COMMENT Welcome to the 76th issue! This week, I stumbled something both entertaining and terrifying at the same time. A story

Software Testing Weekly - Issue 75

Friday, June 11, 2021

Learning from failures in Software Testing View on the Web Archives ISSUE 75 June 11th 2021 COMMENT Welcome to the 75th issue! We often celebrate success, don't we? We're somewhat used to it.

You Might Also Like

🎧 Why You Should Buy a Mac Mini, Not an iMac — Your Next Headphones Should Be Wired

Tuesday, November 5, 2024

Also: Using Copilot to Improve Excel, and More! How-To Geek Logo November 5, 2024 Did You Know As a reward for helping King Charles II escape England (and Oliver Cromwell) in 1651, the Pendrill (

PySheets, REPL Shortcuts, Empty Tests, and More

Tuesday, November 5, 2024

PySheets: Spreadsheets in the Browser Using PyScript #654 – NOVEMBER 5, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo PySheets: Spreadsheets in the Browser Using PyScript What goes into building a

Daily Coding Problem: Problem #1599 [Medium]

Tuesday, November 5, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Snapchat. Given a string of digits, generate all possible valid IP address combinations.

Tools for writing secure Go code

Tuesday, November 5, 2024

Plus a look at the 'business' of Go, high performance crawling, and a little Go/Java comparison. | #​530 — November 5, 2024 Unsub | Web Version Together with pgAnalyze Go Weekly Writing Secure

Spyglass Dispatch: Apple's Smart Glasses • OpenAI Hardware Hire • RIP JanSport Founder • Ballmer's $100M Bet on Facts • Netflix Movie Theater Pressure • Apple ChatGPT Upsell

Tuesday, November 5, 2024

Apple's Smart Glasses • OpenAI Hardware Hire • RIP JanSport Founder • Ballmer's $100M Bet on Facts • Netflix Movie Theater Pressure • Apple ChatGPT Upsell The Spyglass Dispatch is a free

Mapped | U.S. State Economies Compared to Entire Countries 🌎

Tuesday, November 5, 2024

Five American state economies can replace countries in the world's top 20. Here's how all 50 states compare. View Online | Subscribe | Download Our App Presented by Hinrich Foundation NEW

Why Many Data Science Jobs Are Actually Data Engineering

Tuesday, November 5, 2024

Top Tech Content sent at Noon! NODES 2024, a Dev Conference on AI, Knowledge Graphs & Apps Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today,

LW 157 - Better Collaboration Building for Merchants

Tuesday, November 5, 2024

Better Collaboration Building for Merchants ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ Shopify Development news and articles Issue 157 - 11/

Vlt client & registry; ESMeta

Tuesday, November 5, 2024

We have 2 links for you - Stay up-to-date on JavaScript and tools Two vlt products: a better npm client and a serverless package registry www.vlt.sh @vltpkg@fosstodon.org vlt has launched two products:

Want a programming job? Learn this

Tuesday, November 5, 2024

Stop background Android apps; AI election tracker; Early Black Friday sales -- ZDNET ZDNET Tech Today - US November 5, 2024 Python code Your dream programming job demands this language, every site