This guide explains how to set up a logic hook in Botium to ignore silence duration in VoIP communications during testing.
This logic hook can be used only as a Bot Step.
- On the left navigation pane, head to
Botium Tools & Settings > Test Sets > Your Test Set > Test Cases
- Click the + NEW button to add a new Convo, or select a previously created test case from the list.
- Add a new + BOT STEP
- Click the Edit icon, or anywhere inside the step, and search the list for the
'VoIP - Ignore Silence Duration Asserter Logichook' logic hook.
- No configuration is necessary for this logic hook. Click the APPLY CHANGES
button to complete the step entry.
Note:
Example Botium Script:
#bot
IGNORE_SILENCE_DURATION
Explanation:
IGNORE_SILENCE_DURATION
ensures that any silence duration in the
VoIP communication is ignored during the test, allowing the conversation to proceed
without considering the silent periods.