I want to run my qtp scipt on the system where qtp is not
installed .I don't want to install qtp but i want that
system should use the qtp from another system in lan just
the qtp instance should be launched on that system without
having qtp installed on it .I probably know the solution
that it will be solved through RMI but how to get this
problem solved plz help i anyone know the answer
Answer Posted / jay prakash
I have not much idea on this but sharing what i had read on
a expert blog, please see if it helps:
'''From http://hisudhakar.spaces.live.com/blog/cns!
8DDF980C45482279!441.entry
'''' Ref:: http://qtp9.blogspot.com/2007/10/running-
automation-scripts-on-remote.html
By default when you can able execute QTP scripts on a Local
Machine. Automation Object Model is providing a facility to
execute QTP scripts on a Remote Machine.
When you use CreateObject("QuickTest.Application"), it is
giving permissions to execute scripts in local machine’s
QTP.
To execute scripts in Remote Machine use
Set qtApp = CreateObject("QuickTest.Application", "Remote
Machine Name")
Before using this statement ensure that the Distributed COM
(DCOM) Configuration Properties of the remote computer are
set to allow you to run QuickTest Professional Automation
from your computer.
Steps to Set the DCOM Configuration Properties on Remote
Machine
On the computer where you want to run the automation
script, choose
Start--> Run. The Run dialog box opens.
Enter DCOMCNFG and click OK. The Distributed COM
Configuration Properties dialog box or the Component
Services window opens (depending on your operating system)
and displays the list of COM applications available on the
computer.
Select QuickTest Professional Automation from the list and
open the Properties dialog box for the application. (Click
the Properties button or right-click and choose Properties,
depending on your operating system.)
In the QuickTest Professional Automation Properties dialog
box, click the Security tab.
In the launch permissions section, choose the custom option
and click Edit.
Use the Add and Remove options to select the network users
or groups for which you want to allow or deny permission to
launch QuickTest Professional via an automation script.
When you are finished, click OK to save your settings.
Repeat steps 5 and 6 for the configuration permissions
section to select the users or groups who can modify
QuickTest Professional configuration options via an
automation script.
In the QuickTest Professional Automation Properties dialog
box, click the Identity tab and select the interactive user
option.
Click OK to save the QuickTest Professional Automation
Properties settings.
Click OK to close the Distributed COM Configuration
Properties dialog box or the Component Services window.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to find the difference between 2 dates in qtp?
What is Associate Repository in QTP 9.2 ?
How do I get the QTP scripts result in xml format by using vb script function?
How to use debug tools?
What is difference between shared and local object repository?
What is checkpoints for quicktest professional (qtp)?
Why qtp the best testing tool?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
What are the types of object repository?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How to execute a winrunner script in quicktest professional?
What are the different types of checkpoints?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this