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

Answers were Sorted based on User's Feedback



I want to run my qtp scipt on the system where qtp is not installed .I don't want to install ..

Answer / ritesh

There is no way to do this.
You need to have QTP installed on the machine where you
want to run the tests.

Is This Answer Correct ?    3 Yes 0 No

I want to run my qtp scipt on the system where qtp is not installed .I don't want to install ..

Answer / ankur_jain

thanks jay prakash for giving the reply but what u suggested
is possible only when that remote machine have qtp installed
on it .My problem is to execute the qtp script on the remote
machine which do not have qtp installed on it .So is there
any way to run qtp script on such remote system which do not
have qtp installed on it .If there then plz let me know .I
hope now u will get exactly wat i want

Is This Answer Correct ?    0 Yes 0 No

I want to run my qtp scipt on the system where qtp is not installed .I don't want to install ..

Answer / 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

I want to run my qtp scipt on the system where qtp is not installed .I don't want to install ..

Answer / padmajasrinath

Tools-->Options


in RUN tab check the option "Allow mercury products to run
tests and components" once if u do this u can run ur script
through QC.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More QTP Interview Questions

Syntax for how to call one script from another and Syntax to call one "Action" in another?

1 Answers   Crea,


what is the purpose of SetTOProperty Method?

1 Answers   Cap Gemini, iGate, Wipro,


How i can test the background color of the records displayed in a Table. Eg i have a .net desktop application and there is a Table(swftable) with records displayed in the grids. i have to validate whether the 1st record is displayed in white background color and 2nd record in light blue background color...But the constraints is that once user click on the first record...the background color changes to grey.......Plze let me now how to validate this with QTP 9.2.

9 Answers   Accenture,


Key word driven framework

0 Answers   Wipro,


what is test data

4 Answers   Wipro,


If the object property is changing very frequently, what was your approach?

2 Answers  


How do you test DLL files using automation Tool QTP?

0 Answers   Qwest,


what is object repository size?

22 Answers   ITC Infotech,


How to make Non reusable actions into reusable action? is that feature available in QTP

2 Answers   Ordain Solutions,


Can we run test with out adding object in object repository? How it is possible?

0 Answers  


i am giving.multiple names like ram,raj,san etc....pls enter & search these names in google pade edit box through script... i told to interviewer, using Ms excel & test easily..but interviwer not happy with that answer?

2 Answers   Accenture,


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

0 Answers   ADP, CTS,


Categories