Submitted Questions

  • Automate Audio app using QTP

    Hi, can any one tell me how to automate computerized generated audio in QTP. While automating QTP is not recognizing audio action.

    vijay kumar

    • Oct 14th, 2016

    Set ovoice=createobject("sapi.spvoice")
    ovoice.speak "Hello Vijay "

    Note if in data table global sheet you have 3 rows then it will speak 3 time so make sure your iteration should be 1 time.