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 tha
For unit testing you can use NUnit.
For code completion you can use NCover and NCoverExplorer.
All the above don't plug into Visual Studio Express but they do have their own UI. I normally run my tests using a batch script.