Testing an Application in TIBCO Business Studio for BusinessWorks
Using TIBCO Business Studio for BusinessWorks, you can test your applications during design phase using the debugger.
The debugger provides the runtime environment to test your application in
TIBCO Business Studio for BusinessWorks by starting the ActiveMatrix BusinessWorks engine, domain (BWEclipseDomain), AppSpace (BWEclipseAppSpace), and AppNode (BWEclipseAppNode) from within
TIBCO Business Studio for BusinessWorks. When you run an application using the debugger, the Console view displays all messages when executing the application.
- Procedure
- Open the application module in
TIBCO Business Studio for BusinessWorks and select the component process in the Project Explorer.
The selected process opens in the Process Editor.
- From the menu, click .
- In the Debug Configurations window, expand the tree under BusinessWorks Application and select BWApplication.
- Click the
Applications tab. If multiple applications are selected, click
Deselect All. Then select the checkbox next to the application name you want to run.
If needed, specify additional information such as engine properties in the debug configuration. For more information, see Configuring the Debugger.
- Click
Debug to run the application in Debug mode.
The engine and the runtime entities such as domain (BWEclipseDomain), AppSpace (BWEclipseAppSpace), and AppNode (BWEclipseAppNode) are started and the selected application deploys. The Console view displays a log of the execution.
- After completing the execution, click the
Terminate
icon to stop the process.