Is this possible? I am looking forward to a tutorial which explains the steps to achieve this.
views:
2379answers:
4
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
2008-10-22 09:49:48
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
2008-10-22 10:16:08
step 1: install TestDriven.NET, step 2: right-click->Test->(various). What more do you want?
Marc Gravell
2008-10-22 10:26:39
I've added a walkthrough to my reply
Marc Gravell
2008-10-22 10:30:40
+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
2008-11-06 00:17:40