Operations | Monitoring | ITSM | DevOps | Cloud

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

Better context, smarter testing: How to give your AI coding agent direct access to k6 docs

As testing workflows become more AI-assisted, fast access to accurate documentation matters more than ever. Whether you're writing a new load test, troubleshooting an issue, or having an AI agent generate a script for you, you need reliable guidance that keeps pace with the way you work. But most documentation still lives in a browser. Every time you or your agent needs to verify an API or look up a best practice, you're forced to leave your terminal or editor and interrupt your workflow.

Building a Fiber Optic Testing Workflow: Inspection, Loss Testing, and Troubleshooting

A fiber link can look perfectly intact and still misbehave the moment traffic hits it. The gap between a cable that appears fine and one that actually performs comes down to how it was checked before handover. This article walks through a practical sequence for confirming that a link is ready for service, covering what to verify beforehand, how to prepare connections, which measurements matter, and how to turn the results into a decision.

Why Every Payment Service Provider Should Test Its Incident Response Plan Before the Regulator Does

For many businesses, incident response planning is viewed as something that happens after a cyberattack. For payment service providers (PSPs), however, regulators increasingly expect incident response to be a documented, tested, and continuously maintained part of normal business operations. Under Canada's Retail Payment Activities Act (RPAA), operational resilience isn't simply about preventing incidents-it's also about demonstrating that your organization knows how to respond when one occurs.

Running LLM Workloads in Production: An Operations Playbook for Teams That Did Not Sign Up for This

Somewhere in the past two years, AI quietly became an operations problem. The proof of concept your product team shipped - a support-ticket summarizer, a natural-language search box, a code-review assistant - graduated into a production dependency, and now it pages you. The failure modes are unfamiliar: latency distributions with tails measured in tens of seconds, upstream providers that throttle without warning, costs that scale with user enthusiasm rather than infrastructure size, and outputs that can be wrong in ways a health check will never catch.

Run tests using natural language with k6 Agentic Testing

In this video, our Senior Director for AI Engineering, Mat Ryer, issues a challenge: Can k6 agentic testing in Grafana Cloud be instructed at a high level to just beat Wordle? Staff Software Engineer Joan López de la Franca Beltran sets up that scenario using agentic testing (currently experimental), yielding some surprising results.

Chaos Testing Just Got Easier | New ChaosHub & AI Prompt Library | Resilience Testing | Harness

In this video, we explore two major improvements to the Harness Resilience Testing documentation designed to help you build and manage chaos experiments more efficiently. What's new: ChaosHub Integration AI Prompt Library for Harness MCP These updates make it significantly easier to discover chaos experiments and leverage AI throughout your chaos engineering workflow. If you're using Harness Resilience Testing, this walkthrough will help you get started quickly and make the most of the new documentation experience.

Where Test Management Fits in a Modern CI/CD Pipeline

Ask most DevOps teams where testing lives in their pipeline and you'll get a confident answer: "It's automated, it runs on every commit." That's true, and it's also only half the story. Automated checks in CI cover a slice of quality - usually unit and integration tests - but the wider discipline of *test management* often sits outside the pipeline entirely, scattered across spreadsheets, wikis, and someone's memory.