Resources  
  • Automated Code Coverage Implementation and Run MSTest or NUnit UnitTests With Parasoft Dot TestJun 12, 2015. In this article you will learn about Automated Code Coverage Implementation and Run Ms Test or NUnit Unit Tests with Parasoft dot Test.
  • Monkey Patching in Python: What It Is and How to Use ItMar 29, 2026. Learn what monkey patching in Python is and how to use it safely in real projects. This practical guide shows what monkey patching does, how it works, when to use it, and how to avoid common mistakes.
  • Creating Unit Test project for NodaTimeJan 09, 2024. Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testing with xUnit. It provides step-by-step instructions, code snippets, and explanations for implementing and testing NodaTime functionalities, promoting robust and maintainable software development.
  • Implementing Unit Test .Net Core Application Using CQRS HandlerDec 15, 2023. Unit testing Dot Net Core using CQRS Architecture. This article delves into testing .Net Core API projects using the XUnit testing framework. Demonstrating unit tests for a CQRS architecture, it covers arrangement, action, and assertion phases with mocking and examples.
  • BDD In C# Using SpecFlowNov 01, 2022. In this article we will learn about BDD using specFlow.
  • Unit Test Automation With Visual StudioMar 25, 2013. Microsoft Visual Studio and .NET has its own UnitTest framework that is separate from the NUnit or other automation testing frameworks.
  • NUnit for people who can't cook - Part IDec 13, 2001. This article should l help C# user to get the most out of NUnit. Therefore, we are going to cover not only the usage of NUnit , but also the small tricks on how to set it up most efficiently.