Is there any support for unit testing in Visual Studio 2005? After googling for some time, I found out that we can do unit testing with Visual Studio Team System, but I do not have it.
开发者_JS百科I cannot install NUnit also because of some stupid rules of my organization. Does anyone knows how to do unit testing in Visual Studio?
Many Thanks
If you can't use NUnit (and presumably MBUnit etc.), then you have two options: upgrade to VS2005 Team System or VS2008 Professional. Sure, it will possibly cost money, but if challenged when presenting your case to the manager, point out that their "policy" is what's costing them the money.
If you upgrade to VS 2008, they changed their stance and included unit testing in the non Team suite level versions of the IDE.
精彩评论