Message exchange pattern
An operation is defined by a message exchange pattern (MEP) that describes the message pattern (publish or request and reply) required by the operations transport to establish communications. MEP can be the approach if recording is unavailable to create initial tests and stubs.
During the entire testing lifecycle, you can create similar tests, which require more effort. Using the Test Template feature, you can reuse the same template to create different tests. The template acts as a base test from which many tests can be derived.
While you are performing integration, system, or system integration tests you might need to call more than one test to create a business process. In such cases, if you pass tag values from one test to the next, make sure to correctly designate the tags for input and output in individual tests. Correct designation will lead to values being passed appropriately. The output values of one test can be the input value of another test.