1
vote
2answers
672 views

Hudson with MSBuild and MSTest, how to get code coverage

Do you have some opinion for code coverage in Hudson.. Now i have build with Msbuild and MSTest and that's work. But for code coverage, i think i need some help. I have searched that somebody use ...
1
vote
1answer
198 views

MSTest code coverage file is too big, How to selectively generate code coverage

I have an MSTest code coverage setup in my visual studio project. However, when the code coverage runs, it generates a coverage file (data. coverage) that is too big. The reason being it scans for ...
2
votes
0answers
165 views

NCover (v3.4.18.6937) does not collect any coverage information when testing with Moles (v0.94) and MSTest (v10.0)

currently I am trying to get a code coverage with NCover for a MSTest assembly which uses Moles as Isolation framework. After hours of testing NCover does not gather any coverage information. I ...
1
vote
0answers
430 views

Unit Test/Code Coverage Warning & Error VS2010

I have a sample test project given to developers on my project team to learn how to use automated tests. When I run the set of unit tests that I have, they all pass but I receive the following ...
1
vote
0answers
129 views

Import NCover or Instrumentation .Coverage files back into TFS 2010. so it shows up in the build summary report

My project has their tests using the NUnit framework, specifically 2.5.9. My build process currently creates nunit xml files, and then I convert them into .trx and publish them into TFS using ...
1
vote
0answers
198 views

MS Test Code Coverage returning incorrect results

I have written a .Net 4 WPF app in the MVVM pattern and have written several unit tests for the app. I enabled code coverage and enabled instrumentation in the local.testsettings. My issue is that ...
0
votes
0answers
43 views

MSTest ASP.NET MVC Testing Controller

I am trying to write unit tests for my ASP.NET MVC 4 project's controllers using VS 2010 and MSTest. I have code coverage enabled for the project. When I run the tests individually, they run just ...
0
votes
0answers
62 views

Is it possible to get code coverage with MSTest and Specflow for an MVC app?

I have an MVC project, which references two class libraries. I have a test project which makes use of Specflow. I have a number of features and coded tests, all of which work successfully through the ...