Using UCM Utility Service Methods to Simulate External Business Service Callback Functions

For testing purpose, the UCM Utility Service has additional methods to simulate External Business Service’s callback functions:

  1. Provide methods to test hook functions internally.

  2. Log the function’s input and output arguments for validating hook function interfaces.

  3. Methods for testing Hook 1 (before commit) callback function:

    • PositiveTestBeforeCommit

    • NegativeTestBeforeCommit

  4. Methods for testing Hook 2 (after commit) callback function:

    • PositiveTestAfterCommit

    • NegativeTestAfterCommit