The Absence of Errors Fallacy: Embracing Comprehensive Software Testing with a Smile šŸ˜Š

Nurhayat Koklu
4 min readJul 31, 2023

Hey there, software developers, testers, and testing enthusiasts! In the exciting world of software development, we all want our creations to be perfect, right? But hereā€™s the thing ā€” sometimes we fall into a trap called the ā€œAbsence of Errors Fallacy.ā€ No worries, though! In this article, weā€™ll dive into this testing principle called ā€œAbsence of Errors Fallacyā€ with some real life examples and discover why thorough software testing is a must for ensuring top-notch, reliable software.

First things first. Before moving into detailed discussion, letā€™s clarify what that Absence of Errors Fallacy is. The Absence of Errors Fallacy is actually a common misconception in the world of software testing. Imagine you run your tests, and hooray! No errors found! Itā€™s tempting to think that if there are no bugs detected, your software is completely error-free. Now high fives all around!

But hereā€™s the catch: that optimistic mindset can lead to a not-so-great outcome. Itā€™s like believing that just because you canā€™t see any monsters under your bed, they donā€™t exist. In reality, the absence of identified errors during testing doesnā€™t guarantee that your software is entirely free from defects. So, letā€™s remember to stay cautious and never underestimate the importance of thorough testing to catch those sneaky bugs hiding in the code! šŸ˜ŠšŸž

Letā€™s imagine a scenario where a leading bank is preparing to launch a new version of its online banking application. The bankā€™s development team has worked diligently to implement various new features and enhancements, including improved user interfaces, additional security measures, and streamlined transaction processing.

The development process moves forward smoothly, and the team conducts a series of tests to ensure the new versionā€™s stability and functionality. During testing, the team does find and fix several issues that arise, and they are content with their progress.

The Absence of Errors Fallacy comes into play when the team, buoyed by the absence of any major defects during testing, overlooks conducting exhaustive tests with every possible transaction type, specifically for large and complex transactions.

The new version of the online banking application goes live, and customers begin using it for their day-to-day banking needs. Initially, everything appears to be running smoothly. However, as the applicationā€™s user base grows, some customers report that large transactions involving multiple interbank transfers are failing or not being processed correctly.

Upon investigation, the bankā€™s development team realizes that they had not thoroughly tested this specific combination of transactions during the testing phase. The Absence of Errors Fallacy had given them a false sense of security that the software was entirely free from defects.

As a result of this oversight, the bankā€™s reputation takes a hit, and customer trust begins to waver. Negative feedback spreads through social media and word-of-mouth, causing concerns among existing and potential customers. Some customers even choose to switch to competitor banks, seeking more reliable online banking services.

The bankā€™s customer support team is flooded with complaints, and the media picks up on the issues, further tarnishing the bankā€™s image. The fallout from the software malfunction leads to a loss of trust in the bankā€™s digital services, and they struggle to recover their reputation in the market.

Is it possible to prevenet the Absence of Errors Fallacy?

This example emphasizes the importance of avoiding the Absence of Errors Fallacy and the necessity of comprehensive testing. Now letā€™s go through what we can do to avoid such a circumstance.

Comprehensive Test Planning: To prevent such issues, the development team should include extensive test scenarios that encompass a wide range of transaction types, particularly those involving critical or complex financial operations.

Realistic Load Testing: Testing the software under realistic load conditions can help identify potential bottlenecks and ensure that it can handle large transaction volumes without any issues.

User Acceptance Testing: Involving real users, such as bank employees or selected customers, in the testing process can provide valuable insights and help uncover any usability or functional issues that the team might have missed.

To sum up, in the world of software development, the Absence of Errors Fallacy can have serious consequences, as demonstrated by the banking software example. By recognizing the limitations of testing and actively striving for comprehensive testing approaches, software development teams can minimize the risk of unforeseen defects and ensure the delivery of high-quality, reliable products to their users. Remember, comprehensive testing is a friend that helps us create software that not only meets expectations but also delights users and builds trust in our brand. So letā€™s test wisely, embrace the challenges, and deliver software with a smile! šŸ˜ŠšŸš€

--

--

Nurhayat Koklu

Software Developer in Test šŸš€ | Passionate about quality and reliable software | Exploring the digital world one bug at a time šŸ›