Running tests
Use Rational® Integration Tester to run tests with command-line and Ant APIs.
JUnit style output
JUnit style results output is available for test.
The
junitDir
option
specifies the path to write a JUnit style report to on completion
of the run. Here is an example of the contents of such a file.<?xml version="1.0" encoding="UTF-8"?>
<testsuite failures="0" name="Tests/Suite" tests="1" time="1.594">
<testcase classname="Tests/Test" name="Test" time="1.261"/>
</testsuite>