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 →

Dockerize Selenium C# Automation Project

   I had a requirement to execute the Selenium C# NUnit scripts in Docker containers. We know that Docker is a software framework for building, running, and managing containers on servers and the cloud. Docker gives you the best because you can run your tests in containers or isolate them in development and deployment. By taking... Continue Reading →

SpecFlow with Selenium and Living Doc

   We know that SpecFlow is an open-source Behavior-Driven Development testing framework for .NET applications. We can generate BDD tests using SpecFlow and automate them using Selenium at the same time. In this article, I would like to share the implementation part of SpecFlow and the Living Doc along with Selenium automation. Prerequisites: The following packages are... Continue Reading →

Selenium C# – Test Automation Guide

     Entry of Automation changed everything in the innovative world; anyone can automate applications from different corners in the world. In today's business environment, companies are expected to do more and deliver higher quality applications in lesser time with fewer resources. Nowadays, competitions are happening in between the companies to develop secure, faster and... Continue Reading →

Selenium Automation using C# (NUnit)

     In the previous post, we discussed about Selenium C# and MSTest framework. Another day, I got an opportunity to write selenium automation using C# language and NUnit framework. Prior to scripting, I started the configuration from the scratch to achieve my selenium scripting using C# and NUnit. Here I would like to share... Continue Reading →

Create a website or blog at WordPress.com

Up ↑