Systems | Development | Analytics | API | Testing

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

Are painless quarterly Oracle updates closer than we think?

Quick overview: Oracle’s Fusion quarterly update cycle has always been a pressure test for QA teams, but agentic AI automated testing may be changing that. Self-healing tests, natural language test creation, and context-aware agents are giving teams new ways to absorb Oracle’s pace of change without the usual scramble. As Oracle’s own AI capabilities make each release more complex, the tools designed to test AI-driven outcomes will matter more.
Sponsored Post

The Kubeshark Workflow That Doesn't Stop at the Dashboard

The Observability Gap shows up the moment you try to reproduce a production bug locally. Your traces tell you a request was slow. Your logs tell you which line printed. Neither tells you what was actually on the wire: the headers, the JSON body, the surprise field your client started sending last Tuesday. Until now, closing that gap meant SSHing to a node, attaching a debugger, or shipping a sidecar through change review.

What is Smoke Testing? Meaning, Uses, Examples, and Tools

Every QA tester knows: time is money. When something breaks on your website or web application, it can cause major issues within minutes. One way to catch those problems early is smoke testing. Smoke testing answers one practical question before your team sinks time into deeper QA: is this build stable enough to keep testing? Instead of checking every detail, a smoke test focuses on the core workflows that need to work first.

The "SaaSpocalypse" and what it means for ERPs and quality assurance

In February, two CNBC journalists built a replica of Monday.com’s interface using Claude Code with no prior developer experience and less than $20 in credits. Software stocks at the time were already wobbly, with investors fearing that AI could erode seat-based pricing and undercut proprietary UI. To some, the CNBC news confirmed the speculation.

Leveling up quality engineering for agentic development

In this guest post, Intellyx Principal Analyst Jason English explores what it takes to level up quality engineering in the age of agentic AI, and why visibility, context, and governance are the keys to getting there. One day in an agentic developer’s life: Developer “CodeBud agent, create me a suite of test cases to validate the feature you just built.” CodeBud Done. Test suite created.

7 Common Performance Testing Mistakes (and How to Avoid Them) in 2026

Performance testing is a critical safeguard for any software team, but even experienced practitioners can fall into familiar traps. Overlooked bottlenecks, missing test scenarios, or environments that don’t reflect production realities can all lead to slowdowns, user frustration, and lost business. The most damaging mistakes are often the ones that become invisible through routine or assumption.

Beware of PII in Testing Data: The Security Iceberg and Where PII Actually Hides

If you run a platform tools or security team, you have likely heard this request from developers: “I just need a copy of the production database for staging so I can run realistic load and integration tests.” It is a completely reasonable request. Production traffic and data contain the actual request shapes, real-world value distributions, long-tail anomalies, and timing patterns that make tests useful.

Automatically catch API drift before your users do | Swagger Contract Testing

our API didn't break – it just stopped matching its contract. API drift is one of the sneakiest problems in modern API development. Your OpenAPI definition says one thing, your running implementation does another, and nobody notices until a consumer integration fails or a user hits an unexpected error. The longer it goes undetected, the harder it is to trace back to the source.