How to create an instance in QTP?
Answer / harsha
we can create instance of QTP by using vbscript like
Set ObjQTP=CreateObject("QuickTest.Application")
ObjQTP.Launch()
ObjQTP.visible="true"
Is This Answer Correct ? | 31 Yes | 1 No |
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
what is smart identification?
Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .
Can you brief the hurdles you faced during Automation testing?
four browser are open same application i want to enter 3browser how?
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
when u script reveiwing in which area u more concentrates?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.
How to take screen shot of desktop by using vb script code or is there any method?