Answer Posted / gabbar
QTP>>fILE>>CONNECT TO QC>>URL AND THEN CONNECT
BY MENTIONING DOMAIN AND PROJECT DETAILS.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Is it possible to change the property value at runtime? How it is possible?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
What is the quicktest professional testing process?
What are the different types of recovery operation?
Where to use function or action?
HOw to add the recovery file at runtime to the test file .
Can you list some technologies that support qtp?
what is the difference between modular framework & datadriven framework
How to suppress warnings from the test results page?
Explain how you can delete excel file in qtp?
What is the difference between analog and low level recording?
explain how to write vb script in qtp?when will you write own script?
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
How to start recording using quicktest professional (qtp)?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))