Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 797
Nathan W Avatar asked Nov 03 '08 07:11

Nathan W


1 Answers

Nunit seems to work independently, why not try it with the express versions of Visual Studio?

It looks like you have to use the test dlls outside of VS , from the Nunit GUI.

like image 195
gimel Avatar answered Sep 28 '22 22:09

gimel