Testing a bot

Testing a bot ensures it functions as expected, responding accurately to user inputs. Run the bot through various scenarios to check its responses, flow logic, and error handling before going live.

Steps to test a bot after building it in Wabo-

Once you've built your bot in Wabo, you can test it to ensure it functions as expected. Here are two ways to do that:

1. Use the Preview Option:

    • In the Bot Builder module, after completing your bot flow, select the Preview option.
    • This allows you to interact with the bot in a simulation environment to test its responses and behavior.

2. Test via Website Script:

    • Go to Configure Section: Navigate to the Configure section in the Bot Builder.

    • Select Deploy Script: Click on the Deploy Script option to get the website integration script.

    • Copy the Script: Copy the script provided for embedding the bot on a website.

    • Test on HTML Editor: You can test the bot by pasting this script into any online HTML editor (such as JSFiddle or CodePen) to simulate its behavior on a webpage.

Testing allows you to identify and fix any issues before deploying the bot live.

 

Related Articles


Was this article helpful?