Previous Topic: Convert an Existing Test Case into a SubprocessNext Topic: Building Documents


Subprocess Example

The following example shows a subprocess that is derived from the jms.tst test case in the DevTest examples directory, and a test case that calls it.

A subprocess that was derived from the jms.tst test case in the LISA examples directory, and a test case that calls this subprocess

One data set, order_data, was removed from the original test case. The order_data data set provided the values for order_num in the original test case. The property order_num is now an input property.

subprocess_example_2

The following graphic shows a test case with one test step: Execute Subprocess.

subprocess_example_3

Step1 is of the type Execute Sub Process, and it runs the subprocess jms (shown previously).

The input property matches, and the calling step has asked for the lisa.jms-1.rsp property to be made available after the subprocess has finished executing.