Operations | Monitoring | ITSM | DevOps | Cloud

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

Sponsored Post

The Product Manager's Nightmare: Seeing Features Too Late

Sarah stared at her laptop screen in disbelief. The feature her team had been building for three weeks was finally deployed to staging, and it looked nothing like what she had envisioned. The user interface was cramped, the workflow felt clunky, and the color scheme clashed with their brand guidelines. "Can we change the button placement?" she asked during the demo. "That'll require refactoring the entire component structure," replied the lead developer. "It's probably a two-day task now." What should have been a simple adjustment had become a major undertaking.

The Load Testing Start Guide! #speedscale #stresstest #loadtesting #mocking #startup

Are you ready to get serious about load and stress testing, but don't know where to start? This guide highlights the trap most serious engineers fall into: trying to build a custom DIY testing environment. The traditional path means signing your team up for maintaining load drivers, test case frameworks, ephemeral environments, and endless custom mocks a massive drain on time and resources. There's a better, cheaper, and faster solution: Traffic Replay.

Playwright Check Suites Are Now GA - But What Does That Mean For You?

There are only a few companies that successfully invest in actively monitoring real user flows in production. I’ve been puzzled by the state of the art for many years, because I’m an anxious developer that always needs to know that production is “all right”. How can it be okay for all of us to wait for error logs, thrown exceptions or customer complains to learn about production issues?

Why do you only use Playwright for pre-release testing and not for production monitoring, too?

We've been running Playwright in production for years. Today, we, at Checkly, are going all in with Playwright Check Suites. Playwright Check Suites is our latest step towards uniting testing and monitoring into a single workflow. It's our biggest advancement yet! Here's why this matters: We're not adapting Playwright anymore. We're running it natively in production with full `playwright.config` support, complete custom dependency control, and support for every tag, spec, or configuration.

Get organized, actionable insights from complex test environments with Datadog Test Suites

Modern teams often run hundreds of synthetic tests across multiple services, environments, and user journeys. While these tests provide deep visibility, managing them as a flat list can quickly become overwhelming, especially as organizations scale and teams specialize.

Mitmproxy vs Proxymock: Replaying Traffic for Realistic API Testing

Replaying traffic is a core tool in your toolbox when you need to reproduce a tricky bug or validate how your app behaves. Traffic replay is especially valuable for testing complex software applications that rely on APIs and microservices, where integration and functionality must be thoroughly validated.

Your "Technical Debt" is a LIE! Meet QA Debt.

The REAL reason your system WILL FAIL. We all talk about technical debt, but QA Debt is the silent killer costing companies millions. It's the accumulation of skipped regression checks, outdated test suites, and ignored production data. The result? Unpredictable, catastrophic outages that can sink your business (and your career!). Learn how to identify and pay down your QA Debt before it's too late. It's not about testing more it's about testing SMARTER.

How Predictive Models Improve Test Prioritization and Efficiency

The software development cycles are becoming shorter, and the test suites are becoming longer. What used to be a days-long validation process can now be days long, not due to inefficient teams but due to the sheer size and complexity of the modern applications. Each new release introduces more regression cases, and it is just not sustainable to run them all, every time.

MySQL Mocking with Speedscale's Proxymock: A Complete Guide

Testing database-driven applications is notoriously painful. If your app depends on MySQL, you’ve probably spent hours setting up local databases, running migrations, loading data, and then cleaning everything up just to rerun your tests. This repetitive cycle slows development, breaks pipelines, and introduces inconsistency between local and production environments.

10+ Continuous Testing Tools To Help You Ship Quality Software

In July 2024, CrowdStrike — one of the world’s top cybersecurity companies — shipped a minor configuration update to its Windows security product. Within minutes, airlines, banks, hospitals, and retailers worldwide began crashing. The update wasn’t new code. It was a routine content file that slipped through with a bug in its safety checks. When Windows machines loaded it, the agent hit an out-of-bounds memory error and crashed. Devices blue-screened and got stuck in reboot loops.