By ScottG
via dotnetcurry.com
Submitted: Jun 01 2008 / 23:57
Unit testing is to test the custom code unit immediately after it is created or even as a part of its creation process. The reason to do the unit testing is to catch the errors in the code at an early stage. This improves the overall quality of the application being created. In this article, we will explore Unit Testing using VSTS
Add your comment