July 2014
Intermediate to advanced
314 pages
6h 25m
English
We learned that the coverage tools can either instrument the object code or source code. Java code coverage tools can be categorized into two sections: tools that instrument the source code and tools that instrument the bytecode.
Source code instrumentation is easier but requires source code recompilation. Bytecode instrumentation is complex but doesn't require source code recompilation.
The following are the available Java code coverage tools:
Read now
Unlock full access