Votes
Answers
Views
Question
0
1
126
asked 12 years ago by sunil-ramini
updated 12 years ago by maximilien
Unable to modify the QTP script in QC using Automation Object Model. Please find the below code used and let me know where I went wrong. Code: ----- Dim qtApp Set qtApp = createobject("Quicktest.Application") qtApp.Launch msgbox "launched" qtApp.Visible=True qtApp.TDConnection.Connec...