LinkedInAttic / Zopkio

A Functional and Performance Test Framework for Distributed Systems
Apache License 2.0
159 stars 33 forks source link

Code coverage report #74

Closed chuongddh-zz closed 9 years ago

chuongddh-zz commented 9 years ago

Hi,

I just wonder if Zopkio support any form of code coverage report? If not, is there feasible plan to support this feature?

Thanks and Regards, Chuong

arpras commented 9 years ago

Hi Chuong,

I am glad you are interested in Zopkio. We designed Zopkio for more of black box integration testing. Code Coverage is something that can be instrumented in the way you start your test. What we can eventually add in zopkio is way to pull these results and display them.

For example, you can use something like emma : http://emma.sourceforge.net/intro.html In the provided server_client example, you can install emma.jar along the others and change the start command to instrument coverage. eg: java -cp emma.jar emmarun -jar AdditionClient.jar

We have a zopkio google groups for discussions : zopkio@googlegroups.com.

Also I would really appreciate if you can let us know what you are using Zopkio for ?

Thanks