All posts by Andreea Draniceanu

About Andreea Draniceanu

I’m a software QA engineer based in Romania. I’ve been in the software industry for over 10 years. My current focus is UI test automation with C#, but I love exploring all QA-related areas and sharing my knowledge.

Follow me on:

Blogs: 12

Best C# Testing Frameworks In 2023

Selenium C#Automation

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

view count103619 Views

Read time19 Min Read

Selenium C#AutomationTutorial

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

view count142394 Views

Read time17 Min Read

Selenium C#AutomationTutorial

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

view count153146 Views

Read time18 Min Read

How to Run Multiple NUnit Test Cases feature image

AutomationSelenium 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

view count248374 Views

Read time17 Min Read

IWebDriver Browser Commands feature

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

view count244499 Views

Read time15 Min Read

Selenium

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

view count82958 Views

Read time13 Min Read

How To Use WebDriverWait In Selenium C#

AutomationSelenium C#

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

view count179110 Views

Read time18 Min Read

How To Refresh Page Using Selenium C#

Selenium C#AutomationTutorial

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

view count226891 Views

Read time8 Min Read

How To Use driver.FindElement And driver.FindElements In Selenium C#

Selenium C#AutomationTutorial

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

view count143867 Views

Read time18 Min Read

Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial] (2)

AutomationSelenium 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

view count272446 Views

Read time16 Min Read