Previous Topic: Integration FlowNext Topic: Integrating Components


The Integration Process

To integrate to the DevTest integration API:

  1. Make sure lisa-int-8.0.0.jar is in your classpath.

    You can find lisa-int-8.0.0.jar in the LISA_HOME\lib\core directory.

  2. Add DevTest integration to the method.

    For more information about integrating into a server-side component, see Integrate Server-Side Components.

  3. Handle the output from the integrated method.
    For more information about handling integrated output, see Handle Integrated Output.
  4. Use integration filters in the test case that tests the server-side component.

    For more information about integration filters, see Integration Filters.

  5. Use integration assertions in the test case that tests the server-side component.

    For more information about integration Assertions, see Integration Assertions.