IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Testing modules > Component testing
Manage test suites
IBM Integration Designer provides numerous tools for managing your test suites, such as wizards for creating component test projects and test suites and a test suite editor for editing your test suites.
The following topics describe how to manage test suites.
- Create component test projects
Before you can create one or more test suites, create a component test project to contain them.- Create component test suites
A component test suite is a container for one or more test cases. When you create a test suite, you can choose to initially create it without any test cases and then later define some test cases for it. Or, you can choose to create the test suite and simultaneously define some test cases for it by selecting either operation-level testing or scenario-based testing. If you choose operation-level testing, a test case is generated for each selected operation. If you choose scenario-based testing, a single test case is generated for all of the selected operations.- Editing test suites
Using the test suite editor, you can edit test suites in a variety of ways.For example, you can add one or more test cases to a test suite and then modify them by adding test variations, invocation steps, or Wait On steps.