Tester

Using the Tester you can test your conversational flow using chat or via phone call.

Click on Tester on the top right of the page to open, and select which event you'd like to test and whether you want to try the agent via chat or start a phone conversation with the agent.

Testing via voice

This option is only relevant for telephony-operated agents.

The phone conversation will be triggered by an outbound call from the studio platform to your own device.

After you selected the event in your agent you'd like to test, select "Phone Call" and fill in the phone number you want to receive the call to. Once you pick up the call, the agent will greet you with the welcome message you added. Now, you can test your conversational flow via the phone.

If you click on the two circular arrows on the top right of the tester, a new call will be simulated and you can start over the conversation.

Testing via chat

After you selected the event in your agent you'd like to test, select "Chat". Once you click "Start Test", it will show you the welcome message of your agent.

The tester will also show when actions have been performed successfully, e.g. when SMS and Emails were sent successfully.

If you click on the two circular arrows on the top right of the tester, a new call will be simulated and you can start over the conversation.

If you added human voice recordings to the nodes, you will be able to play and listen to them in the tester.

Mimic a conversation in the tester

Sometimes the flow can be influenced e.g. by the user's phone number, whether the agent was reached during or after hours, etc.

A list of all Parameters used in the agents will show when you click on the cog on the top right of the tester. It will be divided by custom parameters created by you and system parameters. Here you can fill in the parameter values that might have an effect on the outcome of the conversation.

Refresh the testing session by clicking on the two circular arrows on the top right and test your flow with the new values.

Test "No Input"

You can test the "No Input" scenario for Collect Input or Listen nodes by simply typing "no input" into the tester. It will return the desired response for this scenario.

Zoom in on node

When testing your conversational flow in the chatbot tester, you can easily locate each node used. Click on the "Go to node" icon next to the agent response or user input box and the canvas will zoom in on the relevant node.

Check the performance of Webhooks

There are two ways to inspect the performance of a Webhook in the tester.

Firstly, the tester will notify you if the Webhook was executed successfully. If unsuccessful, the check would turn red and show an unsuccessful attempt message.

If your Webhook node returns a failure, you can get more information by clicking on the code sign on the top right of each text bubble, the JSON file of the conversation will open on the left of the tester. This can be a very helpful tool to debug.

Last updated