Systems | Development | Analytics | API | Testing

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

Synthetic Monitoring Is Broken. Your Production Traffic Can Fix It.

Synthetic monitoring has been a critical part of application reliability for years. It gives engineering and operations teams a way to proactively test applications, APIs, and critical customer journeys before users encounter problems. But there is a fundamental limitation with the traditional approach: Someone has to create the tests. As applications become more distributed and customer journeys become more complex, organizations can end up maintaining hundreds or even thousands of synthetic scripts.

Guide to Load Testing Microservices Architectures in Cloud Environments (2026 Edition)

Misconceptions about microservices load testing are common, especially for teams moving from monolithic systems. It’s tempting to believe that simply scaling infrastructure or running legacy load tests will reveal the same issues and provide actionable results. However, distributed, cloud-native architectures introduce new complexities and risks that demand a different approach.

How to fix API contract drift with AI agent skills | SmartBear Swagger Contract Testing

Your AI coding agent can already write code. Can it verify a contract, run provider checks, and tell you whether it's safe to deploy? This video shows you how to set up SmartBear Swagger Contract Testing drift AI Agent Skills, so your agent can spot API drift and write the missing tests for you, without needing the context multiple times.

Agent Plugins 1.0: One Packaging Format, and What It Changes for Testing Skills

Katalon's library of testing skills for AI agents holds 13 skills. Building it produces 124 files. The 13 skills are the actual work: how to plan a test cycle, how to design cases from a requirement, how to read a failing run and decide whether a release is safe. The other 111 files are packaging. Four of them arrived this month and they are the subject of this post.

Observe Opaque Services With OpenTelemetry eBPF + proxymock

Every SRE team operates services it cannot see into: a vendor binary, an inherited legacy deployment, a container whose owning team dissolved two reorgs ago. The routes are undocumented, the dependencies are unknown, and when a request takes 130 milliseconds nobody can say whether that time is application work or a wait across a network boundary.

Test generation got free. Test governance didn't.

Over the past twelve months, something has shifted in how software teams think about quality. Claude Code, Cursor, and Playwright agents have made it genuinely easy to generate functional tests without deep automation expertise. The impact is showing up across two very different kinds of teams: Both paths lead to the same place: tests accumulate without governance, you get coverage without traceability, and there’s automation debt no one owns. But coverage numbers and quality are not the same thing.