Test Results Update in Azure DevOps during Automation

   We know that the test execution and update of test results in the test management tool are important activities in the test execution life cycle. Updates to the test results of the regression suite will take more time if we are following the manual test case execution strategy. Better yet, we should have a stable... Continue Reading →

GraphQL API Automation

   We know that GraphQL is designed to make APIs fast, flexible, and developer-friendly. It can even be deployed within an integrated development environment (IDE) known as GraphiQL. As an alternative to REST, GraphQL lets developers construct requests that pull data from multiple data sources in a single API call. It is a query language and... Continue Reading →

Trace Network Logs during Automation

   We know that network logs provide detailed information about network requests, responses, and any errors or anomalies encountered during communication between software components or systems. We can use these logs to identify and troubleshoot network-related issues such as timeouts, connectivity problems, or data transmission errors. Incorporating network log analysis into automated testing frameworks enables testers... Continue Reading →

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 →

Create a website or blog at WordPress.com

Up ↑