Systems | Development | Analytics | API | Testing

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

Shall we Explore the Blockchain Maze? | Gomathi Ramalingam | #testflix2024

In this session, Gomathi Ramalingam sheds light on the critical role of exploratory testing in navigating the complexities of blockchain systems. With its intricate architecture and high-stakes environment, blockchain demands a testing approach that goes beyond traditional methods. Gomathi will discuss the benefits of exploratory testing, specific techniques tailored for blockchain, and why organizations in the blockchain space must prioritize this approach to ensure robust and secure systems.

Emulator vs Simulator in Mobile App Testing: Key Differences

With over 6.1 billion smartphone users expected by 2028, how will your app be unique in a highly saturated and competitive environment? It is all about proper mobile app testing, or rather, the lack of it in most cases. Good usability and high-level user experience are the major factors in the current conditions of market competition. That is where tools like emulators and simulators are really useful.

Effective Regression Testing: Strategies for Better Test Plans

In today's fast-paced software development landscape, maintaining application stability while delivering new features is a constant challenge. According to recent industry data, 80% of software defects are discovered after code has been merged into the main branch, making regression testing a critical component of quality assurance as we explained in our blog post: " Guide to Regression Testing: Example Test Plan & Best Practices".

Orchestrated Service Virtualization: The Definitive Guide

Software development requires a lot of things to be highly optimized due to the sheer number of parts and the interconnected nature of those parts. Making your service seamless, efficient, and scalable requires tooling that is itself seamless, efficient, and scalable. As organizations have moved to adopting microservices and distributed cloud-native solutions, being able to effectively scale resources and the systems which operate upon those resources has been made even more critical.

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.

Data Driven VSM for Quality Excellence | Ashwini Lalit | #testflix2024

In this session, Ashwini Lalit delves into how Quality Engineering teams can leverage a data-driven approach to Value Stream Mapping (VSM) to achieve quality excellence. Traditional workflows often mask inefficiencies and bottlenecks behind agile ceremonies and feel-good optics, making it challenging to gauge the true readiness of release deliverables. By combining VSM with agile principles and DevOps tools, Ashwini demonstrates how to visualize workflows holistically, streamline production releases, and transition from reactive to proactive quality processes.

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.

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.