Tester : Preparing to Run the Tester

Preparing to Run the Tester
You can do these tasks in any order.
 
Build an EAR File
1.
2.
Check the Generate Debug Info checkbox (checked by default).
3.
4.
Add or Select a Launch (Debug) Configuration
Launch configurations are used for debugging a project. They are also used to run a project. You can add multiple launch configurations for one project for different purposes.
1.
Select Run > Run Configurations.
You see the Run Configurations dialog.
2.
For local debugging, highlight BusinessEvents Application
3.
To edit a configuration, expand BusinessEvents Application or Remote BusinessEvents and select an existing debug configuration.
To add a new configuration, click the New Configuration ()button.
To duplicate a configuration, select the configuration and then click the Duplicate () button. Modify, then save as a new configuration.
4.
Configuration fields appear in the right panel. Set values as needed. See Launch Configurations Reference for BusinessEvents related features and see Eclipse help for standard debugger features.
In the VMArguments field, set the -Dbe.engine.tester.enabled property to true.
5.
Click Apply to save the configuration, or Run to save the configuration and launch the tester.
Create Test Data
1.
2.
In the editor, click Add to add new rows for new instances. You can add your own unique extId values to the test data input.
You can also remove existing rows by selecting the row and clicking Remove.
Fit Content resizes the columns to fit the content.
3.
Click Save.
In Studio Explorer, a new Test Data folder is created where your test data is stored in XML format. You can create test data for multiple concepts and events within the project.
Open the Rule Input View
1.
In the Window menu, click Show View > Other.
2.
Expand TIBCO BusinessEvents, and select Rule Input.
3.