Java code coverage(Jcoverage or cobertura)
807605Jul 4 2007 — edited Jul 4 2007i 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