The test suite that we use uses a client-server architecture. We create the proxy of the services and then we call the APIs from the proxy. Upon installing the eclipse plugin and run the coverage test using TestNG, EclEmma displayed the coverage of my test code. I actually want to know how much code was covered at the server side. Could you please tell me the steps to perform the same on the server side?
Would I need to instrument the jars at the server side? The tests that can be invoked from maven are again client side.
Thanks in advance for your help.
-Abhinav
Would I need to instrument the jars at the server side?