IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Testing modules > Component testing > Automating tests using Ant scripts > Use Ant scripts for testing in headless WebSphere Integration Developer

Use scripts in common testing scenarios

Several common ways of using scripts to test are shown in this section.

Your scripts and the tasks within them will vary based on you particular situation.

For example, if you know your test cases rarely change then you can create a static set of tasks that do not require any knowledge of the runtime environment. If your test case changes frequently, then your tasks need to know something about the environment at run time.

If you are using a version control system like Concurrent Versions System (CVS) then your scripts will need to add tasks to get the files from that system before running the script.

Use Ant scripts for testing in headless IBM Integration Designer