Is this possible? I am looking forward to a tutorial which explains the steps to achieve this.
|
3
|
|||
|
|
|
TestDriven.NET has the ability to test (NUnit/MSTest/etc) with Team Coverage (which you already have since you have Team System : Dev). Walkthrough: here (you also get the coverage results window for looking at the coverage per method) - but this says it all:
You can use NUnit tests, but use the MS IDE integration for colorization, percentagaes, etc (no need for NCover). I use this all the time ;-p The advantages are:
|
|||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
Thanks for the responses. But, I am looking for a specific tutorial or equivalent, which will help me to:
|
||||
|
