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.