Enabling Code Coverage in Rational Application Developer
RAD 8 Source Code Coverage Configuration Code coverage is the method of analyzing your source code to see what lines of code are covered by unit tests. In the case of Java, JUnit is the unit test toolset of choice. Code coverage tools came available in RAD 8, and have been improved in 8.5. Its … Read more