Category Archives: Selenium C#

Top 28 Selenium WebDriver Commands in NUnit For Test Automation

AutomationSelenium C#Selenium TutorialTutorial

Top 28 Selenium WebDriver Commands in NUnit For Test Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Selenium Framework interacts with the web browser via the Selenium WebDriver commands. It does so with the help of certain Selenium WebDriver commands to automate browser actions such as open, close or maximise

March 7, 2024

view count199346 Views

Read time11 Min Read

Best C# Testing Frameworks In 2023

Selenium C#Automation

Best C# Testing Frameworks In 2024

Test automation has become an essential element of the Software Development Life Cycle, helping developers and quality assurance teams to simplify their testing processes, accelerate delivery, and increase efficiency.

February 29, 2024

view count99816 Views

Read time19 Min Read

Selenium C#AutomationTutorial

A Beginner’s Guide To SpecFlow ScenarioContext

SpecFlow is a great .NET testing framework for a BDD test-first approach. It uses plain and readable language to describe the behavior of the software, which both technical and non-technical staff can understand.

January 9, 2024

view count139949 Views

Read time17 Min Read

Selenium C#AutomationTutorial

How to Find Element by Text in Selenium C#

Selenium is a robust open-source framework for automating web browsers and is used by many software testers and developers to ensure the functionality and performance of their web applications.

October 26, 2023

view count150257 Views

Read time18 Min Read

How to Run Multiple NUnit Test Cases feature image

AutomationSelenium C#Tutorial

How to Run Multiple NUnit Test Cases

When it comes to automated testing in .NET, the NUnit framework is a go-to choice due to its simplicity and robust set of features. In this blog, I will show you how to run multiple test cases in NUnit and Selenium.

October 9, 2023

view count245765 Views

Read time17 Min Read

IWebDriver Browser Commands feature

Selenium C#Tutorial

IWebDriver Browser Commands In Selenium C#: A Detailed Guide

Selenium WebDriver is a popular tool for automating web application testing, and it supports various programming languages, including C#.

April 25, 2023

view count242059 Views

Read time15 Min Read

Selenium

Selenium C#Tutorial

How To Scroll Down A Page In Selenium WebDriver Using C#

To scroll up or down means to move below or above a particular webpage navigating through text or graphic which it contains.Scrolling up or down, and even horizontally, is quite common when navigating a web page. In test automation, this becomes important when you want to check that all the expected elements are displayed on … Continue reading How To Scroll Down A Page In Selenium WebDriver Using C#

March 15, 2023

view count81932 Views

Read time13 Min Read

How To Use WebDriverWait In Selenium C#

AutomationSelenium C#

How To Use WebDriverWait In Selenium C#

The more you work with Selenium automation, the more you will come across various exceptions, such as NoSuchElementException (when an element is not visible on the page) or StaleElementReferenceException.

February 10, 2023

view count177642 Views

Read time18 Min Read

How To Refresh Page Using Selenium C#

Selenium C#AutomationTutorial

How To Refresh Page Using Selenium C# [Complete Tutorial]

When working on web automation with Selenium, I encountered scenarios where I needed to refresh pages from time to time.

January 6, 2023

view count225888 Views

Read time8 Min Read

How To Use driver.FindElement And driver.FindElements In Selenium C#

Selenium C#AutomationTutorial

How To Use driver.FindElement And driver.FindElements In Selenium C#

One of the essential parts when performing automated UI testing, whether using Selenium or another framework, is identifying the correct web elements the tests will interact with.

December 20, 2022

view count143053 Views

Read time18 Min Read