 |
| |
BUSINESS ISSUE...
|
| When testing is underway, it can be extremely difficult to verify that all possible cases in a program have been covered. This involves determining which source lines have, and have not, been executed yet. |
|
THE ARCAD SOLUTION...
This particular module is destined for development staff during unit testing. With the Test Coverage Analyzer the developer can view the source lines that have not yet been tested, and thereby check that all modified lines have been run at least once. The system continually measures the test coverage rate, to evaluate the overall testing effort. The generated reports can be used as contractual documents between customers and their suppliers.
|

Click to enlarge
|
ADVANTAGES...
This solution guarantees that unit tests are thorough, and offers a way to measure your test rate.
|
FEATURES...
- Listing of lines of non-executed code,
- Calculation of test coverage rate,
- Visualization of tests in progress,
- Logging of test runs,
- Selective check on a range of lines,
- Automatic notification when a predefined coverage rate is exceeded.
|
|