Original: Visual Studio test Tool testdriven.net2.2
About testdriven.net article many, has the very detailed explanation, I am not very likely unit test only then each time to run the program to be able to debug to feel too troublesome, therefore looked for the related tool.
- Download:http://www.testdriven.net/downloads/TestDriven.NET-2.22.2468_Personal.zip, is the personal version, Professional Edition and Enterprise Edition all want Money ...... Official website:http://www.testdriven.net
Remember to close Visual Studio when you install it.
2. Use testdriven.net to test the class library, seemingly in the site project can not be tested.
- use Run Test (s): The Output window displays the result of the method, so remember to open the Output window.
- With Test With:debugger, the class library is compiled and stays at the breakpoint after it is run.
This means that the class library can debug classes without requiring the host program.
- other details see other information ... I don't want to copy---paste ....
3. Other information: http://www.testdriven.net/quickstart.aspx (Official quick Start)
http://www.cnblogs.com/stan0714/archive/2009/01/12/1374004.html
http://www.cnblogs.com/Terrylee/archive/2007/01/19/625162.html
Visual Studio Test Tool testdriven.net2.2