Unit test tool in Visual Studio 2005 IDE
-
Hi All, How can I find a unit test tool that comes with Visual Studio 2005? when i tried to create a test for my method, when i right click on my mouse, i couldn't find "Create Unit Tests.." menu comes out. Are there any settings on VS2005 IDE. Thanks heaps.
-
Hi All, How can I find a unit test tool that comes with Visual Studio 2005? when i tried to create a test for my method, when i right click on my mouse, i couldn't find "Create Unit Tests.." menu comes out. Are there any settings on VS2005 IDE. Thanks heaps.
Which version of VS 2005 do you have? The built-in unit testing feature is only available for VS 2005 Team System, not for Pro or Standard or Express. In VS 2008 it's available for Pro as well. For VS 2005, if you don't have Team System, you'll have to use one of the open source unit testing libraries (which are generally better, btw), e.g., NUnit, MbUnit.
Kevin
-
Which version of VS 2005 do you have? The built-in unit testing feature is only available for VS 2005 Team System, not for Pro or Standard or Express. In VS 2008 it's available for Pro as well. For VS 2005, if you don't have Team System, you'll have to use one of the open source unit testing libraries (which are generally better, btw), e.g., NUnit, MbUnit.
Kevin