Menu

Report from different Servers in EMMA

Sri
2011-09-07
2013-05-09
  • Sri

    Sri - 2011-09-07

    Is it possible  to generate a report using EMMA taking  four   class files  from 4 diferent servers without using Eclipse and ANT in JAVA. I have different modules in different servers and want to check the code coverage and generate a report.
    Appreciate if anybody helps me in solving my problem.

    Thanks in advance
    Sri

     
  • Sri

    Sri - 2011-09-14

    Can anybody respond to my query….

     
  • Marc R. Hoffmann

    If you don't want to use Ant you might take a look at the command line interface:

      http://emma.sourceforge.net/userguide/ar01s02.html

    For your particular scenario you need to

    1) Instrument classes for each server
    2) Execute the tests on each server
    3) Merge metadata files from 1) and coverage data files from 2)
    4) create a report

    Cheers,
    -marc

     
  • Sri

    Sri - 2011-09-20

    Marc,
    Thanks for your suggestion and will try it.

     

Log in to post a comment.