Akash Nagpalakashnagpal.hashnode.dev·Jan 18, 2024NUnit Tutorial: A Complete Guide With Examples and Best PracticesOVERVIEW NUnit is a popular open-source unit testing framework for C#. It is ported from the JUnit framework. It is used for the development and execution of tests with the .NET language. It also facilitates batch execution of tests through console r...Discussnunit
Davide Bellonecode4it.hashnode.dev·Dec 27, 2023C# Tip: Use TestCase to run similar unit tests with NUnitIn my opinion, Unit tests should be well structured and written even better than production code. In fact, Unit Tests act as a first level of documentation of what your code does and, if written properly, can be the key to fixing bugs quickly and wit...DiscussC# tipsC#
Andreea Draniceanuandreeadraniceanu.hashnode.dev·Oct 8, 2023How to Run Multiple NUnit Test CasesWhen 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. When working on complex projects, ...Discussautomation testing