
The Guided Procedures (GP) framework enables you to test your standalone callable objects before even activating them. By testing them, you can see how they are going to be executed in a process, and can detect any possible problems or errors in their definition.
You cannot use this function to test BSP callable objects.
You have permissions to work with GP design time. For more information, see Authorizations .
Due to portal dependency, you cannot test the following callable object types in the Test tab page of the design time:
You can add a callable object of the above-listed types to a process and start the process in the runtime to check whether the callable object is properly executed.
Testing a callable object in display mode can be used for functions that provide user interface and can therefore be specified as an object for display in an action.
If the object is tested in display mode, you only get a preview of the function, but you cannot execute it.
If the application has a user interface, it is displayed in the Callable Object Execution step. To display the test results for callable objects with user interface, choose Complete Step.
This step is not available if the callable object is executed in the background, and test results are displayed directly.
If the result of the callable object test is Successful completion, you can activate the object and make it available for use in actions.
If the result indicates an error, you should check the Application Server (AS) Java log files for more information about the problem.