Test and debug
Studio provides several facilities to test your connector components. During the test and debug phase, you perform runtime validations that test your connector and diagnose configuration or data errors. All outbound endpoints should be tested.
When you test your connector, the Studio build process checks that your XML file is well-formed and validates it against your schema files. It then generates outbound mappings, creates and sends an outbound message, receives a response and executes the inbound mappings. The CDK performs two types of tests:
- Unit testing
- Integration testing