Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java code coverage(Jcoverage or cobertura)

807605Jul 4 2007 — edited Jul 4 2007
i am using a tool cobertura(devoloped based on JCoverage) for testing the java code(how much percent of code is getting used).

are these tools are applicable only in association with Junit kind of testing tools?
or
can i use cobertura to find the code coverage of a .class file(suppose A1.class) by executing the .class file manually with
"java A1" command after setting the environment for the respective tool cobertura
some body please help me
thanks
ranu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2007
Added on Jul 4 2007
6 comments
881 views