Make your QTP script talk to you. Try the below code, the script will tell you the current iteration number. Before running the script, please switch on your PC's speakers.
Set oVoice = CreateObject("sapi.spvoice") oVoice.Speak "Iteration "&Environment.Value("TestIteration") Set oVoice =Nothing