#automation-testing
Read more stories on Hashnode
Articles with this tag
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...
Selenium is a robust open-source framework for automating web browsers and is used by many software testers and developers to ensure the functionality...
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...
Test automation has become an essential element of the Software Development Life Cycle, helping developers and quality assurance teams to simplify...
Selenium WebDriver is a popular tool for automating web application testing, and it supports various programming languages, including C#. Its primary...
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...