0 Replies Latest reply on Apr 14, 2015 1:23 PM by rajin2015

    Using Cobertura with Fuse ESB

    rajin2015

      Hi,

      I have my application which runs in Jboss Fuse ESB on Linux. I deploy my artifacts as jar files under the /deploy directory. I was planning to make use of Cobertura to get code coverage report after executing my jmeter tests. I instrumented my jars and placed under /deploy. I ran my jmeter tests.

      Now I am unable to find the location where .ser file will be present. I tried searching inside fuse directory.

       

      In bash_profile I have cobertura-2.1.1.jar added in path.I also have '-Dnet.sourceforge.cobertura.datafile=/tmp/c.ser' mentioned in JAVA_OPTS.After these changes i did 'source .bash_profile' and restarted machine. I started fuse and ran my automation scripts. I cant see file /tmp/c.ser generated.

       

      Can anyone help me in getting Cobertura working with Jboss Fuse ? Should i use any other code coverage tool which works with Jboss fuse ?