Skip to main content

Partial Convo

This guide explains how to set up a logic hook in Botium to incorporate partial convos into your test cases.

Note: You must have partial convos previously created to add them as a logic hook. If no partial convos are available, the dropdown list in step 5 will be empty.
  1. On the left navigation pane, head to Botium Tools & Settings > Test Sets > Your Test Set > Test Cases
  2. Click the + NEW button to add a new Convo, or select a previously created test case from the list.
  3. Add a new + BOT STEP
  4. Click the Edit icon, or anywhere inside the step, and search the list for the 'Partial Convo' logic hook.

  5. Configure the Logic Hook:
    • Select Convo: Select a partial convo from the dropdown menu. Ensure that you have previously created partial convos, or the dropdown will be empty.

  6. Click the APPLY CHANGES button to complete the step entry.

Note:
Example Botium Script:
My Convo

#me
INCLUDE PCONVO_GREETING

Explanation:

  • INCLUDE PCONVO_GREETING inserts the steps from the partial conversation PCONVO_GREETING into the current conversation.

Was this article helpful?

0 out of 0 found this helpful