Java Test Nodes

Component Testing for Java

The project structure of the Rational Test RealTime GUI uses test nodes to represent your Component Testing test harness.

Test nodes created for Component Testing for Java use the following structure

In Component Testing for Java, all classes have the excluded from build tag except for the main TestDriver.java class.

Note   JUnit test harnesses that were manually imported into Test RealTime and not created through the Component Testing wizard may not display the correct yellow icons. This is not an issue as long as all files are excluded from the build except for the main test driver class.

Related Topics

Component Testing for Java | Importing a JUnit Test CampaignSetting up a Project