Benefits
![]() |
Ensures that all statements are tested when 100% test coverage is required. |
![]() |
Ensure changed modules are thoroughly tested when performing a complete application test for a new release. |
![]() |
Provides a quick overview of the proportion of changed modules that have been tested and the degree to which statements have been executed. |
![]() |
Helps improve test cases by highlighting code that has not been tested. |
![]() |
Helps identify redundant code in situations when statements can never be executed. |
![]() |
Helps identify duplicate test cases and hence simplify the testing process. |
![]() |
'Show Path' feature helps testers easily identify the path through the logic to the selected statement, thus enabling them to modify their testing to cover the selected statement. |
![]() |
Minimal runtime overhead enables statement logging to be enabled by default for all development and test regions. |
![]() |
Provides a capability that cannot easily be replicated by other means. |
![]() |
Simple TCP/IP architecture enables rapid deployment. |