Code Coverage
Code Coverage lets you monitor a set of applications during regression testing. You interact with the applications in the normal manner through a user interface test plan or by executing automated test suites. As the application’s methods are executed, Code Coverage tracks the unexecuted methods and focuses your attention on the untested areas of the system. Unexecuted methods indicate potential gaps in the test plan.
You can save and load settings that include information about the applications being tested. This lets you set up future coverage sessions quickly to ensure that changes to your test suites are achieving the required level of software coverage.
Code Coverage produces printed or file-based reports that detail the coverage results. You can customize report sections.
Last modified date: 01/29/2015