I have created a HTTP(S)/JSON Connector to connect my NLP chatbot. But I encountered a problem when writing test cases. Because users say that a question may have multiple different responses. For example, I say "Hi" to the robot, the robot may say "Hello~guy" or "Hello". For this reason, the test result would be fail. This is a test result picture.
I think maybe we can use intent to judge this problem, or let Botium-box judge by adding "or".
And My Chatbot also can response the form , looks like this , that I can click the button.
So, I have two questions to ask.
- How to determine if the intent is using http(s)/json Connector?
- How to display the form on the Botium box and determine whether the chat bot button is valid?
I have read the wiki, but I can't do it well, thank you very much.