Test Script

The test script feature allows testing the API URL Resolver and Data Response Resolver scripts.

You can test the scripts using the following methods:

File

This method involves testing the scripts by providing input data from a file. The test script reads the data from the file and passes it to the Data response resolver script for processing and verification.

API

With this method, you can test the scripts by directly calling the API endpoints. The test script sends requests to the API resolved using API Url resolver and returns the response received from the data response resolver script.

Text

This method allows you to test the scripts by manually entering input data as text.

Note**: The API method only works if an API account is connected.

Last updated