10-29-2010, 02:06 PM
Hi Pawan,
Yes it is possible to open QTP on the remote machine, here is the syntax,
HostName = "H23" ' Enter the remote machine name here
Set a = CreateObject("Quicktest.Application",HostName)
Let me know if this doesnt work
Thanks
Vinod
Yes it is possible to open QTP on the remote machine, here is the syntax,
HostName = "H23" ' Enter the remote machine name here
Set a = CreateObject("Quicktest.Application",HostName)
Let me know if this doesnt work
Thanks
Vinod