Previous Topic: Testing Integrated ComponentsNext Topic: Integration Assertions


Integration Filters

An integration filter is an application-specific DevTest filter that coordinates the communication with the integrated component. The inclusion of an integration filter indicates two things:

For example, the Servlet Filter turns on integration support for a servlet component and specifies a test step to execute if the servlet returns specific values. A test case developer typically defines multiple integration filters of a single type. Each filter checks a specific condition and sets the next test step accordingly.

The model editor provides built-in support for three integration filter types:

Defining an integration filter in a test case indicates that DevTest wants to turn on integration for that type and to listen for responses of that type. To define an integration filter, create the filter, select the type, and set the attributes.

For more information about filters, see Using CA Application Test.