Testing Your Modules
This section provides guidance on how to test custom modules you've developed for the Crosser platform. As a module developer, you'll need to validate that your modules work correctly both in isolation and as part of a complete flow.
Prerequisites
Before testing your modules, you should be familiar with:
For video tutorials on these concepts, check out the Crosser Academy.
Testing Approaches
There are several ways to test your custom modules:
- Local Unit Testing and Integration Testing - Test module logic in isolation using the TestHelper package
- Test the module in a flow - Test modules as part of a complete flow using remote sessions
- Troubleshooting - Diagnose and resolve common module development issues
Quick Start
If you are already familiar with the Crosser Node setup and Flow Studio, jump directly to: