Testing a connector
Before you download or publish a connector in App Connect, you can test how the actions and events behave in the Test actions and Test events tabs.
Before you begin
Ensure that your connector is connected by using one of the authentication methods that you configured. For more information, see Connecting an application.
Testing actions
To test the actions in your connector, complete the following steps:
- From the Connector Development Kit home page, locate the connector that you want to work with.
- Ensure that the connector is marked as completed.
- Click the connector tile.
- Click the Test actions tab.
- Select the action that you want to test, and enter any required information.
For information on how to test download and upload actions, see Testing a download action and Testing an upload action.
- Click Submit.
The test results are displayed in the side panel with the response properties that you configured for the action's response.
- Click the X button to close the Test results side panel.
Testing polled events
To test the polled events in your connector, complete the following steps:
-
From the Connector Development Kit home page, locate the connector that you want to work with.
-
Ensure that the connector is marked as completed.
-
Click the connector tile.
-
Click the Test events tab.
-
Select the polled event that you want to test, and then click Try out event. The Connector Development Kit tool listens for new events for up to 3 polling cycles and the test results are displayed in the side panel.
Note: The Connector Development Kit polls the application for changes to the events once every minute, and this interval cannot be modified. However, the time interval can be adjusted within an integration flow after adding the application to the App Connect UI.Tip: You have the option to view the results either in tree view or code view. -
Click the X button to close the Test results side panel.
Note: Closing the panel results in the clearing of all events received from polling.
Result
A successful outcome in the side panel confirms the proper configuration of your action or event.