Skip to content

Test a Connector Application

Currently you can not test a Connector Application locally for Kelvin Platform compatibility.

It is possible to test your program to ensure it can connect and communicate with external sources by running the script normally.

Test Connection code
1
python <SCRIPT_NAME>

If your Import or Export Connection Application uses specific Kelvin SDK features like Recommendations or Custom Actions, then you can also test locally first using the Kelvin test generator feature.

You can read more about the test generator here, or specific examples on Custom Actions generator here.