Can we install QTP on remote server and access it as a web
application on other system (client place)? If so please
let me know.

Thanks in advance,
Ravi

Answer Posted / babu

Hi Ravi,

I think it is possible.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

5880


what is the difference between the modular framework and datadriven frame work

1911


What is the registration process and examination fees?

553


what the difference between shared repository and per action repository?

550


How does qtp identify gui object?

586






What is the short cut keys for the following?

646


How many types of Automation frameworks are there in UFT? Describe them.

559


What is checkpoint in qtp?

550


In qtp, explain what is keyword driven automation framework?

617


what is supply chain management?

2090


Mention the different actions types of qtp.

575


Explain different type of event trigger option.

539


How to run a test using quicktest professional (qtp)?

544


Does Low-level recording capture mouse movements?

583


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1571