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 BPM

Running the Ant script

When you have finished configuring the Ant script, you are ready to run it.

To run the Ant script:


Procedure

  1. Open a command window and change to the directory where the ws_ant.bat file resides. The default directory is BPM_home/bin (where BPM_home is the installation path of IBM BPM in IBM Integration Designer).

    For example, C:\Program Files\IBM\WID75_WTE\runtimes\bi_v75\bin.

  2. Run the command ws_ant.bat -f build_file_path (where build_file_path is the absolute path to the build file).

    For example: ws_ant.bat -f C:\MyScripts\build.xml.

Use Ant scripts for testing in headless IBM Process Server