All posts by Andreea Draniceanu
• Selenium C# • Tutorial
How to Scroll Down in Selenium C#
Scrolling is an essential feature in web applications, allowing users to navigate through content that can’t fit within a single view. To ensure a smooth user experience, it’s important to implement effective scrolling techniques.
September 10, 2024
177095 Views
15 Min Read
• Automation • Selenium Tutorial • Tutorial
How to Handle Actions Class in Selenium
Handling keyboard and mouse actions is essential for creating robust and comprehensive automated tests that mimic real user interactions.
June 12, 2024
326501 Views
23 Min Read
Best C# Testing Frameworks In 2024
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.
February 29, 2024
123483 Views
19 Min Read
• Selenium C# • Automation • Tutorial
A Beginner’s Guide To SpecFlow ScenarioContext
SpecFlow is a great .NET testing framework for a BDD test-first approach. It uses plain and readable language to describe the behavior of the software, which both technical and non-technical staff can understand.
January 9, 2024
154872 Views
17 Min Read
• 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
168151 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
258753 Views
17 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
252427 Views
15 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
187180 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
232855 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
148227 Views
18 Min Read