 | JProbe Coverage Analysis helps you find untested code in development by precisely measuring those statements and conditions that have been exercised, making it easier to assess the reliability and accuracy of test runs. You can quickly and easily assess the completeness of JUnit testing scripts and locate untested lines of code, methods and classes, as well as identify methods that are over-tested. Like other JProbe analysis tools, analytic data is captured in the form of a snapshot of the results. The JProbe Coverage analysis tool enables you to: - Identify and measure untested lines of code and conditions to ensure full test coverage and program correctness.
- Assess the completeness and accuracy of test runs and identify when to add more testing.
- Test your unmodified product code without source modifications or special compilation.
|