Covering Multiple web sites
Covering Multiple web sites
Is there any option to test the coverage of multiple web application running on IIS simultaneously? Can i get sepearte reports for each web application if i run both the web applications simultaneously?
RE: Covering Multiple web sites
At present NCover only returns everything that is running under IIS at the same time. What would you like to see?
RE: Covering Multiple web sites
Thanks for the response alan.
These are the steps i do. 1. Run multiple web applications simultaneously. 2. Get all the coverage report in a single coverage.xml file.
I need to generate seperate coverage.xml files for the individual web applications i run.
Is there any way to achieve this?
There is an option to include/exclude assemblies. I think this filtering is before running a session. Is there any option to run this filtering on a coverage.xml file?
Thanks in advance.
RE: Covering Multiple web sites
you can run filters on a coverage file by opening the coverage file in NCover Explorer, then clicking the "Application Options" button and then the "Display Settings" tab and then the "Filters" option in the sidebar.