On Tuesday, 21 January 2014 15:28:02 UTC+5:30, Marc R. Hoffmann  wrote:
> Here is a nice tutorial for code coverage under Tomcat:
> 
> 
> 
> http://car-online.fr/en/blog/fabien_duchene/2013-05-03-Java%20Code%20Coverage%20in%20Tomcat%20JSP%20applications,%20e.g.,%20WebGoat%20with%20Jacoco/
> 
> 
> 
> cheers,
> 
> -marc
> 
> 
> 
> 
> 
> On 2014-01-21 10:06, [email protected] wrote:
> 
> > Hi All,
> 
> > 
> 
> >    my product code is running in tomcat and we are running test cases
> 
> > of that product using selenium.i need how much of my product code
> 
> > covering through test cases.so i need jacoco report.can any one tell
> 
> > how to do this?
> 
> > 
> 
> > 
> 
> > Thanks
> 
> > Narendra

Hi Marc,

Thanks for your reply.
export CATALINA_OPTS="$CATALINA_OPTS 
-javaagent:/mypath/jacocoagent.jar=output=tcpserver,address=*,port=6300,append=false,includes=*,dumponexit=false,destfile=/mypath/jacoco-report/jacoco.exec"
  this one i will put in catilana.sh. is it enough? and after how to generate 
html report.please can you share this information(Iam new to jacoco).

Thanks
Narendra

 

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to