Guidelines for Testing a Script

If you test a script, then it is recommended that you adhere to the following guidelines:

  • Before using the Debugger Service, set the Web Tools Object Manager parameters required for starting the debugger service, create a subsystem, and then configure its parameters. For more information, see Debugger Service.

  • To test a script without using the Debugger Service - see the following procedure.

  • To test a script using the Debugger Service - see the following procedure.

To test a script without using the Debugger Service

  1. Click Check Syntax on Siebel Script Editor toolbar to make sure there are no errors in your script.

  2. Log in to the Siebel application and go to the Workspace Dashboard.

  3. Open the Workspace containing the scripts you implemented, click Inspect, and then test the scenario(s) that will trigger the scripts.

To test a script using the Debugger Service

  1. Click Toggle Script Debugger (the bug icon) on the application banner or select the Toggle Script Debugger option from the Debug menu.

    The Server Script Debugger window opens with the usual areas for Watch, Call Stack, and so on.

  2. Click Start on the Server Script Debugger toolbar to start the Siebel application in a new browser tab.

    For more information about the Server Script Debugger toolbar, see Accessing Siebel Server Script Debugger.

  3. Log in to the application.

    Siebel CRM runs with the new modifications incorporated.