Exporters From Japan
Wholesale exporters from Japan   Company Established 1983
CARVIEW
Select Language

JProcessUnit

JProcessUnit is a JUnit based automated testing framework for business processes running within a Business Process Engine (BPE) and contains out of the box add-ons for the testing of WLI business processes. Here is a list of some of the main features that JProcessUnit provides in order to enable you to write JUnit tests for your business processes: Starting your WLI business processes without the need for a proxy object or any generated code

  • Checking the asynchronous and synchronous response messages from a JPD.
  • Verifying information from process instances such as variable values, process label, and process instance ID.
  • Interacting with WLI tasks and checking their corresponding information.
  • Undo functionality: you can easily undo the work done by processes spawned through testing both in success and failure cases.
  • Ability to interact with long running processes and ensuring that they complete through different execution paths.
  • Ability to run your tests against different servers through an external configuration file.

The goal of this framework is to allow business process developers to write automated, JUnit based tests that verify the proper execution of business processes within a BPE. These tests can then be run from your automated builds thus providing a better quality control for your overall application.