Environments

Environments are a powerful feature that greatly improves the usability of Rational® Integration Tester, and they are typically used to create configurations for different parts of a product workflow (for example, Development, QA, UAT).

IBM® Rational Integration Tester uses Environments to let users define groups of variables or tags that can be used in both tests and in transport definitions. A single suite of tests can be reused in all cases when environments are used to modify runtime parameters that are appropriate to the current stage.

The default values for all tags (variables) are stored under Default Properties. When a tag is created here, that tag – if not explicitly defined (that is, value is shown as #undefined?) – inherits its value from Default Properties.

Note: When Rational Integration Tester is launched, it applies the environment that was in use when the application was last closed.

Environment properties

Environment Properties define all of the available tags in the project.

Tag names can contain the '/' character, then you can logically organize them into a folder-like structure. In the example that is shown, the HTTP_Host and HTTP_Port tags would actually be named Airline/HTTP/HTTP_Host and Airline/HTTP/HTTP_Port.

Environment bindings

Environment Bindings define the connection between the logical and physical components in the project.

Creating an environment

  1. A new environment can be created as follows:
    • Click the small arrow next to the Environment icon in the main toolbar, then select the Create New Environment option.
    • Click the Create New Environment icon in the Environment Editor.
    • Select the Project > Create New Environment menu option.
  2. When prompted, enter a name for the new Environment. Once you do, the Environment is opened for viewing and editing (see Editing environments.)

Editing environments

Immediately after you create an environment, it is opened for editing. Otherwise, you can edit an existing environment as follows:

  1. Open the Environment Editor in one of the following ways:
    • Click the Environment icon in the main toolbar
    • Click the small arrow next to the Environment icon in the main toolbar and select the Edit Environments option.
    • Select the Project > Edit Environments menu option.
  2. In the Environment Editor, select the wanted environment from the list on the left side of the editor. The contents of each environment are organized as Properties, Bindings, and Documentation.

Feedback