Loading...
 
Skip to main content

Download dIRESCUE

dIRESCUE is a command line utility which analyzes a terminated dtmINSPECTOR session. It generates an index page for the executed tests so that an overview of succeeded and failed tests is available.

Creates a summary report
All executed Main test cases are listed in the HTML output. All Main test cases are linked so that you can click on it to get more details.

Creates a robustness test overview
All TcEx robustness test cases can be analyzed using the /r command line switch. This might be of special interest, because problems in robustness tests are hidden in normal dtmINSPECTOR reports.

Differentiates between test runs
In case several tests have been performed when dtmINSPECTOR was terminated, dIRESCUE creates groups for all test runs.

Creates HTML output
The output of dIRescue is HTML, like to usual dtmINSPECTOR test report. All test cases are linked so that you can see all the details as you would in a normal dtmINSPECTOR report.

Typical usage
To run dIRescue and display all available information, please use
dIRescue "{InstallDir}\Applications\dtmINSPECTOR\Transformations" /tcex /r
where {InstallDir} is the installation directory of dtmINSPECTOR.