Component Testing for Ada
When you first create Component Testing for Ada test node with the Component Testing Wizard, Test RealTime produces a .ptu test script template based on the source under test.
To write the test script, you can use the Text Editor provided with Test RealTime.
Component Testing for Ada uses the Ada Test Script Language. Full reference information for this language is provided in the Rational Test RealTime Reference Manual.
To learn about |
See |
Basic .ptu test script instructions |
|
Specifying the main Ada entry unit |
|
Initializing and testing variable values |
|
Simulating stub functions |
|
Catching exceptions |
|
Other specific Ada testing notions |
Related Topics