VMware {code} Community
nishtek
Contributor
Contributor

Code coverage tool - testing

hi all,

Is there any eclipse tool available, which does code coverage for our vmware webclient plugin?

We basically need a code coverage for service side (Java portion) of the plugin.  

Regards

Nishchay

0 Kudos
2 Replies
Peter_Ivanov
VMware Employee
VMware Employee

We have been using Cobertura. I see that it has Eclipse plugin, but I haven't tried it. We used the maven plugin.

0 Kudos
Srini3012
Contributor
Contributor

Hi Peter,

  Can you share a simple example as how to do a code coverage for vmware plugin , is junit test cases required? I am totally in java code coverage.

Tried writing a simple main program which calls the functions in service controller and use ECL emma for code coverage, but was unsuccessful. Your help would be appreciated.

0 Kudos