Operations | Monitoring | ITSM | DevOps | Cloud

Testing

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

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.

Best CSS Frameworks To Look Forward To In 2024

A CSS framework is a collection of CSS libraries ready for web designers and developers to use. Stylesheets are prepared for common tasks in web design, such as font, layout, and navbar. The stylesheets make the work of UI developers easier by providing tools for creating a user interface rather than having to start each project from scratch. Other scripting languages like JavaScript support and expand stylesheets.

Using AI-Powered Functional Testing Tools for Faster QA Automation Testing

Software automation testing has changed dramatically in the last several years, with an obvious trend toward automated testing techniques. Although manual testing processes are still an essential part of the testing process, test automation adoption has become more and more important in many situations. The fact that an astounding 97% of application testers have already included automated testing into their processes serves as evidence of this evolution. Developers are using AI-powered functional testing solutions to speed up QA automation testing procedures as they realize how important this trend is.

Functional Testing in the Era of Remote Work: Challenges and Solutions

The fast-changing world of software development requires functional testing to ensure application compliance and user satisfaction. This crucial software testing phase checks application functionality for compliance. Automation testing simulates user scenarios to find bugs before software delivery, ensuring quality.

New in Playwright: detect and close unpredictable overlays with "addLocatorHandler"

Discover the latest feature of Playwright 1.42 — `page.addLocatorHandler`. If you're tired of randomly appearing cookie banners breaking your end-to-end tests or want to automatically close all these intercom widgets, this method is right up your alley. With `addLocatorHandler`, handling elements that randomly pop up becomes a breeze! In the video, we'll show you how the new Playwright method works in practice and why it makes end-to-end testing and synthetic monitoring so much easier.