Thursday, August 16, 2007

Unit Testing in Visual Studio 2008 ('Orcas') - Professional Edition

The good word is that unit testing will be available in the professional editon of Visual Studio. This is a near mandatory feature in an IDE today, which most Java IDEs provide out-of-the-box; TDD in .NET would have been further along the road today if VS2005 Pro had included the unit testing feature.

Let's just hope that they don't provide unit testing while leaving out the code coverage feature! :P

1 comment:

dilan said...

They just had to do it, didn't they?

VS2008 shipped with unit tests, as promised... without code coverage.

If not for TestDriven.NET (http://www.testdriven.net) we'd pretty much be up the creek without the necessary rowing equipment... :P