Interface NCover to Custom Test Web App

Interface NCover to Custom Test Web App

We have a custom web app for testing one of our applications. I would like to integrate NCover into this web app, so that when a person presses the big "test" button, NCover will profile the running code, then stop when the process stops. The tester can then have the option of displaying the test coverage map.

Any suggestions?

thanks Don


RE: Interface NCover to Custom Test Web App

is the application you're testing a web or desktop app?


RE: Interface NCover to Custom Test Web App

I have what I think is a similar "feature request". I have a web service hosted in a Windows service. I would like to have some means to programmatically enable coverage collection on the server, triggered either through a special SOAP header or a specific API call. How it is triggered I don't think is important. I need to be able to start and stop coverage without user intervention on the server side (there will be not UI on the server side) and then be able to package up the coverage results in a file and transport them to a development platform or QA platform for analysis.

Thank you.

Kevin


RE: Interface NCover to Custom Test Web App

Kevin,

I've placed a feature request into our dev system and we will consider it for the next release.