Does NCover covers child processes also?
Does NCover covers child processes also?
Hi All I have a client-server application. Server is started by a windows service which spawns 10 child processes. If I profile win service(parent), will i get coverage for all other 10 children processes?
Please let me know. Thanks
RE: Does NCover covers child processes also?
NCover will profile all child processes that have the name provided by the //pm flag. Multiple named child processses are not supported at this time.
Are all the process names the same for the children?
Joe Feser
RE: Does NCover covers child processes also?
Thanks for the information. No. I dont have childrens with same name. I have a Parent Pocess - A and children processes a1, a2, a3 etc. Let me try this. I will get back. Thanks