Category Archives: Selenium C#
• Selenium C# • Automation • Tutorial
How To Use driver.FindElement And driver.FindElements In Selenium C#
One of the essential parts when performing automated UI testing, whether using Selenium or another framework, is identifying the correct web elements the tests will interact with.
December 20, 2022
147953 Views
18 Min Read
• Automation • Selenium 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
275145 Views
16 Min Read
• Selenium C# • Automation • Tutorial
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
307613 Views
15 Min Read
• Selenium C# • Automation • Tutorial
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
181209 Views
12 Min Read
• 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
215201 Views
17 Min Read
• Selenium C# • Automation • Tutorial
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
441051 Views
24 Min Read
• Automation • Selenium 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
299503 Views
10 Min Read
• Selenium C# • Automation • Tutorial
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
241898 Views
5 Min Read
• Selenium C# • Automation • Tutorial
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
128691 Views
4 Min Read
• 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
65019 Views
21 Min Read