visual studio 2008 - Is there any advantages in using VS2010 for TDD vs VS2008? -


I want to push my management to migrate to VS 2010 soon. The new facility in our project has to be transferred to TDD.

I have to understand that TDD and VS-2010 are endless benefits of migrating together.

What really?

What can be used in the case of VS 2008 Pro versus VS 2010 Pro - Unit Testing?

(sorry for the dumb question, but the project manager is not very bright, so I have to go down to my level: - P)

Yes, the advantages are MDC pattern better suited for TDD. And with Visual Studio 2010 you will automatically remove new classes while writing your unit tests.

More details here:

- Capital


Comments