Category Archives: Playwright Testing

Playwright TestingAutomationTutorial

How to Integrate Playwright With Cucumber

Playwright with Cucumber combines the power of Playwright’s browser automation with Cucumber’s BDD approach for writing tests in plain language. This combination of Playwright with Cucumber enhances test readability and maintainability, making it easier to create robust, automated tests for web applications.

December 5, 2024

view count90869 Views

Read time20 Min Read

Playwright TestingAutomationTutorial

Getting Started With Playwright Recorder

Test automation can be time-consuming, even for the most experienced programmers. Developing and maintaining complex scripts requires extreme accuracy, which can slow down workflows, especially as the number of tests increases with project size.

November 28, 2024

view count113140 Views

Read time16 Min Read

How To Find Elements Using Playwright Locators

Playwright TestingAutomationTutorial

How to Use Playwright Locators: A Detailed Guide

Locators are one of the most effective ways to locate elements for web testing. They provide automatic waiting and retry features, making it simple for developers and testers to find and interact with specific elements on a web page, ensuring test scripts work smoothly with those elements. Playwright, one of the most commonly used frameworks … Continue reading How to Use Playwright Locators: A Detailed Guide

August 1, 2024

view count406597 Views

Read time24 Min Read

AutomationPlaywright TestingSelenium PythonTutorial

What Is Hypothesis Testing in Python: A Hands-On Tutorial

In software testing, there is an approach known as property-based testing that leverages the concept of formal specification of code behavior and focuses on asserting properties that hold true for a wide range of inputs rather than individual test cases.

June 5, 2024

view count133546 Views

Read time28 Min Read

How to Use Playwright Wait For Navigation Methods

Playwright TestingAutomationTutorial

How to Use Playwright Wait For Navigation Methods

When users visit a website, they typically have to wait for it to load before interacting fully. This includes waiting for images, text, and other elements to appear. In web automation scripts, we need to replicate this waiting process. Playwright, a web automation testing framework, provides methods to wait for navigation, ensuring that automated tasks … Continue reading How to Use Playwright Wait For Navigation Methods

May 14, 2024

view count147770 Views

Read time22 Min Read

How to Scroll to an Element in Playwright

Playwright TestingAutomationTutorial

How to Scroll to an Element in Playwright

Creating visually stunning and interactive websites has become a norm in the dynamic landscape of web development. However, this has led to the proliferation of content-rich pages extending beyond the viewport’s confines.

January 11, 2024

view count154176 Views

Read time19 Min Read

How to Perform Screenshot Comparison in Playwright

Playwright TestingAutomationTutorial

How to Perform Playwright Screenshot Comparison

In the ever-evolving digital landscape, accessing the Internet and browsing websites has undergone significant transformations. With the rise of laptops, mobile devices, and an array of screen sizes and resolutions, how we engage with the web has evolved considerably.

November 6, 2023

view count142309 Views

Read time25 Min Read

Cypress vs Playwright: A Detailed Comparison

AutomationCypress TestingPlaywright Testing

Cypress vs Playwright: A Detailed Comparison

When I first started my journey in test automation, my toolset primarily consisted of either Selenium IDE or Quick Test Professional. After that, Selenium WebDriver and Java became part of my toolbox, and I have used them for several years.

September 19, 2023

view count229986 Views

Read time36 Min Read

Playwright Inspector

Playwright TestingTutorial

How To Use Playwright Inspector For Debugging

Debugging is the process of identifying and resolving errors or bugs in software. In web automation testing, debugging plays a crucial role in ensuring the reliability and accuracy of automated tests.

May 19, 2023

view count169052 Views

Read time33 Min Read

How To Use Playwright For Web Scraping with Python

Selenium PythonPlaywright TestingTutorial

How To Use Playwright For Web Scraping with Python

In today’s data-driven world, the ability to access and analyze large amounts of data can give researchers, businesses & organizations a competitive edge. One of the most important & free sources of this data is the Internet, which can be accessed and mined through web scraping.

January 4, 2023

view count72685 Views

Read time29 Min Read