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.
To enable the unit testing mode, click the Unit Test icon () that is available on the Activities, Triggers, Unit test, Properties and Schema panel on the right. Click the same icon to exit the unit testing mode.
Subtopics