Category Archives: Selenium C#

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 count272442 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 count301467 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 count177127 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 count211260 Views

Read time18 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 count427779 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 count297252 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 count236841 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 count123909 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 count61048 Views

Read time22 Min Read

etup-NUnit-Environment-With-Visual-Studio

Selenium C#Tutorial

NUnit Tutorial: Setting Up NUnit Environment With Visual Studio

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. NUnit is a popular open-source unit testing framework for C#. It is ported from the JUnit framework. It is one of the most popular test frameworks used for the development and execution of … Continue reading NUnit Tutorial: Setting Up NUnit Environment With Visual Studio

February 3, 2021

view count66067 Views

Read time9 Min Read