From: Zschocke, F. <Flo...@cy...> - 2012-07-30 11:54:28
|
> From: *** From Sakthivel Kumar*** [mailto:nsa...@gm...] > Sent: Sunday, July 29, 2012 11:27 PM > > a) Is this means, another cobertura.ser file will be getting created > on the AIX server ( this is the server my application is running) running > in an external server box directory apart from the cobertura.ser file getting > created in my local C:\WorkingDir .? Yes. > And do i need to go to server, stop the server and grab another cobertura.ser > and merge with cobertura.ser created on my working directory and use in my > report generation. to get good coverage report? Yes. With your local cobertura.ser file you are only measuring and reporting on your client. You need the cobertura.ser file from the server, too, if you want to report on the code coverage of the server. |