I am developing N-Tier architecture. I finished one module. I want to do unit testing for that module.
how can i do that. I am new to unit testing.
please help
thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sean StewartPosted Jan 29, 2012, 11:39 PM
http://www.asp.net/mvc/tutorials/older-versions/unit-testing/creating-unit-tests-for-asp-net-mvc-applications-cs
Avi HPosted Dec 13, 2011, 5:19 AM
You can download it here for free.
We have a webinar introducing ASP.NET unit testing as well.
Jean PaulPosted Nov 6, 2011, 9:55 AM
2. Right click on the method and you will get the menu option Create Unit Tests. Proceeding with the menu option the IDE will be generating necessary project for the module.
(Each module with a Test project - good to see)
3. Now you can follow the Unit Testing method.
Please refer: http://www.c-sharpcorner.com/uploadfile/satisharveti/introduction-to-unit-testing-framework-of-vs-2008-part-ii/default.aspx