Test Harness

Hi all ,

In developer documentation ,it is mentioned that a " Test harness is
a flow service that executes both the service that produces the test data and the service you want to test "

Any detailed information regarding that ??

T I A
RamK

Ram,

That statement assumes that you need a service to create the data needed to test your service, if your service is simple the test harness could consist of a MAP statement to populate your test data, an INVOKE statement to call the service you wish to test followed by one or more BRANCH statements to compare the data your service returned with the data you expected.

For a JUnit-like testing utility for webMethods, check out the WmUnit product produced by CustomWare.

Mark