|
|
Example Voice Prover Test Script The Following shows an example Voice Prover IVR test script for IVR load testing a balance enquiry system. IVR test scripts are split into two sections, header and body sections. The header section sets up certain data such and the telephone number of the IVR under test. The body command basically waits for the prompt and sends DTMF. If the length of the prompt is not within the preset tolerance then the script fails, Voice Prover hangs up and redials. Once the number of failures has been exceeded, Voice Prover stops dialing on that line. It's that simple. Once IVR stress testing is finished, the IVR test script can be edited with a few simple changes and used for long term IVR monitoring to make sure your IVR systems are always available. // Get a Balance. This script is for IVR volume testing a WAIT: 3000ms,2 // Initial greeting WAIT: 2896ms // Please enter account no WAIT: 8993ms // Please enter DOB WAIT: 5500ms // 1st digit of password WAIT: 4984ms // 2nd digit of password WAIT: 25000ms,9 // Your balance is ... HANGUP |