> > I would suggest method enter/exit logging, as a sort of coarse grain
> > approach.
[quoted text clipped - 13 lines]
> techniques which doesn't require changing application code] can register
> only fact that such code was executed, nothing more :)
You can also use emma, which is a java test coverage tool, but works
on every java application. It generate a report where you can see the
percentage of code used, by package, class, method, ...
Open source, so you can use it where you want (and a nice Eclipse
pugling also)
GT - 06 Feb 2007 23:04 GMT
>You can also use emma, which is a java test coverage tool, but works
>on every java application. It generate a report where you can see the
>percentage of code used, by package, class, method, ...
>Open source, so you can use it where you want (and a nice Eclipse
>pugling also)
tnx
according to http://emma.sourceforge.net/faq.html#q.runtime.appservers we
can use EMMA in J2EE env to test coverage generated by user
[earlier I briefly searched such funcionality in EMMA but i didn't notice
it, well ...]
I will try it
BTW. has somebody used EMMA in such context and has some experiences?
greetings
GT