Operations | Monitoring | ITSM | DevOps | Cloud

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

Where's the money? The ROI of test data management

You may have heard of test data management (TDM). It’s part of the software delivery process – some would say a crucial part, involving the creation, management, and maintenance of environments for software development and testing. By provisioning fresh, production-like data, it allows developers to test their proposed changes early, thoroughly, and repeatedly with the right test data, when they need it and where they need it.

The Power of Professional Web App Development Services

Launching today's hot new web or mobile app often leads to comfortable riches and fame for innovative entrepreneurs and founders. But behind every successful product launch is an experienced web app development team that knows how to deliver on the vision and turn an idea into a polished, marketable application. As someone who has worked with various developers and agencies in building my web and mobile apps, I've learned firsthand the importance of finding the right partner.

What do quality engineers do?

Quality engineering (QE), or software quality engineering (SQE), is a discipline within software development focused on ensuring the quality, reliability, and performance of software products. With an increase in development environment complexity in recent years, the focus has shifted back from detecting defects in later stages, as QA has typically done, to proactively ensuring quality throughout the entire development lifecycle.

Why test data management is becoming increasingly important to the C-suite

We recently sat down with James Phillips, CIO at Rev.io, to talk about test data management (TDM) and the growing attention it’s getting from the C-suite. It’s been prompted by the recognition that provisioning test and development environments with realistic production-like data improves the quality of code being developed, reduces errors, and deliver new features to customers faster.

Add accessibility checks to your Playwright end-to-end tests

Join us in today's video as we dive into the world of web accessibility testing with "axe-core". "axe-core" is used in Google Chrome's lighthouse and is quickly integrated in your Playwright end-to-end tests. We'll integrate "axe-core/playwright", detect accessibility issues, attach these to test reports and even integrate accessibility checks in Checkly's synthetic monitoring thanks to a new beta runtime.

Running Your Playwright Tests in Parallel or in Sequence

Playwright offers robust capabilities for automating browser tests. A common question among developers, however, revolves around the best practices for structuring Playwright projects, especially when tests involve significant environment changes, resource creation, or database updates. This blog post describes strategies for running Playwright tests either in parallel or in sequence, optimizing your testing workflow for efficiency and reliability.

Improve Your Playwright Documentation with Steps

When you’re implementing automated testing, clarity and maintainability of test scripts are as crucial as the tests themselves. Playwright offers a feature that enhances the readability and ease of debugging of your tests: test steps. This article explores how to use test steps in Playwright to document your test cases effectively.