XML reports generated with same file size

XML reports generated with same file size

Hi All

I am using NCover2.1.2.3433version. I profilled my application and generated XML report. I have a batch script which invokes NCover-console to launch my application. I perform some actions in my application and close the application. This generates a NCOver xml report. When I redo the same and perform different actions in my application, I see that NCover generates the reports with same file size with minimal change in content.

I generated the HTML reports to confirm the coverage data, I get the same coverage data in both the reports.

Is there any setting missing here?

Please reply asap.

Thanks Pramod


RE: Consider ExpectedException test methods fully covered

The file size will be the same unless you have changes in your dll's. The visit counts will be the only thing that changes.

If you are using inclusions or exclusions you can expect to see more changes.

You can email the two coverage files zipped to support and we can look at it.

I don't think you are missing anything. Is the coverage different than you would expect?

Joe