vSphere

 View Only
  • 1.  Code coverage tool - testing

    Posted Feb 04, 2016 06:03 AM

    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



  • 2.  RE: Code coverage tool - testing

    Broadcom Employee
    Posted Feb 05, 2016 04:06 PM

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



  • 3.  RE: Code coverage tool - testing

    Posted Feb 08, 2016 12:44 PM

    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.