Category Archives: Selenium C#
SpecFlow Tutorial For Automation Testing With Selenium C#
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
205182 Views
24 Min Read
Guide On xUnit Framework For 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
126925 Views
25 Min Read
• Automation • Selenium C# • Selenium Tutorial
Top 28 Selenium WebDriver Commands in NUnit For Test Automation
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Selenium Framework interacts with the web browser via the Selenium WebDriver. It does so with the help of certain commands to automate browser actions such as open, close or maximise the browser window.
June 30, 2020
114325 Views
10 Min Read
• Automation • Selenium C# • Selenium 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
103759 Views
7 Min Read
• Automation • Selenium C# • Selenium Tutorial
MSTest Tutorial: Environment Setup For Selenium Testing
MSTest 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 is more synonymous within the developer community.
May 20, 2020
77175 Views
7 Min Read
• Automation • Selenium C# • Selenium Tutorial
Selenium C# Tutorial: Introduction
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
80041 Views
5 Min Read
• Automation • Selenium C# • Selenium 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
113830 Views
16 Min Read
• Automation • Selenium C# • Selenium 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
86467 Views
8 Min Read
• Automation • Selenium C# • Selenium Tutorial
Selenium C# Tutorial: Handling Multiple Browser Windows
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium C# Tutorial. A common scenario in a website (or web application) is opening up a new browser (or tab) on the click of a button. With this multiple browser windows can be automated using Selenium.
April 10, 2020
79369 Views
9 Min Read
• Automation • Selenium C# • Selenium Tutorial
Selenium C# Tutorial: Handling Alert Windows
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium C# Tutorial. Alert windows are pop-up windows that are extensively used across different types of websites or web applications. Alert window alerts the user and expects an action from the user post that alert.
April 3, 2020
70711 Views
7 Min Read