Running integration tests
You can run integration tests by using the IBM® App Connect Enterprise Toolkit or the command line.
Before you begin
About this task
Test projects are the top-level artifacts in App Connect Enterprise that contain
your test cases. All the test cases for an application are stored in a test project, with the
following structure:
The test cases are methods in a Java Class that can use resources in the test project. The resources are in a folder called resources, under the test project. The test project contains a reference to the application that is under test, and you run the test project in order to run the tests that it contains.
Procedure
To run your integration tests, complete the steps in one of the following topics:
Optionally, you can configure a specific integration server to run the tests, and you can add an existing test project to a BAR file to deploy and run it, by following the steps in the following topics: