From: newbie87 <am...@in...> - 2010-11-29 05:58:31
|
Hey all, We are developing a java based Client-Server Application. We want to check the code coverage for the test cases written to test this application. In the process, we are able to instrument the application & run it. As our application is a desktop based application where the client application is downloaded to one of the client's local machine, & starts executing by connecting to the specified server. After running the test cases the .ser file (generated at the server) contains code coverage information related only to the the server application, but not the client info. Can Anybody suggest me is there a different method to instrument such an application; & since the client code is downloaded to some other local machine & executed, will the .ser file related to the client will be in this machine or the server. Thanks in Advance. -- View this message in context: http://old.nabble.com/how-to-instrument-client-server-application%28Java%29-tp30317586p30317586.html Sent from the cobertura-devel mailing list archive at Nabble.com. |