Worked example: a corrected street number in a noisy call
A fictional caller asks for a maintenance visit at sixteen Example Road, then immediately corrects it to sixty Example Road. The test uses a controlled task destination and no real customer address. The business rule requires a confirmed street number before a dispatch request can be submitted. Start in a quiet room so you know whether the ordinary correction path works before introducing background sound.
In the first call, the receptionist reads back sixty Example Road and submits a task. The transcript contains the correction, but the task address is still sixteen. That is a failure of the complete workflow. The useful defect report includes the original spoken value, the corrected value, the final read-back and the saved task field. It should not simply say accent problem, because the evidence shows that the correction was understood somewhere but was not applied everywhere.
After the stale-field defect is addressed, repeat the original quiet call and inspect the destination again. Then use the same script with safe background conversation. If the street number is unclear, an appropriate response is a targeted question about that number. Asking the caller to repeat their name, service request and entire address wastes effort and may introduce new errors. The expected recovery should be written before the test rather than invented after hearing the result.
Next, move the correction later. The caller changes sixteen to sixty while the receptionist is confirming the request. Check whether the action had already been submitted. If it had not, the corrected value should govern the pending action. If it had, the system needs an approved update or review path and accurate language about what happened. These are separate cases, even though the caller uses the same words.
Add a clean neighbouring call in which the caller says okay while the receptionist asks for the service description. The receptionist should not treat that acknowledgement as a new address or as permission to submit incomplete information. This protects against a repair that reacts to every sound as a full interruption. Good turn-taking distinguishes a correction from conversational feedback while keeping the business fields complete.
Your final report can say that the quiet correction, background-conversation correction and pre-submission interruption were exercised, with destination fields inspected. If the post-submission update could not be tested safely, state that gap and retain staff review for it. Do not publish a universal recognition score from these few scenarios. The value of the work is a demonstrated correction path and an explicit limit on what remains unproven.
Keep the reusable script short enough that another person can repeat it: service requested; first address; correction timing; expected read-back; expected saved field; expected action state. Attach the actual observed wording when a tester departs from the script. That distinction helps an implementer reproduce the failure without forcing future callers to speak exactly like the test participant.