QA Automation Labs

Author: kailash Pathak

QA Daily — A One-Stop Hub for the QA Automation Community

As a QA Automation Engineer, I’m always on the lookout for new ways to stay updated with the latest trends, best practices, and tools in our ever-evolving testing ecosystem. Recently, I came across an incredible platform — QADaily — and it…

Read More

Page Load Timer — Effortlessly Measure Your Website Speed in Real Time

Page Load Timer — Effortlessly Measure Your Website Speed in Real Time Have you ever opened a website and felt like it took time to load? You sit there staring at the screen, waiting for something — anything — to appear….

Read More

Empowering Your Automation Journey with Playwright: A Review of “Web Automation Testing Using Playwright” Book

In today’s fast-paced web development landscape, delivering flawless user experiences across browsers and devices is non-negotiable. Automation testing has become a cornerstone of this process, enabling teams to catch bugs early, reduce manual effort, and accelerate releases. Enter Playwright, Microsoft’s open-source automation…

Read More

New Book: Web Automation Testing Using Playwright

🎉 Thrilled to Announce the Launch of My New Book on Playwright 📖 Whether you’re starting your journey or already an experienced QA professional, this resource is tailored to take your automation skills to the next level. I’m excited to share “Web…

Read More

AI-Driven Testing with Applitools Autonomous

The demand for high quality software in the fast paced tech environment has never been greater. Since companies spend more on QA to make sure their productsare not buggy and look good, the traditional testing is not enough. Test cases are…

Read More

Visual Regression Testing Using Playwright

“Have you ever thought, ‘Why wasn’t that noticed?’ or ‘Is the bug so obvious that it should have been caught right away? Commonly said, particularly when formatting or layout bugs are not noticed in the attempt. Although these are not necessarily…

Read More

Cypress vs Selenium: Choosing the Best Tool for Your Automation Needs

Choosing the right testing tool for your project can be a challenging task. Two of the most widely used options are Cypress and Selenium, and understanding their features can help you make an informed decision. Cypress is an End-to-End (E2E) testing…

Read More

Let’s Play with Cypress Feature “Test Replay”

Problem Statement Before Cypress v13, test failures in CI have historically been captured through screenshots, videos, and stack trace outputs, but these artifacts provide limited information. So Cypress come with new feature Test Replay in version 13.0.0. The introduction of features like “Test Replay” in…

Read More

Handling Shadow DOM Using Cypress

The idea of componentization has completely changed how we design and maintain user interfaces in the field of web development. The advent of Shadow DOM is one of the pillars of this movement. Shadow DOM empowers developers to encapsulate styles, scripts,…

Read More