Software Testing Articles, Blog Posts, Books, Podcasts and Quotes

Selenium Drag and Drop Bug Workaround

May 10, 2021 0

Have you ever met a widely known Selenium issue that drag and drop gesture doesn’t work for Selenium in some cases? This bug has been around for years and Dmitrii Bormotov will tell you how to resolve it, especially in just a few lines of code if you use Python.

State of Testing Report 2021

May 3, 2021 0

PractiTest has released its eighth annual State of Testing© report containing insights from software testing professionals from around the world. This document confirms the growth of test automation and that software testers are working more and more outside their traditional QA silo.

How to Start a Career in Software Testing?

April 19, 2021 1

One of the question that is often spotted on software testing forums is “How can I get a job as a software tester if I have no experience?” In this article, Mirza Sisic shares with us some tips on how he managed to achieve his goal of starting a software testing career.

How Different Are Software and Hardware Testing?

March 1, 2021 0

Hardware-as-a-service (HaaS) allow using distinct hardware components through the Internet analogously to the cloud services. This article discusses the differences of the testing approaches that could be used to test hardware compared to software.

Testing Mobile Apps using Appium with Cerberus Testing

February 2, 2021 0

Welcome to this Cerberus Testing step-by-step tutorial for testing mobile applications. This guide will help you understand the test automation workflow and good practices supported by Cerberus Testing to test mobile apps using Appium.

How To Perform Exhaustive Testing

January 18, 2021 0

Exhaustive testing is a type of software testing approach where all the behaviors of a system are explored during the tests. If this approach is good in theory, it is not feasible in most testing contexts where time and resources are limited. This article presents the distinguishing characteristics of exhaustive testing and explain how to perform it.

The Software Testing Fuzzing Book

January 5, 2021 0

The Fuzzing Book is a website / online book that presents tools and techniques for generating software tests. Fuzzing is defined by Wikipedia as “automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks.”

1 28 29 30 31 32 97