This tutorial can be performed on all Test RealTime supported development platforms - Windows, Solaris, Linux, HP-UX and AIX.
Note The Evaluation Version of Test RealTime only supports the Windows platform and the Microsoft Visual C++ Target Deployment Port. If you are evaluating the product, it will not be possible to use the Ada tutorial.
Since efforts are always being made to update or improve this tutorial - as well as the products themselves - a customer-only webpage has been created. This page contains news, patches and documentation updates for current users. Feel free to check this page for updates before usage of this tutorial.
To access the Test RealTime Support Web site:
From the Help menu, select IBM IBM Rational Test RealTime on the Web and Technical Support.
This tutorial demonstrates how to make the most of Test RealTime through a sample project called TestSuiteAda.
Source files for the tutorial are located within the product installation folder, in the folder \examples\TestSuiteAda\src.
To open any of the example projects, go to the Start page, click Examples and select the example project.
The tutorial will use the following source files from the TestSuiteAda project:
calc_cov.adb
calculator.ads
calculator.adb
operation.ads
operation.adb
low_op.ads
low_op.adb
CodeCoverage.adb
CodeCoverage.ads
The project also contains a series of tests and .ptu test scripts. You can ignore these for the moment, since you will generate your own component tests.