Systems | Development | Analytics | API | Testing

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

What is GDPR Compliance? A Quick Guide to Data Privacy and Regulations for Non-Prod

The General Data Protection Regulation (GDPR) is at the core of Europe’s digital privacy legislation. Adopted by the European Parliament in April 2016 and put into effect in May 2018, GDPR is a set of rules designed to give European Union (EU) citizens more control over their data. GDPR-compliant businesses are required to protect the personal data and privacy of EU citizens.

Panel Discussion - QA Leadership in the Age of AI: Talent, Strategy, and Choices | Testflix 2025

The rise of AI is transforming how software is developed and tested—but the hardest questions for QA leaders aren’t about tools. They’re about people, productivity, and long-term strategy. As organizations race to integrate AI, leaders must rethink how they hire, train, and guide teams while making tough decisions about whether to build custom solutions, buy off-the-shelf platforms, or take a more measured approach. This panel brings together leaders who are navigating these crossroads in real time.

Kubernetes Load Testing Made Easy with Speedscale

Everybody knows working with Kubernetes is really hard. It’s highly complicated. You have to know how to work with YAMLs, there’s lots of stuff to deal with. The classic developer experience with YAML. But what if you could get complete visibility into your Kubernetes workloads and run realistic load tests without touching a single YAML file or running kubectl commands?

What Is Baseline Testing? Meaning, Examples & Use Cases

Every software change answers one simple question: Did something break? Baseline testing exists to answer it with confidence. Teams often ship regressions simply because they lack a reliable reference to compare against. In modern software testing, a baseline provides that reference point and helps teams understand change without slowing down delivery.

Can you share what challenge the customer was facing before finding Katalon?

Many customers were struggling with BDD-style test processes — writing structured, English-language scripts that business and tech teams could agree on but couldn’t easily automate. Before Katalon, they lacked a smooth way to turn those scripts or raw requirements into automated tests, which Katalon (and AI features like Studio Assist) finally made efficient. — Coty Rosenblath, Chief Technology Officer at Katalon.

Measuring the Impact of AI in QA and Automation | Jaydeep Chakrabarty | Testflix 2025

In this fireside chat with Jaydeep, we’ll dive into how AI is changing the way we measure success in both QA processes and live generative AI bots. On the QA side, we’ll look at cycle time reduction—the “time goalie” metric that shows how quickly we move from discovering a bug to fixing it. We’ll also talk about predictive quality accuracy, which shifts QA from being reactive to proactive by predicting which code changes are most likely to introduce bugs. And of course, we’ll touch on test creation velocity—how much faster teams are able to create meaningful automation with AI’s support.

Playwright MCP: Turn Natural Language into Reliable Tests in Minutes | Vignesh Srinivasa Raghavan

Model Context Protocol (MCP) lets AI agents use real tools safely. In this talk, we’ll see how Playwright MCP bridges agents and a real browser by leveraging the accessibility tree (not screenshots) to navigate pages, locate elements, perform actions, and extract data—then export stable Playwright tests you can commit.

Why gRPC is a Debugging Nightmare #speedscale #observability #grpc #testing #devops

gRPC is fast and efficient - until it breaks at 2:00 AM. Traditional observability tools are built for HTTP/1.1 and JSON. When you switch to gRPC, you’re dealing with binary Protobuf payloads and HTTP/2 multiplexing that most logs and traces simply weren't designed to handle. Speedscale flips the switch by decoding Protobuf directly into human-readable JSON in real-time. Get the speed of gRPC with the visibility of REST.

3AM Pager: When You Know the Data but Can't Search It

Ever tried searching your entire production stack for one user? Getting paged at 3 AM is bad enough. It’s worse when you only have a single username and zero visibility into what’s actually happening across your microservices. With Speedscale, you can perform full-text searches across every API call and database interaction in real-time. Stop guessing and start debugging with total context.