36 articles found in Selenium C#
Selenium WebDriver commands are the methods used to run your Selenium test automation scripts. Here are the different commands you'd need to automate browser actions.

Himanshu Sheth
February 11, 2026
32 min read
Discover these C# testing frameworks for 2026 and streamline your test automation in building high-quality web and mobile applications.
Andreea Draniceanu
February 8, 2026
37 min read
Explore the top Selenium C# frameworks for automation testing in 2026, including NUnit, xUnit, and MSTest, to enhance your testing efficiency.

Himanshu Sheth
February 8, 2026
33 min read
Learn how to switch and handle, frames and iframes using switchto method for automated browser testing. with this Selenium C# tutorial with examples on handling.

Himanshu Sheth
January 31, 2026
18 min read
Learn how to handle multiple windows in Selenium C# along with some Selenium test automation examples.

Himanshu Sheth
January 31, 2026
18 min read
Avoid code duplication and improve test maintenance with Page object model. Read now to learn how to implement POM design pattern with this Selelniumm C# tutorial.

Himanshu Sheth
January 27, 2026
31 min read
The ScenarioContext class is a shared context object used in SpecFlow to share data between different steps and scenarios. This tutorial demonstrates using SpecFlow and ScenarioContext to share data between steps.
Andreea Draniceanu
January 21, 2026
30 min read
This Selenium C# tutorial covers the main steps for getting started with a test automation project, from selecting the testing framework to identifying the WebElements, interacting with them, and adding validations.
Andreea Draniceanu
January 21, 2026
24 min read
Learn about the MSTest Framework using .Net Core in Selenium C# and the aspects related to cross browser testing and parallel testing in this MSTest tutorial.

Himanshu Sheth
January 13, 2026
30 min read
Learn to scroll down in Selenium C# using JavaScriptExecutor for precise scrolling and effective WebElement interaction.
Andreea Draniceanu
January 13, 2026
21 min read
In this tutorial, you will learn about generating NUnit reports along with some new features and advantages of ExtentReports.

Himanshu Sheth
January 13, 2026
27 min read
NUnit provides methods to run multiple test cases, saving time and while ensuring high code quality. In this tutorial, learn how to run multiple NUnit test cases in parallel.
Andreea Draniceanu
January 13, 2026
26 min read
In this Selenium C# tutorial, you will learn about the IWebDriver browser commands in C# and how to use them effectively in your testing efforts.
Andreea Draniceanu
January 13, 2026
25 min read
Learn how to effectively use WebDriverWait Selenium test automation with this tutorial. Improve your C# test automation skills now with WebDriverWait Selenium!
Andreea Draniceanu
January 13, 2026
24 min read
This tutorial guides you through how to refresh pages using Selenium C#
Andreea Draniceanu
January 13, 2026
16 min read
This Selenium C# tutorial guides you through how to use driver.FindElement and driver.FindElements in Selenium C#
Andreea Draniceanu
January 13, 2026
28 min read
This SpecFlow automation tutorial demonstrates how a BDD test can be written using SpecFlow and Selenium C# and run it on the cloud Selenium Grid like TestMu AI (Formerly LambdaTest) with SpecFlow Actions.
Andreea Draniceanu
January 13, 2026
26 min read
Explore the battle of NUnit, xUnit, and MSTest. A detailed comparison of unit testing frameworks in C#. Make the right choice!

Himanshu Sheth
January 13, 2026
39 min read
XUnit Parameterized tests allow testers to run the same test a few times using different values. Find out how you can do this in xUnit with InlineData, MemberData, and ClassData.

Himanshu Sheth
January 13, 2026
16 min read
Learn how to use annotations in NUnit for Selenium-based automation testing. We will look at an example for each annotation along with their attributes.

Himanshu Sheth
January 13, 2026
39 min read
In this NUnit tutorial, you will learn how to use different asserts in NUnit and see how they are helpful in Selenium automation testing.

Himanshu Sheth
January 13, 2026
33 min read
Want to setup NUnit environment for your first test? In this NUnit tutorial, you will learn to setup a test runner and Selenium WebDriver with Visual Studio for NUnit test case development.

Himanshu Sheth
January 13, 2026
15 min read
Learn NUnit parameterized tests with examples for efficient cross-browser testing by testing code against different input values for a better web experience.

Himanshu Sheth
January 13, 2026
24 min read
Moving on with our xUnit testing tutorial series, this blog will guide you in using xUnit testing framework with Selenium C#.

Himanshu Sheth
January 13, 2026
12 min read
Using SpecFlow with Selenium C# is a crucial part of automation testing with Selenium, this SpecFlow tutorial will guide you through the entire process.

Himanshu Sheth
January 13, 2026
40 min read
xUnit is an open-source unit testing framework for .NET. This xUnit testing tutorial will help you learn how to run unit testing with Selenium C#.

Himanshu Sheth
January 13, 2026
46 min read
MSTest is a widely used test automation framework used with Visual Studio. Learn how to run your first MSTest script for Selenium automation with this tutorial!

Himanshu Sheth
January 13, 2026
19 min read
MSTest is a popular open-source testing framework shipped along Visual Studio. Learn how to do MSTest setup with visual studio or by package manager commands.

Himanshu Sheth
January 13, 2026
10 min read
For C# fans who want to automate testing efforts using Selenium, here's a compilation of our Selenium C# tutorials to help you on the journey to an expert!

Himanshu Sheth
January 13, 2026
8 min read
This Selenium C# tutorial, learn how to perform operations & handle alert windows in Selenium using C# with examples on handling accept, dismiss, and SendKeys.

Himanshu Sheth
January 13, 2026
15 min read
We will talk about what are Selenium waits, why are they important, & how to implement an Implicit Wait in Selenium C# with examples.

Himanshu Sheth
January 13, 2026
12 min read
Find element by text in Selenium C# with the XPath locator strategy can be used to locate elements based on its visible text. Learn more!
Andreea Draniceanu
January 11, 2026
29 min read
This Selenium C# tutorial guides you through how to select dropdown in Selenium C# and multiple select menus.
Andreea Draniceanu
January 11, 2026
22 min read
Learn how to scrape dynamic web pages in this complete guide. Discover several scraping dynamic page strategies and tools to easily and efficiently collect data.

Himanshu Sheth
January 11, 2026
28 min read
Learn what explicit and fluent wait is in Selenium. See examples on how to implement them for your test automation scripts in Selenium C#. Read more.

Himanshu Sheth
January 11, 2026
20 min read
In this Selenium C# tutorial, we are going to help you set up Selenium in Visual Studio and run your first Selenium C# example script for automated browser testing of your web-application.

Himanshu Sheth
January 11, 2026
12 min read