Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is NUNIT Test Project.
Is it class file. It can run with windows, linux and also Mac. What is it. Please elaborate

What I have tried:

Just querying about a project defined in "create new project" page of visual studio
Posted
Updated 11-Feb-21 3:16am

Quote:
NUnit is an open-source unit testing framework for the .NET Framework and Mono.
NUnit - Wikipedia[^]

Although you might get the impression that you must use Unit tests when you hear some "experts" talking, I think it depends on the situation and how your software is composed.
I'm in working in a very small development team that has to maintain hundreds of projects and Unit testing is simply too time consuming for us, when a project changes usually the unit tests have to be updated too which is problematic too say the least.
 
Share this answer
 
v2
Comments
Member 12712527 11-Feb-21 9:09am    
What do you mean by unit testing framework
RickZeeland 11-Feb-21 9:10am    
Click the link :)
Member 12712527 11-Feb-21 9:12am    
Link not showing
RickZeeland 11-Feb-21 9:17am    
https://en.wikipedia.org/wiki/NUnit
Browse Web for more details for these kind of questions.

NUnit is an Unit Testing Framework for .NET. xUnit & MSTest are few more frameworks for .NET[^]

Unit testing - Wikipedia[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900