Questions tagged [ncover]

`NCover` is the original `.NET` code coverage tool. Code coverage is a software testing metric that shows which lines of source code have been tested and which lines of source code have been missed.

INDUSTRY-LEADING CODE COVERAGE ENGINE

NCover is the original .NET code coverage tool. Code coverage is a software testing metric that shows which lines of source code have been tested and which lines of source code have been missed. This insight allows you to improve both your testing and your code with the goal of ultimately increasing revenue and reducing costs. By providing sequence point, branch, and method coverage, NCover leads the industry in metrics provided and helps you and your entire team make the best use of time and resources.

32 & 64-BIT SUPPORT

NCover supports both 32 and 64 bit systems, so no matter what your machine configuration, NCover can support you and your team. On 64-bit systems, NCover takes advantage of the increased processing power and memory utilization to provide a best-in-class code coverage experience.

BUNDLED SUPPORT

Every purchase of NCover comes with a full year of technical support and access to product updates and upgrades. As an organization, we are fundamentally committed to making sure that you and your team get the most out of NCover and that it works as promised. Whether you prefer to receive assistance via e-mail, online interactive sessions or even by phone, we have you covered. We also fully support all NCover trial customers, so you can experience what it means to be an NCover customer prior to purchasing.

DOCUMENTATION

If you have a question, or are in the process of determining the best way to integrate NCover into your code coverage process, we have robust documentation on all NCover applications. Documentation can be accessed online and, for Code Central, Desktop and Collector, can also be accessed within the NCover application without the need for an Internet connection. Our online documentation is available to trial customers or anyone who wants to learn more about NCover.

OPTIMIZED MEMORY CONSUMPTION

While NCover is more powerful than ever, it is designed to reduce overall memory consumption. Through a series of memory, cache and data structure optimizations, NCover can handle large projects without the traditional memory bottlenecks associated with code coverage solutions. In addition, the ability to easily manage multiple projects and consolidate execution runs gives you control over the level of system resources required to effectively manage your code base.

AUTO UPGRADE & UPDATE

Whenever there is an upgrade or update for NCover, you will always be the first to know. For Code Central, Desktop and Collector, you will see a small yellow badge located in the top left corner of the application. Simply click on the badge and select that you would like to install the upgrade or update. The installer will automatically take care of the rest. For Bolt, you will be alerted and can manage upgrades and updates with Visual Studio's Gallery Update function. Every purchase of NCover comes with a full year subscription to upgrades and updates.

137 questions
0
votes
1 answer

Passing quotes to nCover.console?

I'm calling ncover.console.exe and passing in parameters to be passed onto another program. One of those parameters has spaces in it, so I put it in quotes. However - ncover then strips off the quotes before passing the parameters on! Anyone else…
Andrew Ducker
  • 5,308
  • 9
  • 37
  • 48
0
votes
1 answer

Nant build failing with NCover

I am currently setting up NCover as part of our CC.NET continuous integration. I've downloaded NCover 1.0.1 from sourceforge, and put the relevent DLLs into the correct nant folder so I can use the tasks in my build file. The build process…
Jonskichov
  • 299
  • 4
  • 15
0
votes
1 answer

DotCover 2.1 vs NCover for CCNet

I am trying to decide which code coverage tool I want to use with my CruiseControl.NET continuous integration server. Which would be a better tool: DotCover 2.1 or NCover 4.0 ?
user1409747
  • 91
  • 1
  • 8
0
votes
1 answer

Ncover not covering the code in child process of the test.dll (which is started using Process.start) in C#

I want to get coverage of let's say CoverageTarget.dll. I have a test.dll to run the nunit tests, which starts a child process childTestApp.exe(which tests some of the code in CoverageTarget.dll) using the Process.Start method in the process of…
Naresh
  • 636
  • 2
  • 7
  • 18
0
votes
2 answers

Gallio with NCover shows 0% code coverage in Sonar UI

I am using sonar-runner to run tests and code coverage over my C# code with the help of gallio plugin. The tests are running fine, but I am not able to see any code coverage on the sonar web UI. My Sonar settings are as…
Arpit
  • 6,212
  • 8
  • 38
  • 69
0
votes
1 answer

NCover coverage is lower because of no coverage of the models. Improving ncover coverage.

Ncover coverage: There are classes in the project which are used like models(containing only properties). The code coverage for these is not there in the test cases. What is the general way of improving the coverage ?
Prashanth R
  • 224
  • 5
  • 14
0
votes
1 answer

Exclude XSD files from NCover CruiseControl.Net

I want to exclude XSD files from the NCover report generated after build by CruiseControl. After serching I came across following option from Ncover…
Ram
  • 11,404
  • 15
  • 62
  • 93
0
votes
1 answer

Powershell and NCover

trying to call NCover 1.5.8 from PowerShell. invoke-expression "ncover.console.exe nunit-console-x86.exe Test.dll /labels /xml:test.xml //x coverage.xml //reg" and failed with the message "Profiled process terminated. Profiler connection not…
user1604006
  • 293
  • 3
  • 7
0
votes
1 answer

NCOVER without NUNIT Test cases

I understand NCOVER is an awesome tool to instrument .dll and run Nunit test cases. Is it possible to instrument .dll's and run manual test cases using NCOVER? If yes how? If not then is there a .NET tool that can provide such a provision?
Nida Sahar
  • 698
  • 4
  • 13
  • 29
0
votes
3 answers

TeamCity run Nunit tests in Parallel

So I was thinking that there must be a better way to run NUnit tests for a .net project via teamcity. Currently the build of the project takes about 10 minutes , and the testing step takes 30ish minutes. I was thinking about splitting up the Nunit…
Frank Visaggio
  • 3,642
  • 9
  • 34
  • 71
0
votes
1 answer

How to run NCover v1.5.8 & Gallio v3.3 on x64 machine

I'm struggling with NCover v1.5.8 & Gallio v3.3 on x64 machine. It can run all the tests but cannot produce the coverage report. The error message: "Profiled process terminated. Profiler connection not established" The command line I…
Van Thoai Nguyen
  • 986
  • 9
  • 22
0
votes
1 answer

Getting Statistics to show up in TC

I've setup teamcity with my sln file and got the unit tests to show up with the CppUnit plugin that teamcity has. And I get test results in the TeamCity UI. Now I'm trying to get trending reports to show up for my unit tests and code coverage. As…
0
votes
1 answer

NCover Exclusion Rules

I have a couple of questions related to NCover: 1) I'm using MSBuild to build my project. In my .proj file I specify exclusions like so:
jtruelove
  • 3,306
  • 3
  • 25
  • 29
0
votes
1 answer

Sonar, Sonar-runner, Gallio and NCover ... Gallio doesn't run :(

is there anyone out there who actually managed to get sonar-runner working with Gallio and Ncover? I've tried every combination in the book and during the run it keeps telling me "INFO s.p.c.g.GallioSensor - Gallio won't execute as there are no…
0
votes
1 answer

Issue when I am running sonar for my solution. Coverage report is not created by NCover from gallio using sonar

I have an issue when I am running sonar for my solution. we have configured the sonar with Gallio and NCover. But the coverage result is not showing in the result. These are the software versions which we have on our build servers: Sonar v2.14 Java…
Sareesh
  • 85
  • 1
  • 9
1 2 3
9
10