Testing the Process
After configuring a process, you can test the process to check whether the process completes your task. Debug the application you have configured to ensure that the application configuration is correct.
Before you begin You must configure a process as described in Configuring a Process.
- Procedure
- In TIBCO Business Studio for BusinessWorks, open the process you have configured.
- On the toolbar, click Run > Debug Configurations.
- In the left panel, click BusinessWorks Application > BWApplication.
- Ensure that only the application you want to debug and run is selected in the Applications tab in the right panel.
- Click the Advanced tab and click Browse to locate the logback file.
By default, the log file resides in the
TIBCO_HOME/bw/<version_number>/config/design/logbackdirectory and error logs are captured. For more information, see Log Management. - Click Debug.
TIBCO Business Studio for BusinessWorks changes to the Debug perspective. Logs are displayed in the Console view.
- On the Debug tab, expand the running process and click an activity.
-
In the upper-right corner, click the Job Data tab, and then click the Output tab to check the activity output.
ResultResult of your procedure.
What to do nextAfter you have tested a process, you can check the output of the activities. See Checking Output of an Activity. the final task is to deploy an application. See the Getting Started tutorial.