How to do unit testing in Visual Studio 2005?

Is there support for unit testing in Visual Studio 2005? Some time later, I found out that we can conduct unit testing using the Visual Studio Team System, but I don’t have it.

I cannot install NUnit either because of some stupid rules of my organization. Does anyone know how to do unit testing in Visual Studio?

Many thanks

+3
source share
2 answers

If you upgrade to VS 2008, they have changed their position and included unit testing in versions of the IDE version other than Team Suite.

0
source

NUnit ( MBUnit ..), : VS2005 Team System VS2008 Professional. , , , , "" - , .

+5

Source: https://habr.com/ru/post/1723459/


All Articles