IIS monitoring question
IIS monitoring question
Now when i see results from test coverage i've got another question.
I plan to cover results for a period of week, this time team will perform different kinds of tests upon the project. I want to see how much did we cover this period. But the problem, is that this time IIS will be restarted several times or even more. Could i somehow configure NCover to start getting metrics automatically after IIS reset and next to merge result files in one big results file? I can merge manually it is not big problem, but i could not start covering each time IIS restarts. Could you advise me something?
Thanks, Maug.
RE: IIS monitoring question
Maug,
NCover doesn't have the ability to monitor a process that it didn't start, but as long as you use NCover to start and stop IIS, you will get coverage on your project.
Stephen
RE: IIS monitoring question
unfortunatly we have unexpected IIS resets so it could not be predicted
RE: IIS monitoring question
what is resetting IIS?
RE: IIS monitoring question
sometimes VS, sometimes people, sometimes sm.thg. else...
RE: IIS monitoring question
Maug,
Ok, if it was a dependable process there might have been some way to hook into it so that NCover started IIS, but it doesn't look like that's possible.
Stephen