Systems | Development | Analytics | API | Testing

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

Agentic Testing and How QA Teams Can Use Claude Code and Terminal Agents

Agentic Testing and QA is a practice in which AI agents operate directly on a project — reading files, planning tasks, generating framework code, and interacting with a browser — rather than simply answering prompts inside a chat window. Tools like Claude Code bring this capability to the terminal, giving QA teams a command-line assistant that understands repository context, proposes changes before applying them, and generates test assets across Playwright, Selenium, and API testing workflows.

Testing AI Code is a Security Nightmare? #Speedscale #DevOps #Kubernetes #AICoding #SoftwareTesting

AI can write a feature in seconds, but where are you testing it? Sending production traffic, API payloads, and auth headers to a third-party SaaS is a massive security risk. In this video, we break down why the Bring Your Own Cloud (BYOC) model is the ultimate fix for DevSecOps. Learn how to safely test AI-generated code against real production traffic entirely within your own VPC or Kubernetes cluster. No data leaks, no massive DLP pipelines, and no endless masking rules.

Perforce Delphix vs. K2view for Test Data Management: How to Choose the Right Solution That Provides AI-Ready Data

Perforce Delphix vs. K2View — which one is better for your data management and compliance needs? Each provider has strengths and weaknesses, so it’s important that you find the right one that checks your boxes, prioritizes your top needs, and fits your use cases. In this blog, we’ll detail compare Delphix vs. K2view, including their key differences, use cases, integrations, and Delphix customer testimonies.

White Box Testing: Techniques, Examples & Best Practices (2026)

White box testing is what separates teams that know their code works from teams that hope it does. High code coverage numbers can be misleading. A suite with 90% statement coverage can still miss the branch that throws a NullPointerException in production, or the loop condition that behaves differently on an empty list. White box testing is not just about running code – it’s about systematically verifying that every path, condition, and branch in your logic behaves the way you intended.

3 proven ways to streamline SAP and Oracle migrations for state & local governments

State and local governments are under growing pressure to modernize the systems that power essential services, from healthcare and human services to transportation and public safety. At the same time, citizens expect fast, seamless digital experiences when interacting with government agencies. To meet these expectations, many agencies are investing in large-scale ERP transformations, including SAP and Oracle migrations.

New report: We're adopting AI faster than we trust it. Here's what the data shows.

We surveyed 2,501 IT decision-makers, QA professionals, and business leaders across six countries for our second annual Quality Transformation Report. Respondents came from organizations with 150-plus employees across manufacturing, energy and utilities, retail, financial services, and the public sector. One of the major findings: confidence in AI agents making release decisions dropped from 48% in 2025 to 34% in 2026. That’s a 14-point decline in a single year.

The Bug Hiding in Your Production Traffic

Your logs showed 500 errors. The traces showed the dependency graph. Neither showed the actual bug, a DEL control character getting appended to the query string. This is how I found it. In this video I walk through Speedscale BYOC (bring your own cloud): capture real production traffic, store it in your own Elasticsearch cluster inside your VPC, pull it down locally with a single script, and reproduce the exact bug using proxymock. The data never leaves your environment.