Visual Studio 2010 Unit tests are divided into seven parts: normal unit testing, sequential unit testing, stress testing, generic testing, database testing, UI interface testing, and Web performance testing. One of the Visual Studio 2010 Unit tests---Common Unit test: http://blog.csdn.net/tjvictor/archive/2011/02/09/6175362.aspx Visual Studio 2010 Unit Test two---sequential unit test: http://blog.csdn.net/tjvictor/archive/2011/02/09/6175472.aspx Visual Studio 2010 Unit Test Three---stress test: http://blog.csdn.net/tjvictor/archive/2011/02/09/6175477.aspx Visual Studio 2010 Unit test Four---Generic test: http://blog.csdn.net/tjvictor/archive/2011/02/09/6175485.aspx Visual Studio 2010 Unit Test Five---database test: http://blog.csdn.net/tjvictor/archive/2011/02/09/6175491.aspx Visual Studio 2010 Unit test of the six---UI interface test: http://blog.csdn.net/tjvictor/archive/2011/02/09/6175499.aspx
Automation Testing in VS2010 (5)--web performance Test (2)
Automation Testing in VS2010 (4)--web performance test (1)
Automated testing in VS2010 (3)-data-driven unit testing
Automated testing in VS2010 (2)--unit test
Automated testing in VS2010 (1) test management tools in--vs2010
Walkthrough: Creating and Running a unit test
Http://msdn.microsoft.com/zh-cn/library/ms182532.aspx
How to: Create and run unit tests
Http://msdn.microsoft.com/zh-cn/library/dd286656.aspx
Unit Test Analysis
Http://msdn.microsoft.com/zh-cn/library/ms182517.aspx
Using the Assert class
http://msdn.microsoft.com/zh-cn/library/ms182530 (v=vs.100). aspx
Walkthrough: Running a Test and viewing code coverage
Http://msdn.microsoft.com/zh-cn/library/ms182534.aspx
Visual Studio 2010 Unit tests