Operations | Monitoring | ITSM | DevOps | Cloud

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

Software testing and quality assurance outsourcing

It is no longer surprising when a company owns an app or a software. If anything, consumers have an increasing expectation of convenient and personalised services. For instance, a mobile application for their favourite ecommerce shop, where they can save and purchase favourite items, or a dedicated software for an online accounting solution.

A Guide to Effective Network Load Testing & Load Balancing

When it comes to network management, there are two challenges that are ever-present; ensuring optimal network performance and maintaining uninterrupted network connectivity. Network admins are the unsung heroes, diligently managing the digital highways that connect the modern world. To maintain the delicate balance between seamless user experience and network reliability, two crucial practices come to the forefront: Network Load Testing and Load Balancing.

AI Test Generation and PR Review in Sentry (Now in Open Beta)

You write code. Open a PR. CI runs. PR merges. Prod’s on fire by 5pm. Maybe you skipped writing some tests. (It's tedious, sometimes unclear, and easy to ignore when you're racing to ship—until something breaks and you realize a test could’ve saved your Friday night.) Maybe the PR review was more of a drive-by from a teammate who barely had time to skim the diff. But reviews and tests matter.

Understanding Playwright test hooks in the CI context (JavaScript) - A complete tutorial

All applications need some form of testing, whether frontend, backend, stress testing, or any other. Playwright can help. Playwright is an end-to-end testing framework for web applications, supporting cross-browser testing (Chromium, Firefox, WebKit) from a single API. Its built-in test runner (Playwright Test) provides hook functions to manage set-up and tear-down logic around your tests.

What we learned from load testing Shopware at scale

We ran real-world load tests across seven different infrastructure plans—from Grid to Dedicated Split—using realistic conversion rates, bot traffic blends, and ERP-driven API imports. The findings were clear: performance scales predictably with resources, but only if your code, cache, and configuration keep up. This blog post walks through key results, why API load is disproportionately expensive, and what metrics matter most. How well does Shopware actually perform under load?

Guide for Catching Regressions with GitHub Actions and CI/CD Monitors

This guide aims to help your team shift testing left, simulate real user behavior, and catch critical issues early as part of CI/CD, prevent regressions from reaching production by automating tests as part of your CI/CD and aborting deployments that contain issues. Synthetic monitoring is a great way to check important flows in production and make sure everything is working the way it’s supposed to.

What to Know About How Circuit Boards Are Manufactured Today

Circuit boards are the heart of nearly every electronic device, from smartphones and laptops to medical equipment and automotive systems. These compact layers of interconnected components make modern technology possible by allowing electricity to flow in precise patterns. But while circuit boards appear simple on the surface, their manufacturing process is a complex blend of advanced engineering, automation, and precision.

Implementing Grafana Play privacy policies with Grafana k6: A behind-the-scenes look

Grafana Play is a free and publicly accessible sandbox environment that allows users to explore and learn Grafana without setting up their own instance. Grafana Play comes preloaded with ready-made sample dashboards, and showcases how to work with different data sources, create visualizations, and use advanced Grafana features.