Accessibility Testing in Playwright Python

 In the previous article, we discussed accessibility testing in Selenium Python. In this article, I would like to share the implementation of Accessibility Testing in Playwright using Python programming language. The following are the prerequisites: Install Python 3.8 and above (reference: https://www.python.org/downloads/) and configure it in the system environment variable. Install PyCharm or any IDE that... Continue Reading →

Accessibility Testing in Playwright Java

   We discussed more details about accessibility testing, its importance, and the need in the article Accessibility Testing Approaches. In this article, I would like to share the implementation of Accessibility Testing in Playwright using Java programming language. The following are the prerequisites: Install Java SDK 11 and above. Install Eclipse or IntelliJ IDEA IDEs. Add... Continue Reading →

Miniature Framework for API Automation using Playwright with Python

   We know that API testing is important for ensuring that the application API performs as expected when faced with a wide variety of expected and unexpected requests. Playwright can be used to get access to the REST API of the application. In this article, I would like to share a miniature framework for API test automation... Continue Reading →

Behave with Playwright

   As we know, Behavior-Driven Development (BDD) is an agile software development technique that encourages collaboration between developers, QA, and business participants. Behave is a Python Behavior Driven Development framework, we can generate BDD tests using Behave and automate them using Playwright simultaneously. In this article, I would like to share the implementation part of Behave with Playwright automation. Prerequisites: Create a new Python... Continue Reading →

Miniature Framework for UI Automation using Playwright with Python

   We know that Protractor has been one of the most popular JavaScript end-to-end automation testing frameworks but it was deprecated by the end of 2022. Playwright is one of the alternatives to Protractor. Microsoft contributors developed an open-source test automation library to automate Chromium, Firefox, and WebKit with a single API. Playwright supports Java, Python,... Continue Reading →

Create a website or blog at WordPress.com

Up ↑