Running Unit Tests in TIBCO ActiveMatrix BusinessWorks™

Follow the steps to run unit tests in ActiveMatrix BusinessWorks™

Procedure

  1. In ActiveMatrix BusinessWorks, right-click on .application and choose Generate POM for Application. Set Tibco Home as the TIBCO Home for your BW installation with no trailing slash, 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 and click Finish.
  2. This will, now, convert the existing projects to Maven type and add a new project called *.application.parent and create pom.xml files in all projects.
  3. Right-click on the parent project and run "test" goal