Hi..All
I have installed QTP 10.0, and need to Automate SAP
Application.....so i need to Install SAP Add-ins, anybady
has SAP-Addins, Please help me, and thanks in advanced plese
send it on my email id: sandipgami84@gmail.com
Thanks,
Sandip Gami
+91-9714177088
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
How can you close the second opened browser?
How do know the number of browsers opened?
What is Test Fusion Report in QTP?
Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
i have qtp 9.5 ver software.but i don't know the license key. if anyone have license key please send it to my personal mail id(munir.reddy@yahoo.com
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
What are the problems / difficulties faced when you used Smart Identification ?
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
what is the Command used to start the QTp from Run.(start-> Run)