Operations | Monitoring | ITSM | DevOps | Cloud

Testing

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

Why "page.goto()" is slowing down your Playwright tests

When you invest time and effort into creating a well-running end-to-end test suite or adopt Playwright synthetic monitoring with Checkly, you should focus on two things. Your tests must be stable because few things are worse than an unreliable test suite. But also, your tests must be fast because no one wants to wait hours to receive the green light when you're on the edge of your seat to deploy this critical production hotfix.

Gremlin's API makes it easy to integrate testing in your CI/CD pipeline

Thinking about integrating Gremlin into your existing pipeline? Look no farther than the Gremlin API. "The next step then was to build the right tooling such that the resiliency tests can be run from a pipeline. Gremlin's API first approach made it possible to do this in a very easy manner because everything that we could do from the UI and manually, we could replicate all of that through the API as well.

Importance of Automation Testing Tools in Modern Strategies

Automation testing tools have become pervasive in software development today. All these features are epitomized in such tools and these revolutionize quality assurance techniques, making it much more effective compared to previous ways of executing software tests. We need to dig into the meaning of those tools and also understand what kind of purpose is involved in building one's tomorrow's applications.

Playwright at Scale

When adopting Playwright, it can be tough to know if you're following the right design principles for a process that will work at scale. For those Cypress users, check out Cypress at Scale. Join Jonathan and Filip as we explore how mature organizations and effective teams adopt Playwright. We'll cover what we've seen in the wild and key considerations. — Fundamentals & principles: You'll understand what Playwright is and its design principles.

Why Have a Test Environment

As part of our best practices Kelverion always recommends having a test automation platform. There are several reasons explained below why Kelverion recommends customers have a test environment. We know it takes a little bit of time and resources, but it truly can be a safe zone that allows you to test and grow your IT automation processes. Let’s explore some of the most common reasons.

How to Monitor JavaScript Log Messages and Exceptions with Playwright

Monitoring JavaScript log messages is how you know, at a basic level, what the browser’s JavaScript engine is doing in detail. Playwright provides an efficient way to listen for console logs and uncaught exceptions in your pages. This capability is invaluable for developers and testers aiming to catch and resolve issues early in the development cycle. This article will guide you through the process of setting up Playwright to monitor JavaScript logs and exceptions, enhancing your testing strategy.