Operations | Monitoring | ITSM | DevOps | Cloud

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

Chaos testing a Postgres cluster managed by CloudNativePG

As more organizations move their databases to cloud-native environments, effectively managing and monitoring these systems becomes crucial. According to Coroot’s anonymous usage statistics, 64% of projects use PostgreSQL, making it the most popular RDBMS among our users, compared to 14% using MySQL. This is not surprising since it is also the most widely used open-source database worldwide.

12 Ways IT Operations Can Improve Email Monitoring

If you want to make communication across your organization more reliable,protect sensitive data, and maintain compliance with industry standards, it's essential to monitor your email activity. But you already know this; the question is, how do you do it in the most effective way?

How to Run Playwright Test in "Parallel," "Serial," or "Default" Mode

Join Stefan Judis, Playwright Ambassador, as he looks into different Playwright test order execution modes. Learn how to effectively use the "fullyParallel" option and understand the differences between "parallel", "serial" and "default" test case execution. If you have questions or feedback, drop a comment below! And don't forget to subscribe for more Playwright tips!

How to Load Test Kubernetes

Performance tests, end-to-end tests, integration tests. There are many different types of tests you can run on your infrastructure. One of the most overlooked kinds is load testing. Failure to include load tests in your supply chain can be detrimental, as you will be missing out on a number of benefits. Some of the big advantages of load testing Kubernetes are.

How good is GitHub Copilot at generating Playwright code?

People keep asking us here at Checkly if and how AI can help create solid and maintainable Playwright tests. To answer all these questions, we started by looking at ChatGPT and Claude to conclude that AI tools have the potential to help with test generation but that "normal AI consumer tools" aren't code-focused enough. High-quality results require too complex prompts to be a maintainable solution.

How to Automate CI/CD Tests with Grafana Cloud k6 | Demo | Performance Testing | GitHub Actions

Performance Testing with Grafana Cloud k6: Seamlessly Integrated into CI/CD Pipelines In this video, Grafana Solutions Engineer Sean Carolyn demonstrates how Grafana k6 integrates with CI/CD pipelines to make performance testing an effortless part of the development workflow.

What is Resilience Testing: The Ultimate Guide

Today’s complex, dynamic applications demand rigorous resilience testing. A common hurdle is accurately mimicking real user behavior. This post discusses a possible solution: production traffic replication (PTR), a technique that captures actual user interactions to enhance chaos testing, and the principle of intentionally introducing failures to evaluate application recovery.

Catching Flaky Tests Before It's Too Late

This is a guest post from Artem Zakharchenko, creator of MSWJS, an API mocking library for Javascript. He also writes about testing for EpicWeb and on his personal blog. Test flakiness is a big issue. Not only can it be a colossal time investment to detect and fix, but it hurts perhaps the biggest value you get from your tests—their trustworthiness. A test you cannot trust is a useless test. Time spent maintaining a useless test is time wasted; time that could have been spent building.