Systems | Development | Analytics | API | Testing

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

Maintaining Auto-Generative API Tests: Need Of De-Duplicate Tests

In today’s fast-paced development environment, automatically generating tests has become a necessity. Tools leveraging AI, manual interventions, and live environment captures facilitate this process. For instance, k6 focuses on load testing, generating automated tests with minimal maintenance. On the other hand, AI generative tools like GitHub Copilot, Bard, and ChatGPT can produce many tests, though often with redundancy.

TestQuality Named "Tool of the Week" by Ministry of Testing!

We’re excited to share some big news with our community of QA professionals, software testers, and developers: TestQuality has been named "Tool of the Week" by the Ministry of Testing (MoT), one of the most respected communities in the software testing world! You can find the mention featured directly on the Ministry of Testing homepage and a dedicated TestQuality spotlight page: TestQuality on Ministry of Testing.

Key takeaways from the Forrester Total Economic Impact Study of Xray 2025

Nowadays, efficient and integrated testing tools are essential for delivering quality quickly. Forrester's 2025 Total Economic Impact of Xray report illuminates how Xray helps organizations streamline testing processes, improve collaboration, and gain significant cost savings.

How to Automate Website Testing? A Practical Guide

Website testing ensures your site works as intended for every visitor, on every device, and under every condition. From login flows to shopping carts, it's what protects user experience and business outcomes. But manual testing alone can’t keep up with the pace of modern web development. That’s where automated website testing comes in. It speeds up releases, improves coverage, and gives teams the confidence to ship often, without breaking things.

MCPs, Agents and the Future of Software Testing with Angie Jones

In this LIVE episode of Test Case Scenario, host Jason Baum, along with co-hosts Marcus Merrell and Evelyn Coleman, engages in a compelling conversation with Angie Jones, Global Vice President of Developer Relations, Block, Inc. They delve into the transformative impact of agentic AI and Model Context Protocols (MCPs) on software development and testing.

Sauce Labs Community Office Hours: Whose Error Is It, Anyway?

Sauce Labs Community Office Hours: Whose Error Is It, Anyway? Not all test errors mean something is broken on Sauce Labs—in fact, most can be fixed by the user. In this Sauce Labs Community Office Hours session, we’ll walk through the most common test errors flagged in Sauce Labs and explain how to avoid or resolve them. Whether you’re new to the platform or looking to sharpen your debugging skills, this session will help you run more reliable tests with fewer surprises.

Automotive Industry Trends 2025: AI in Automotive Software Development

Since the first vehicles were sold to customers, automakers have competed to deliver the newest features and the greatest benefits to the driving experience. Today, that competition is less about shaping a car’s physical characteristics and more about making cars smarter and more connected to the world around them. With thousands of car models and trim levels available worldwide, there is a fierce need to find new ways to stand out from the competition.

The AI-Driven Future of Test Automation

AI is transforming software testing by introducing intelligent automation techniques. Unlike traditional scripts that follow static instructions, AI-driven testing uses machine learning, computer vision, and NLP to adapt and make data-driven decisions during testing. This shift offers significant advantages. AI can rapidly analyze large datasets (requirements, code changes, past failures) to identify high-risk areas and prioritize testing efforts.

How to Select Test Cases for Automation: A Practical Guide

Test automation is essential if you want to move fast without breaking things. But here’s the hard truth: not every test is worth automating. And trying to automate everything is how teams burn time, introduce flakiness, and end up maintaining tests that add zero value. So how do you know what test cases to automate? That’s what this guide is for.