Systems | Development | Analytics | API | Testing

Oracle JDK to OpenJDK: A Guide to Reliable Migration Testing

One of the most common infrastructure changes Java developers and operators are dealing with today is the migration from Oracle Java to OpenJDK. The reason is the licensing changes made by Oracle and the maturity of the OpenJDK distributions. The migration process is quite simple: replace the JDK, recompile the code, and redeploy the application. However, the differences between the two runtimes can lead to unexpected issues that are not caught by unit tests.
Featured Post

Reimagining Centralised API Management with Gateway Federation

In today's digital-first economy, APIs are the backbone of modern applications and securing them is essential. They enable innovation, accelerate time-to-market, and drive seamless integration across platforms. Yet, as organisations scale, the complexity of managing APIs across diverse environments such as cloud, on-premises, and hybrid becomes a formidable challenge. Enter API Gateway Federation: a transformative approach to centralised API management that balances control with flexibility.

Speedscale Named in Gartner Market Guide for API Testing

In the highly dynamic environment of modern engineering, an appropriate strategy for API quality is more important than ever. We are pleased to announce that Speedscale has been named in the latest “Market Guide for API and MCP Testing Tools” report from Gartner. As software development is shifting towards complex distributed architectures, integrating Model Context Protocol (MCP) for AI-based workflows, the need for realistic testing has never been higher.

AI Data Gateways & Data Governance: Scaling Trustworthy LLM Agents

As AI agents move from prototype to production, organizations face a growing paradox: how to give these agents enough access to unlock business value—without compromising privacy, compliance, or control. This isn’t just an integration problem. As soon as you map API layers or ask how a generative agent might retrieve sensitive customer records, the challenge becomes one of governance, scale, and trust.

Celebrating Datalex: Setting the standard for developer visibility in API-first development

At SmartBear, we recognize organizations that improve software quality by increasing clarity, alignment, and confidence across the development lifecycle with the Developer Visibility Award. For 2025, the award goes to Datalex, a leading airline e-commerce solutions provider. Datalex equips airlines with API-driven platforms that provide tools for driving revenue and profit as digital retailers.

Why Your Company Will Be Running OpenClaw Next Year

You’ve probably heard of OpenClaw. Maybe you’ve seen the demos where an AI agent opens a browser, navigates to your CRM, fills in a form, and files a support ticket. No API required. Maybe you thought “that’s cool but I’d never run that at work.” Your employees already are. According to Permiso’s research, 22% of enterprise customers have employees running OpenClaw without IT approval.

How AI Coding Is Breaking Synthetic Data Generation

Traditional synthetic data generation approaches, still called “Test Data Management” (TDM) by legacy vendor, were designed for a world where applications were monolithic, databases were the center of gravity and change happened slowly. The world looks a lot different now. Modern systems are distributed, often times event-driven, and increasingly powered by streaming data and AI agents. In this environment, batch-oriented synthetic data generation fails to capture how systems actually behave.

DLP, Traffic Replay, and the Missing Link to Software Quality

In Part 1 and Part 2 we explored why testing modern software is so difficult. Production data is the most valuable input for testing, but it’s locked away because it contains PII and sensitive context. Traditional Synthetic Data Generation (SDG) was built for batch databases, not streaming systems. And AI coding agents amplify every weakness in existing test strategies because they need current, realistic data or they generate buggy code based on outdated assumptions.

State Transition Testing: Diagrams, Tables & Examples

Ever seen a workflow pass QA, then fail the moment users retry, refresh, or hit a timeout? That gap usually isn’t about a “wrong input.” It’s often because the system is in a different state when the same input arrives. In state transition in software testing, the state decides what’s allowed, what must be blocked, and what should happen next. It is one of the simplest ways to make these workflows behave predictably in the real world.