Creating and Running a Test Case

Unit testing in flogo tests smaller chunks of work in the process.

A test case is a basic building block of unit testing. A test case can have one or more assertions on the activities in the main flow, activities in the error handler, or on the flow output. One flow can have multiple test cases.