Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Black Box Testing And White Box Testing: A Complete Guide

Software Testing is the most important step in the software development process. This process helps in validating and verifying that a software application is Bug-free, and the software is improved in terms of efficiency, accuracy and usability. Black Box Testing and White Box Testing are two most useful testing techniques for Software Testing. In this blog, we will be covering more about their definitions, advantages, disadvantages, their types, limitations and tools used for testing.

How Quality Testing Drives Business Growth

Escaped bugs can break more than your code—they can break the bank, too. In this episode of Test Case Scenario, Jason Baum, Evelyn Coleman, and Marcus Merrell break down the connection between software quality and business impact. They talk about how to approach postmortems, why some features matter more than others, and how technical teams can align their work with business goals. You’ll also hear real-life stories of bugs that cost companies millions and learn practical tips for balancing technical needs with business priorities in industries like retail, finance, healthcare, and government.

The Hidden Costs of Test Maintenance & Strategies To Lower Its Burden

Test automation is no longer a luxury; it’s a necessity. But beneath the promise of faster releases and streamlined testing lies a reality few anticipate: automation isn’t a set-it-and-forget-it solution. Beneath the surface, test maintenance poses some hefty hidden costs. If not handled well, these costs can snowball, derailing both budgets and timelines.

GUI Testing: A Complete Guide

The GUI is the very first thing users see when they interact with your web/application. To do GUI testing is to craft the best first impression for your users. You can do GUI testing either manually or automatically. Automated GUI testing significantly reduces the risk of false positives. In this article, we’ll explore the concept of GUI testing, why it’s important, and GUI testing best practices.

Frankenstein Tests | Gil Zilberfeld | #testflix2024 | #testingcommunity

In this session, Gil Zilberfeld highlights a critical challenge in test automation—the creation of "Frankenstein tests." These tests combine programming languages, frameworks, and domain-specific languages into a mishmash that is difficult to read, interpret, and maintain. While this approach may seem functional initially, it often leads to complex, fragile tests that become a burden as projects evolve. Gil emphasizes the importance of addressing this issue to prevent the "monster" of unmanageable tests from overwhelming your testing strategy.

Navigating the Future: Principles of Responsible AI | Gaurav Khurana | #testflix2024

In an era increasingly driven by artificial intelligence, ensuring ethical development and testing practices is more crucial than ever. In this thought-provoking session, Gaurav Khurana will explore the core principles of Responsible AI, including transparency, accountability, fairness, and privacy. These principles act as a foundation for building trust, mitigating algorithmic biases, and ensuring responsible data usage, ultimately fostering an AI ecosystem that prioritizes human welfare and respects privacy rights.

Stubbing And Verifying: My Journey To Smarter Testing

Let’s talk about stubbing and verifying – two critical tools that transformed how I approach testing. Early in my career, testing was often frustrating, slow, and full of surprises, most of them bad. I used to think testing meant running my app against real systems and crossing my fingers that everything worked. Spoiler: it rarely did. Here’s the thing: testing doesn’t have to be painful.

What is Traffic Mirroring: A Complete Guide

Ensuring seamless data flow and robust application performance is crucial in modern networking and cloud computing. Traffic mirroring enables enhanced network observability, allows for effective troubleshooting, and facilitates the testing of new features without interrupting live traffic. It captures and replicates network traffic, providing a powerful solution for maintaining and optimizing network operations.

Tracing Tls Data With Ethical And Secure Practices

Network security professionals and observability applications have been trying to trace data in secure TLS connections since a very long time now. TLS( Transport Layer Security) is an encryption protocol that is used by servers are clients for encrypting the data that they share over a connection. Specifically, it uses symmetric encryption which creates a single shared key that both the server and the client use for encrypting and decrypting the data.