Category Archives: Selenium C#
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
75899 Views
23 Min Read
NUnit Tutorial: Setting Up NUnit Environment With Visual Studio
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 tests with the .NET language.
February 3, 2021
78792 Views
10 Min Read
NUnit Tutorial: Parameterized Tests With Examples
Cross browser testing has become an integral part of the test process to ensure the product experience and behavior remains consistent across different combinations of web browsers, devices, and operating systems.
December 2, 2020
173929 Views
15 Min Read
XUnit Testing Tutorial: Running First Script in XUnit
In our earlier blog under the xUnit testing tutorial series, we had a look at setting up the xUnit.net framework (further referred as xUnit) in Visual Studio 2019 (VS 2019). Today our core focus is on Selenium test automation with C#.
October 16, 2020
86681 Views
8 Min Read
SpecFlow Tutorial: A Guide to Automation Testing with C# and Selenium
The entire cycle of software design, development, and testing is pretty complicated. Each team works towards a common goal i.e. success of the rollout, which totally depends on the quality of work done.
August 28, 2020
251037 Views
25 Min Read
xUnit Testing Tutorial: Unit Testing With Selenium C#
Learn automated browser testing with xUnit, Selenium, and C#; from beginner to advanced, covering setup and best practices for reliable tests
July 22, 2020
159133 Views
34 Min Read
AutomationSelenium C#Selenium TutorialTutorial
MSTest Tutorial: Running First Selenium Automation Script
MSTest is the default test automation framework which comes bundled with Visual Studio. It started out as a command-line tool for executing tests and was referred as Visual Studio Unit Testing Framework; however the name MSTest is more synonymous with the developers.
June 4, 2020
124969 Views
14 Min Read
AutomationSelenium C#Selenium TutorialTutorial
MSTest Setup Tutorial: Environment For Selenium Testing
MSTest setup is a popular open-source test framework that is shipped along with the Visual Studio IDE. It is also referred to as Visual Studio Unit Testing Framework. However, MSTest Setup is more synonymous within the developer community.
May 20, 2020
97700 Views
7 Min Read
AutomationSelenium C#Selenium Tutorial
A Detailed Guide Tutorial On Selenium C#
As per, Stack Overflow Annual Developer Survey 2019, C# is one of the most loved programming languages with 67% and is also deemed to be one of the most popular languages with 31% votes from all the respondents.
May 19, 2020
97696 Views
5 Min Read
AutomationSelenium C#Selenium TutorialTutorial
Selenium C#: Page Object Model Tutorial With Examples
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium C# Tutorial. While writing Selenium test automation scripts, it is important to make sure that your test scripts are scalable and can keep up with any changes in the UI of your web page.
April 24, 2020
153234 Views
16 Min Read









