Systems | Development | Analytics | API | Testing

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

Cucumber's Next Chapter: A Community-Driven Future

At SmartBear, we’ve always believed in the power of open source software to drive innovation, transparency, and collaboration. Open source is part of our DNA through Swagger, Pact, and Cucumber, which have become foundational tools for developers worldwide. Today, we’re announcing an important milestone in Cucumber’s journey: SmartBear is transitioning stewardship of the Cucumber project to the Open Source Collective.

How to choose a test framework for mobile automation

Still relying on Selenium for your automation? It’s time to explore new options. @Diego Molina, Staff Software Engineer from @Sauce Labs explains why your choice of test framework can make or break your testing strategy: Ready to rethink your automation toolkit? Catch the latest episode of Test Case Scenario to learn how modern frameworks save time, reduce costs, and improve quality.

Accelerate Test Design for smart and agile testing with Xray and YEST

Test design is at the heart of effective testing, a crucial process that can make or break your software quality. Why invest time and resources in managing, executing, maintaining, and automating test cases if they don't directly address business needs or mitigate production risks?

Ensuring Project Success with a Requirements Traceability Matrix

In the fast-paced world of project management and software development, ensuring that all requirements are met and tracked can be a daunting challenge. The Requirements Traceability Matrix (RTM) plays a key role here. The RTM is a powerful tool that helps project teams track the relationships between requirements and various aspects of the project lifecycle.

The Ultimate Guide to Test Management Tools in Shift-Left Testing

In today’s fast-paced software development world, delivering high-quality software on time is paramount. Shift-left testing—the practice of moving testing activities earlier in the development cycle—has emerged as a cornerstone of modern development methodologies like Agile and DevOps. To implement shift-left testing effectively, test management tools play a critical role, enabling teams to manage, execute, and optimize testing processes efficiently.

Using gRPC with Python

Microservices are now the architecture of choice for many developers when crafting cloud-native applications. A microservices application is a collection of loosely coupled services that communicate with each other, enhancing collaboration, maintainability, scalability, and deployment. There are several options for enabling this communication between microservices. When it comes to Python, gRPC and REST are two extremely popular directions to go.

5 AI trends shaping software testing in 2025

Thanks to AI, a few people might be starting the new year with bright, shiny smiles. The technology has exploded in popularity and augmented almost everything, including a toothbrush and app combo that uses AI to optimize your dental hygiene habits. Teeth brushers aren’t the only ones grinning due to the AI explosion. Enterprise leaders have been cheerful about the advantages AI can bring to their company’s testing efforts and the software development lifecycle (SDLC).

S1.E29: How to complement Automation with Exploratory Testing with Bas Dijkstra

In this episode, we sit down with Bas Dijkstra to explore the harmony between Test Automation and Exploratory Testing. Learn how these two approaches can work together to improve software quality as Bas talks about when to automate, when to explore, and how to use both to your advantage. Tune in to discover how to maximize the strengths of automation while unleashing the creative power of exploratory testing!

Unit Testing Vs Integration Testing: A Comprehensive Guide

When we develop a software, ensuring its reliability, functionality, and maintainability is our highest priority. And for that, Software testing is a vital pa rt of the software development lifecycle, and unit testing and integration testing are two crucial testing methodologies used to validate code quality. While both play essential roles, they focus on different aspects of the application and serve distinct purposes.