Testing and debugging mediation modules

Test a mediation module with the integration test client, and debug a mediation flow using the integration debugger.

To test a mediation module including its exports, imports and components, use the integration test client and the unit test environment. All testing is performed on the interface operations of your components, which enables you to determine whether the components are correctly implemented and the references are correctly wired. Note that a mediation flow component must be wired to a reference before you can test it. To launch the test client:
  • In the Business Integration view, select the mediation module, right click, and select Test > Module.
  • In the assembly editor, right click on an empty place in the canvas and select Test > Module to test the module. Or, select a component in the assembly editor, right click, and select Test > Component to test a component

For more information, see Testing modules and components.

To test and debug the implementation of your mediation flow, use the integration debugger. For more information, see Debugging components.

Related concepts
Mediation services overview
Mediation Flow editor
Related tasks
Creating a mediation flow
Opening the Mediation Flow editor
Building mediation flows
Emitting common base events
Creating mappings for the XSL Transformation primitive
Selecting endpoints dynamically
Implementing custom mediation logic
Storing and using properties in the message context
Changing the value of mediation flow properties at runtime
Related reference
Error handling in the mediation flow
Considerations when refactoring mediation flow artifacts

Related information

Tutorial: Create a mediation flow
Samples: Mediation Flow editor
Contributing your own mediation primitive plug-in

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.