I am using C # + .Net 4.0 + VSTS 2010. I am wondering if Nunit is the best and easiest to learn unit test tool for this platform (C # + .Net 4.0 + VSTS 2010)? If so, I want to learn the basics of Nunit, and also learn how to create a code coverage report based on a Nunit result (for example, a code coverage report to show which function has been tested, which function has not been verified, how many lines have been verified.)
Any recommended tutorials for Nunit and beginner code coverage?
source
share