Category Archives: Selenium C#
• 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
70128 Views
9 Min Read
• Selenium C# • Automation • Tutorial
NUnit Tutorial: Parameterized Tests With Examples
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. 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
160986 Views
14 Min Read
• Selenium C# • Automation • Tutorial
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
79432 Views
6 Min Read
• Automation • Selenium C# • Tutorial
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
236576 Views
23 Min Read
• Automation • Selenium C# • Tutorial
xUnit Testing Tutorial: Unit Testing With Selenium C#
When you are developing a consumer web product, you would have come across scenarios where some functionalities do not work on certain browsers, operating systems, or devices.
July 22, 2020
147092 Views
25 Min Read
• Automation • Selenium C# • Selenium Tutorial • Tutorial
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
116535 Views
7 Min Read
• Automation • Selenium C# • Selenium Tutorial • Tutorial
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
90308 Views
7 Min Read
• Automation • Selenium 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
91233 Views
5 Min Read
• Automation • Selenium C# • Selenium Tutorial • Tutorial
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
142539 Views
16 Min Read
• Automation • Selenium C# • Selenium Tutorial • Tutorial
Selenium C# Tutorial: Handling Frames & iFrames 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. As an automation tester, one of the challenges you might face while writing your Selenium test automation scripts is handling frames or iFrames in Selenium while performing automated browser testing.
April 16, 2020
111148 Views
8 Min Read