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 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 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 →

Test Automation Execution without TestNG XML

   We know that the testng.xml file is a configuration file that helps in organizing our tests. It allows testers to create and handle multiple test classes, define test suites and tests. Also, it makes a tester's job easier by controlling the execution of tests by putting all the test cases together and running them under one... Continue Reading →

Behave with Selenium

   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 Selenium at the same time. In this article, I would like to share the implementation... Continue Reading →

Create a website or blog at WordPress.com

Up ↑