Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
Can any one explain detailed about unit testing and how to implement for C#. net windows application with small example
Posted

Please use search engines for such questions:
unit testing .net c#[^]
 
Share this answer
 
you should consider buying books to learn entry level stuff. Learning a term from a magazine and seeking a definition on the web is not the right way to learn.

It means having code that you run, which executes your code base and tests your assumptions of how it works. NUnit is a good place to start.
 
Share this answer
 
Reading a book will start you up.
 
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