C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jagan Mohan(1)
Rohit Gupta(1)
Chethan N(1)
Abdul Raheem(1)
Nagaraj M(1)
Vidya Vrat Agarwal(1)
Markus Kalina(1)
Resources
No resource found
Automated Code Coverage Implementation and Run MSTest or NUnit UnitTests With Parasoft Dot Test
Jun 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 It
Mar 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 NodaTime
Jan 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 Handler
Dec 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 SpecFlow
Nov 01, 2022.
In this article we will learn about BDD using specFlow.
Unit Test Automation With Visual Studio
Mar 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 I
Dec 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.