Example: Tracking deployments in Rational Asset Manager

In this example, component processes use IBM® Rational® Asset Manager as a trusted library server to track deployment and test status of an application under development.

In this example, a development build process delivers a component asset, which represents an application, to Rational Asset Manager. A component is made up of binary packages, installation packages, and documentation packages. The packages that make up a component are separate assets that are related to the component asset. You can use the DevOps search view in Rational Asset Manager to get information on components and their related packages. The application is tested using Selenium and IBM Security AppScan®, and the status of the application is updated accordingly.

To run these processes the application binary files must be in the component. Also the environment must contain an installation of Rational Asset Manager. The scenario consists of the following processes:
  1. Building the application.
  2. Deploying the application.
  3. Running Selenium tests.
  4. Running IBM Security AppScan tests.

Feedback