Test your Bot

Now you can Test your Bot on-the-go without the need to connect to Proxy or Webapp on different tabs.

Overview

Journey Builder is equipped with a Test Bot functionality to help you Test and Debug your Bot while you build it on console. Test Bot feature is available for all console projects and can be found on the right top of the journey listing page in Bot Studio > Journeys.

You can use the widget to send messages and initiate a conversation using the configured trigger inputs on the Starting Node of the created journeys.

Test Bot feature is also equipped with a message log button across each user message on the Bot widget which will help to identify any errors or bugs in the bot design. This will incrementally reduce the efforts to debug a bot or fix issues without requiring a need to reach out to support. The message log is available for every user message only where it renders the payload generated after the user message is sent.

Message Log

Message Log consists of two sections viz. Basic Info and Payload. These two sections helps a Bot Designer or a Bot Dev to view detailed info of the Journeys and Nodes executed after the user message is sent.

  • Basic Info : This section contains the information in a structured manner showing the execution of each node inside a journey once a user message is sent. The tabs inside the Basic Info can be expanded to view more about about the execution of the node and the variables that were updated during the process.

  • Payload : Payload Section will contain the backend JSON Payload that got generated post a user message is sent. The payload can also be copied to view separately.