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 Selenium C#

 In the previous article, we discussed accessibility testing in Playwright Python. In this article, I would like to share the implementation of accessibility testing in Selenium using 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 .Net... 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 Selenium Python

   In the previous article, we discussed accessibility testing in Playwright Java. In this article, I would like to share the implementation of Accessibility Testing in Selenium 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 →

Create a website or blog at WordPress.com

Up ↑