06-20-2011, 03:51 PM
Code:
dim qapp
set qapp = createobject("QuickTest.Application","<IP Address")
qapp.launch
qapp.visible = true
I am using the above script to launch QTP on a remote machine
However it is not working
I am getting the below mentioned error:
Error: The remote server machine does not exist or is unavailable: 'createobject'
Code: 800A01CE
Can anyone help?