Hi,
Can anyone help me how to download and install NUnit and how to use it in MVC 5 application. I google for NUnit in MVC 5 application but I didn't understand what is the exact process.
Thanks
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.
Ramesh MaruthiPosted Oct 14, 2014, 6:32 PM
Try to install it from Nuget
Steps :
Right click on your project
Select manage Nuget Packages for solution and go to online option and type nunit in search box on the top right hand side and install to your project
for easy debugging test or run nunit test you have to install Nunit adapter
see this link once :
http://www.c-sharpcorner.com/UploadFile/vendettamit/learn-basic-unit-testing-with-vs2012-and-nunit/