03-02-2012, 11:08 AM
[/i]Hi,
good morning,
when i am connecting qtp to qc through scripting code written below .when am running the script it is opening qtp but it is giving error msg "connection is not available"
plz any one help .
good morning,
when i am connecting qtp to qc through scripting code written below .when am running the script it is opening qtp but it is giving error msg "connection is not available"
plz any one help .
Code:
set qtplch=createobject("Quicktest.application")
qtplch.launch
qtplch.visible=true
on error resume next
qtplch.TDConnection.connect"http://193.178.1.200/qcbin","CERNATECH","EDUTRACKER","kiran.goud","kiran123",true
msgbox(err.description)