Category Archives: Selenium C#

How to Generate Test Report In NUnit

Selenium C#AutomationTutorial

A Detailed Guide On How To Generate Test Report In NUnit

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Test reports are an integral part of any activity related to testing, whether it is automation testing or manual testing. Test reports help track how the activities related to automation testing have evolved … Continue reading A Detailed Guide On How To Generate Test Report In NUnit

December 15, 2020

view count127205 Views

Read time21 Min Read

Parameterized Tests With Examples

Selenium C#AutomationTutorial

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

view count152480 Views

Read time14 Min Read

Xunit testing tutorial

Selenium C#AutomationTutorial

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

view count77357 Views

Read time6 Min Read

SpecFlow Tutorial: A Guide to Automation Testing with C# and Selenium

AutomationSelenium 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

view count229836 Views

Read time24 Min Read

xUnit Testing Tutorial: Unit Testing With Selenium C#

AutomationSelenium 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

view count143145 Views

Read time25 Min Read

MSTest Tutorial

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

view count113153 Views

Read time7 Min Read

MSTest Setup Environment Tutorial: In 3 Easy Steps

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

view count87374 Views

Read time7 Min Read

Selenium Csharp Tutorial Introduction

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

view count88421 Views

Read time5 Min Read

Page‌ ‌Object‌ ‌Model‌ Tutorial With‌ ‌Examples‌

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

view count137010 Views

Read time16 Min Read

selenium-csharp-tutorial

AutomationSelenium C#Selenium TutorialTutorial

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

view count106259 Views

Read time8 Min Read