asked on
ASKER
ASKER
Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.
TRUSTED BY
basically it checks how much actual code is tested/invoked by unittests.
>>2.If so ,then will it give all report where that JUNIT invokes other java sources.
depends the tool you use
>>3.If I am running Junit and then need to do code coverage on that testclass what should I have to DO?
there are bunch of free and proprietary code coverage tools, EMMA is such one search google and choose the best one fit for you.
4.Which command to execute to get code coverage of that JUNIT