views:

54

answers:

1

I want to push our management to migrate to VS2010 sooner. The new feature in our project is to migrate to TDD.

I want to convince that there are endless benefits of migrating to TDD and VS2010 simultaneously.

Is there really?

VS2008 Pro vs VS2010 Pro - whats good can be used in terms of unit-testing?

(sorry for the dumb question but the project manager is not very bright so I have to move down to his level :-P).

+3  A: 

Yes there are advantages. The MVC pattern is better suited to TDD. And with Visual Studio 2010 it will automatically stub out new classes as you write your unit tests that reference them.

More details here: http://visualstudiomagazine.com/blogs/rdn-express/2009/06/test-driven-development-in-vs-2010.aspx

-Krip

Krip