Systems | Development | Analytics | API | Testing

How does a TCoE balance automation and manual testing to maximize efficiency?

A TCoE should automate the repeatable, detail-heavy regression checks to remove human error and speed releases, while keeping room for manual testing where judgment matters or ROI is low. Automate execution to free the team to focus on new functionality and high-value scripts, and leave fringe or one-off cases manual so effort pays off. — Parker Reguero, RVP of Sales at Katalon Learn more Follow Katalon for more insights in our series!

Accelerating and Scaling AI Deployments Across Hybrid Environments - MLOps Live #40 with Safaricom

Safaricom, one of the most AI-mature mobile operators, delivers predictive modeling and hyper-personalized financial services to millions of users. But operational challenges were slowing down deployments—limiting their ability to scale and act in real time. In this session, Safaricom’s AI team shares how they: Watch now to learn how they overcame bottlenecks, scaled faster, and unlocked real-time impact at massive scale with the Iguazio technology.

BugSnag Now Supports the Amazon Vega OS

BugSnag now supports applications built with the Vega Developer Tools from Amazon Devices & Services, giving developers immediate visibility into the stability of their TV-first apps. This launch is part of a deeper collaboration between SmartBear and Amazon, extending beyond tooling support into a broader partnership that accelerates software quality across the Amazon ecosystem.

MCP Server in Testing: What It Means for You

Teams use different tools in their software testing life cycle. The problem? Each tool has its own way of communicating. The MCP (Model Context Protocol) Server is a new approach to integrating these tools. It’s like a universal translator, so your testing tools, scripts, and AI copilots can share context without endless plugins or one-off integrations.

Selenium Click Link: Different Ways to Automate Link Clicks

Clicking links is one of the most basic things a user can do on a website. If you're writing test scripts, it’s also one of the most common actions you’ll need to automate. With Selenium WebDriver, you can interact with any hyperlink on the page, no matter if it's visible, hidden, dynamic, or opens in a new tab. All you need is the right locator and a clear understanding of how the browser responds.

Online API Tester: Complete Guide to Testing APIs in 2025

When your application crashes during peak traffic or returns cryptic error messages to frustrated users, the culprit is often hiding in plain sight: untested APIs. According to recent industry data, APIs now account for 71% of all internet traffic, yet many businesses still treat API testing as an afterthought.

Streaming Kafka Events in Real Time via WebSocket APIs

Imagine that you need to know the exact location of the train that you’re about to catch. Trains can be equipped with IoT sensors that can publish location coordinates via Kafka streams in real time. You will be using a mobile application to view a train’s location. Mobile applications and web applications are compatible with WebSocket, a web-friendly protocol, but the location data is received via a Kafka stream. How do we convert the real-time Kafka feed into a real-time WebSocket feed?