Best way to do TDD in express versions of visual studio(eg VB Express)

Posted by Nathan W on Stack Overflow See other posts from Stack Overflow or by Nathan W
Published on 2008-11-03T07:09:07Z Indexed on 2010/05/08 22:48 UTC
Read the original article Hit count: 198

Filed under:
|
|
|
|

I have been looking in to doing some test driven development for one of the applications that I'm currently writing(OLE wrapper for an OLE object). The only problem is that I am using the express versions of Visual Studio(for now), at the moment I am using VB express but sometimes I use C# express.

Is it possible to do TDD in the express versions? If so what are the bast was to go about it?

Cheers.

EDIT. By the looks of things I will have to buy the full visual studio so that I can do integrated TDD, hopefully there is money in the budget to buy a copy :). For now I think I will use Nunit like everyone is saying.

© Stack Overflow or respective owner

Related posts about testing

Related posts about unit-testing