views:

2379

answers:

4

Is this possible? I am looking forward to a tutorial which explains the steps to achieve this.

+7  A: 
Marc Gravell
A: 

TestDriven.NET will also work very well with NCover. You can get some very nice html reports out of NCover, and you can integrate it with Nant.

Peter Marshall
A: 

Thanks for the responses. But, I am looking for a specific tutorial or equivalent, which will help me to:

  • do code coverage using Visual Studio Team System 2008 Developer Edition on an NUnit application
bhadra
step 1: install TestDriven.NET, step 2: right-click->Test->(various). What more do you want?
Marc Gravell
I've added a walkthrough to my reply
Marc Gravell
+2  A: 

Here's a tutorial on integrating NCover with MSBuild. Here's a tutorial on how to tell Team Build to fail a build when NCover reports code coverage below a minimum threshold. To my knowledge there isn't yet a way to publish your NCover results directly to the TFS data warehouse, but I'd love someone to prove me wrong.

Mike Post