Buenas,
one of the great innovations of Visual Studio 11 is the ability to work with multiple engines of definition and implementation of unit testing. If you have worked in migration to Team Foundation Server safe that you’ve found scenarios where there are large code bases that have unit testing with other engines that are not Microsoft MSTest.
The most common is NUnit, and in Team Foundation Server 2010 we could do a bit of magic using the Team Build Power Tools, but it was a bit craftsmanship.
Visual Studio 11 completely redesigned the way they work unit testing within the IDE, and in this way is easier to have support for engines such as xUnit, NUnit, etc.
If you want to have at hand some of these extensions, because you have to access the "shop online" extensions and from there select which suits our needs. For example, from the menu "Tools // Extension Manager", if we filters in Online Gallery by "Nunit" we will see something similar to the following:
Some interesting links are
- http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099?SRC = VSIDE
- http://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d?SRC = VSIDE
Saludos @ La Finca
El Bruno
Leave a comment