06-11-2008, 03:04 PM
Hi,
Please go through the following scenerio and tell me the solution.
There are two machines A and B
macine A have all the scripts and related functionality, and does not have QTP.
machine B have only QTP installed.
I want to invoke QTP from A and run test cases on B.
I have tried
but it gives an error : Permission Denied 'CreateObject'
error no. 800A0046
Please go through the following scenerio and tell me the solution.
There are two machines A and B
macine A have all the scripts and related functionality, and does not have QTP.
machine B have only QTP installed.
I want to invoke QTP from A and run test cases on B.
I have tried
Code:
set obj = CreateObject("QuickTest.Application","Machine BName")
but it gives an error : Permission Denied 'CreateObject'
error no. 800A0046