Skip to content

Testing your bot

Matúš Žilinec edited this page May 24, 2018 · 1 revision

How do you test a chatbot? You definitely need to, but it isn't possible to use unit tests since you need all the previous user interactions. That's why we have a module for testing bots.

It works like this:

  • You record a conversation and golem converts it to something similar to unit tests
  • You can always create or modify your tests manually
  • You run the tests from a web interface at http://localhost:8000/chatbot/tests

It's really no big deal! TODO