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

前端 未结 8 1297
独厮守ぢ
独厮守ぢ 2020-12-16 16:18

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

8条回答
  •  误落风尘
    2020-12-16 17:04

    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.

提交回复
热议问题