hi, do you know if there is any tool which makes structural coverage of java code? did Junit do this ? any links,documenetation which could help me? thanks
thanks pugmarx but I'm looking for free tool
2010-04-21 14:49:11
From http://cobertura.sourceforge.net/:"Cobertura is a *free* Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage."
pugmarx
2010-04-22 05:42:56
A:
See SD Test Coverage for a tool that can do this in extremely large systems with very low overhead.
Ira Baxter
2010-04-21 06:57:00