Scripting Settings

  • Using the Scripting Memory

    Scripting memory in Botium allows you to store and reuse variables and functions within conversations. This enables dynamic interactions and testing scenarios without hard coding values. Here, we will explore how to use scri...

  • Text Matching mode and Normalize Text before Matching

    The Text Matching mode is the logic to use for comparing the bot response to the utterance (see capability). Let’s say, your bot is answering a question for an order number with this text: Your order number is PO-15342 When us...

  • Expand Conversations and Convo Expansion Mode

    If you are new to Botium and don’t know about convos, utterances and scripting memory, please read Botium in a nutshell first. Enable the Expand Conversations option if your Test Set contains utterances files to be...

  • Expand Utterances to Conversations and Incomprehension Utterances

    There are cases where you are not really interested in asserting conversations with your bot. Maybe you are just interested in sending as much text as possible to the bot (for training purposes), or you just want t...

  • Enable Scripting Memory and Scripting Variable Matching Mode

    How to Enable To use scripting memory and variable matching, ensure the SCRIPTING_ENABLE_MEMORY capability is set. This enables the bot to handle dynamic data. Steps: Navigate to Botium Tools & Settings...