VS 2005 Unit Testing - Sign the blogtition

I’m joining the blogtition (yes, I made this word up) started by Peter Provost.

Unit Testing support should be included with all versions of Visual Studio 2005 and not just with Team System.

I using VS 2005 Beta 2 and the built-in unit testing framework. I’m trying to get familiar with it, because there is value in having all the team systems products (code coverage, static analysis, source control, and unit testing ) rolled up together. However, I prefer to work with one unit testing framework. I don’t really care which one, NUnit or Microsoft’s flavor, I just want one. The way it is now: If I’m using VSTS use Microsoft’s, else use NUnit.

I’m not going to install VS.NET Professional for a few more weeks, since I want to spend more time with Microsoft’s unit testing framework, but I have to wonder, is it worth it?

posted @ Sunday, November 27, 2005 12:26 PM

Print

Comments on this entry:

# re: VS 2005 Unit Testing - Sign the blogtition

Left by Nick Parker at 11/27/2005 11:25 AM
Gravatar

I might suggest Test Driven.NET 2.0 beta, as it integrates nicely with Visual Studio 2005 Professional and supports NUnit, MbUnit and the Visual Studio Testing framework.

Comments have been closed on this topic.