Accessibility Testing in Playwright JavaScript

In the previous article, we discussed accessibility testing in Playwright C#. In this article, I would like to share the implementation of accessibility testing in Playwright using the JavaScript programming language. The following are the prerequisites: Install Visual Studio Code (https://code.visualstudio.com/download). Create a new project. Add the following packages to the package.json: @playwright/test exceljs @axe-core/playwright... Continue Reading →

Accessibility Testing in Playwright C#

In the previous article, we discussed accessibility testing in Selenium C#. In this article, I would like to share the implementation of accessibility testing in Playwright using the C# programming language. The following are the prerequisites: Install Visual Studio (https://visualstudio.microsoft.com/downloads/) or Visual Studio Code (https://code.visualstudio.com/download). Make sure that you have installed the latest version of... Continue Reading →

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 →

Create a website or blog at WordPress.com

Up ↑