Operations | Monitoring | ITSM | DevOps | Cloud

Testing

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

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.

Integrating Accessibility Checks in Playwright Tests with Checkly

Ensuring your web application is accessible is not just about compliance; it's about inclusivity. Tools like Google Chrome's Lighthouse provide a starting point for accessibility checks. but integrating these checks into your development workflow can significantly enhance the quality of your product. This post explores how to perform automated accessibility checks using Playwright and Checkly, leveraging the power of the axe-core library.

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.