Given the following SumWorkflow:

What is the appropriate verification required for testing that the SumWorkflow works as expected?

The correct VB expression to verify that the SumWorkflow executed correctly is sum = expectedSum. This compares the actual output (sum) with the expected value (expectedSum) set earlier in the test case. If they match, the workflow performs as intended.
Currently there are no comments in this discussion, be the first to comment!