Step 4. Test your Activity

Typically, you will test your custom Activity by creating and running Processing Sequences containing it.  (If it makes sense for your activity, you can also run the Activity directly, without creating a Processing Sequence.)

Clearly you need to test that the custom processing performed by your Activity is performed correctly to your specifications in all cases. You also need to verify that your custom Activity is a good "Processing Sequence citizen". Some of the questions to ask include:

When testing your custom Activity, you may find some of the supplied Activities helpful.  For example, you can use the LOG_VARIABLE activity to record the values of variables in the variable pool before and after your custom Activity runs.