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

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.”

Benefits of Test Automation in Salesforce

November 30, 2020 1

Salesforce is a major software player in the field of customer relationship management (CRM) and customer service software. This article discusses the specific challenges of automated testing for Salesforce applications and provides best practices for implementing test automation in this domain.

Implementing Automated Software Testing

November 23, 2020 1

This book “Implementing Automated Software Testing”, Elfriede Dustin, Thom Garrett and Bernie Gauf presents a comprehensive treatment of the domain of software testing automation. The first part defines and describes test automation, proposing a business case for automation and discussing the pitfalls that should be avoided.

Performance Testing: Tips for E-commerce Site Performance

October 27, 2020 1

The COVID-19 pandemic has been an accelerator of growth for online shopping and e-commerce. But are your website pages loading fast enough for impatient customers? This article shares some practical tips and metrics to test and measure the performance of your e-commerce website.

5 Benefits of API Testing for Your Business Application

September 22, 2020 2

In software applications, an API (Application Programming Interface) is typically used to provide smooth communication between different software components. In this article, Olga Ezzheva discusses five benefits that implementing well-designed automated API testing provides for a successful software QA strategy.

1 23 24 25 26 27 91