Systems | Development | Analytics | API | Testing

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

From Datadog to CI Tests: Catch Regressions Before Deploy

I worked in observability for years, and the same pattern showed up across teams. An alert fired, the on-call rotation scrambled, and everyone did what they had to do to stabilize production. Then came the retrospective. Once the immediate pressure was gone, the conversation shifted to one question: how do we make sure this never happens again? My friend Jade Rubick coined a name for that principle: DRI, “don’t repeat the incident”.

Introducing the Katalon MSP Program: Deliver Scalable QA Services Without Building Custom Frameworks

Katalon is introducing a new MSP Program designed for our official solution and service partners. Built for partners delivering QA services across multiple customer engagements, the True Platform MSP Program offers a more flexible way to scale delivery with Katalon’s all-in-one testing platform.

The testing disconnect that's undermining your API quality

In 2026, APIs have moved far beyond simple integration points. They’re now strategic business assets powering AI transformation, microservices architectures, and multi-cloud ecosystems. But a critical challenge threatens to undermine digital initiatives: the fragmentation of API testing. As organizations rush to deliver faster, they’re discovering that their testing infrastructure – cobbled together from disparate tools and disconnected processes – has become the bottleneck.

Understanding ISO/PAS 8800 for AI in Automotive Safety

With the rise of AI use in vehicle software development, concerns arise around its presence in safety-critical applications, especially when it comes to functional safety and regulatory compliance. ISO 26262, the essential standard for automotive development that requires processes for managing, designing, and verifying safety-critical systems, still applies. However, it can fall short when applied to AI models, which are inherently non-deterministic and continuously evolving.

API Testing Strategies: A Complete Guide (2026)

API testing strategies directly impact your release cycle. With 83% of web traffic flowing through APIs, even a single failure can break payments, dashboards, and user experience. Teams that invest in automated API testing do not slow down, they ship faster with confidence. A strong strategy goes beyond checklists. It defines what success looks like, where tests run, how data stays consistent, and how testing fits into CI/CD.

Black Box Testing Techniques: A Practical Guide (2026)

Black box testing techniques are what turn a vague requirement into a specific, repeatable test case. Most critical bugs in production aren’t found by reading code. They’re found by pushing the right input through a feature and observing what comes back. A blank field where the system expected text. Or a value just past the accepted range. Sometimes it’s a combination of conditions nobody thought to test together.