Randeer SilvaTest-Driven Development Simplified with EF Core and In-Memory DatabaseIn my previous article…Dec 3
Robert DennysonxUnit vs NUnit vs MSTest: Choosing the Right Testing Framework for .NET ApplicationsChoosing the right unit testing framework for a .NET application can significantly impact the ease of testing, collaboration, and…Nov 2
Randeer SilvaEffective TDD for C# Applications with External Dependencies: A Practical Guide Using NUnitOct 27Oct 27
Naveen KolambageSpecflow: Test Automation — BDD and C# — Step by step guide (2024)Create a new specflow project in VisualStudio .Feb 12Feb 12
Emir KılınçPopular Testing Framework Benchmarking of .NetBasics of Unit Testing and MSTest, NUnit, XUnit BenchmarkSep 6Sep 6
Randeer SilvaTest-Driven Development Simplified with EF Core and In-Memory DatabaseIn my previous article…Dec 3
Robert DennysonxUnit vs NUnit vs MSTest: Choosing the Right Testing Framework for .NET ApplicationsChoosing the right unit testing framework for a .NET application can significantly impact the ease of testing, collaboration, and…Nov 2
Randeer SilvaEffective TDD for C# Applications with External Dependencies: A Practical Guide Using NUnitOct 27
Naveen KolambageSpecflow: Test Automation — BDD and C# — Step by step guide (2024)Create a new specflow project in VisualStudio .Feb 12
Emir KılınçPopular Testing Framework Benchmarking of .NetBasics of Unit Testing and MSTest, NUnit, XUnit BenchmarkSep 6
Tim MuirA Better NUnit RetryIn this post, I’ll show you how I created a more feature-rich version of NUnit’s [Retry] attribute, one that provides more benefits:Jan 30
Divyarajsinh DodiaA Deep Dive into NUnit: Annotations You Need to KnowNUnit is a popular open-source unit testing framework for .NET languages. It provides a comprehensive set of features and tools to…Jul 10
Divyarajsinh DodiaDefinitive Guide to Mastering Page Object Model in Selenium with C#In this continuation of our software testing series, we will dive into the Page Object Model (POM) in Selenium using C#. POM is a design…Jul 71