Category Archives: Selenium C#
• Selenium C# • Automation • Tutorial
How to Find Element by Text in Selenium C#
Selenium is a robust open-source framework for automating web browsers and is used by many software testers and developers to ensure the functionality and performance of their web applications.
October 26, 2023
142808 Views
18 Min Read
• Automation • Selenium C# • Tutorial
How to Run Multiple NUnit Test Cases
When it comes to automated testing in .NET, the NUnit framework is a go-to choice due to its simplicity and robust set of features. In this blog, I will show you how to run multiple test cases in NUnit and Selenium.
October 9, 2023
239097 Views
17 Min Read
Best C# Testing Frameworks In 2023
Test automation has become an essential element of the Software Development Life Cycle, helping developers and quality assurance teams to simplify their testing processes, accelerate delivery, and increase efficiency.
June 28, 2023
89361 Views
19 Min Read
• Selenium C# • Tutorial
IWebDriver Browser Commands In Selenium C#: A Detailed Guide
Selenium WebDriver is a popular tool for automating web application testing, and it supports various programming languages, including C#.
April 25, 2023
235375 Views
15 Min Read
• Selenium C# • Tutorial
How To Scroll Down A Page In Selenium WebDriver Using C#
To scroll up or down means to move below or above a particular webpage navigating through text or graphic which it contains.Scrolling up or down, and even horizontally, is quite common when navigating a web page. In test automation, this becomes important when you want to check that all the expected elements are displayed on … Continue reading How To Scroll Down A Page In Selenium WebDriver Using C#
March 15, 2023
75454 Views
13 Min Read
How To Use WebDriverWait In Selenium C#
The more you work with Selenium automation, the more you will come across various exceptions, such as NoSuchElementException (when an element is not visible on the page) or StaleElementReferenceException.
February 10, 2023
172732 Views
18 Min Read
• Selenium C# • Automation • Tutorial
How To Refresh Page Using Selenium C# [Complete Tutorial]
When working on web automation with Selenium, I encountered scenarios where I needed to refresh pages from time to time.
January 6, 2023
222966 Views
8 Min Read
• 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
140609 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
270239 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
296266 Views
15 Min Read