User-166373564 posted
Hi tinuverma
Unit testing is a kind of testing done at the side of developer who develops the application. It is used to test the methods, properties, classes and assemblies. Unit testing is not the testing done by the quality assurance department.
If you want to make your test faster, you could learn relevant information about Integration Testing with NUnit,
# Unit Testing Using NUnit
http://www.codeproject.com/Articles/178635/Unit-Testing-Using-NUnit
#Integration Testing with NUnit
http://chrisoldwood.blogspot.com/2010/03/integration-testing-with-nunit.html
If you want to get more support about nunit test, I think you could get help from
NUnit – Test directly,
At the same time you could also consider use other test methods, such as MSTest, MSTest is a command line utility from Microsoft that executes unit tests created in Visual Studio 2005, Visual Studio 2008 or Visual Studio 2010, you can learn relevant
information about MSTest online,
hope it helpful to you,
With regards