Operations | Monitoring | ITSM | DevOps | Cloud

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

Introducing Grafana Cloud k6: unified performance testing and observability

Organizations use load and performance testing to prevent issues from impacting customers, which is essential if they want to stay relevant in today’s digital-first world. And with the rise of cloud native technology and DevOps, software teams must shift performance testing left, towards development. However, traditional load and performance testing tools simply haven’t kept pace, leaving developers, operations, and QA teams siloed.

From Kubernetes Out Of Kubernetes Observability and Shifting left chaos testing

From Kubernetes Out Of Kubernetes Observability (45m) Description: Now that the industry is moving towards extending Kubernetes to manage more and more of the infrastructure, services, and applications running outside Kubernetes itself, it is becoming obvious that we need to have a holistic view of the entire system. We need control planes that will provide not only management but also observability to the whole system. This talk will discuss the concepts of control planes and data planes, how they are used to manage the lifecycle of infrastructure, applications, and services, and how we can apply observability to such resources.

Playwright Explained

Playwright is an open-source framework for cross-browser automation and end-to-end web application testing. It was designed to be a fast, reliable, robust, and evergreen test automation framework, and its API supports modern rendering engines that include Chromium, WebKit, and Firefox. Playwright tests run on Windows, Linux, and macOS, locally or on your continuous integration pipeline, and headless or headed.

Data & Traffic Are Key to Kubernetes Preview Environments

Preview environments are temporary environments where developers can test code changes before deploying them to production, also called ephemeral environments, they’re temporary and should be discarded after testing changes. Carrying out tests using accurate data is a major challenge when creating and destroying environments. Put differently, you need realistic data and traffic in the preview environment to reflect the performance of code changes in production.