Running Unit Tests in TIBCO Business Studio for BusinessWorks
Follow these steps to run unit tests in TIBCO Business Studio for BusinessWorks.
- Procedure
- In
TIBCO Business Studio for BusinessWorks, right-click the.application file and select
Generate POM for Application.

- Verify the
TIBCO_HOME value and click
Finish.
For example, C:\tibco\bw651 for Windows. Set BW Home as the relative path to the version-specific BW folder under TIBCO_HOME (with a leading slash and no trailing slash), for example \bw\6.5 for Windows.It converts the existing projects to Maven type and adds a new project called *.application.parent, then creates pom.xml files in all projects.

- Right-click the parent project and run a "test" goal.

-
To run the Maven goals, right-click the
.parentapplication, and select Run As > Maven build. -
Provide the Maven goal in the Goals field that is to be executed, then click Run.