Category Archives: Selenium C#

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 count147953 Views

Read time18 Min Read

Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial] (2)

AutomationSelenium C#Tutorial

Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial]

With the rise of Agile, teams have been trying to minimize the gap between the stakeholders and the development team.

October 14, 2022

view count275145 Views

Read time16 Min Read

How To Select Dropdown In Selenium C#?

Selenium C#AutomationTutorial

How To Select Dropdown In Selenium C#

Dropdowns and multi-selects are extremely common in today’s web pages. Dropdowns can be a great option to allow your users to choose from several options without having to scroll through a whole page.

July 8, 2022

view count307613 Views

Read time15 Min Read

How To Start Running Automated Testing with Selenium C#

Selenium C#AutomationTutorial

How To Start Running Automated Tests With Selenium C#

The Selenium framework itself is a set of different tools, but the most popular and the most useful to new and experienced testers alike is WebDriver. Selenium WebDriver is a free and open-source tool that allows you to interact with a website for web automation testing.

June 17, 2022

view count181209 Views

Read time12 Min Read

Scraping Dynamic Web Pages

Selenium C#Tutorial

Guide To Scraping Dynamic Web Pages Using Selenium And C#

Today’s websites are a lot different from yesteryears, where content on a majority of the websites is dynamic in nature. The content in dynamic pages varies from one user request to another based on the website visitor’s actions.

March 29, 2021

view count215201 Views

Read time17 Min Read

Selenium C#AutomationTutorial

NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks

One of the most challenging things to do is ‘making the right choice.’ Arriving at a decision becomes even more complicated when there are multiple options in front of you☺.

March 22, 2021

view count441051 Views

Read time24 Min Read

XUnit Parameterized Tests Tutorial: Selenium Testing

AutomationSelenium C#Tutorial

Best XUnit Parameterized Tests Tutorial: Selenium Testing

When a developer comes up with unit tests, there are multiple ways through which they try to optimize the test code. Reduction of code size by reusing the existing code is one way of achieving the same.

March 18, 2021

view count299503 Views

Read time10 Min Read

MSTests

Selenium C#AutomationTutorial

Most Complete MSTest Framework Tutorial Using .Net Core

With the advent of programming languages like Python, Ruby on Rails, etc., there is thinking amongst the developer community that the C language is losing relevance.

March 6, 2021

view count241898 Views

Read time5 Min Read

Unit-Annotations-For-Selenium

Selenium C#AutomationTutorial

How To Use NUnit Annotations For Selenium Automation Testing?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. When it comes to using object-oriented programming languages for development & testing, C# is still considered a good choice by the developer community. MSTest/Visual Studio, xUnit.net, and NUnit are some of the top-most … Continue reading How To Use NUnit Annotations For Selenium Automation Testing?

March 1, 2021

view count128691 Views

Read time4 Min Read

Using Asserts In NUnit Using Selenium

Selenium C#Tutorial

How To Use Asserts In NUnit Using Selenium?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. When you are working on unit tests, there are scenarios where you wished that the execution should have stopped but alas, the most important part, ‘The Assertion,’ was missed.

February 8, 2021

view count65019 Views

Read time21 Min Read