Rubrique précédente: Integration FlowRubrique suivante: Integrating Components


The Integration Process

To integrate to the LISA integration API:

  1. Make sure lisaint2.0.jar is in your classpath.

    You can find lisaint2.0.jar in the LISA_HOME/lib directory.

  2. Add LISA integration to the method.

    For more information about integrating LISA 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.