Answer Posted / prashant
Using the Object Spy, you can view the properties of any
object in an open application. You use the Object Spy
pointer to point to an object. The Object Spy displays the
selected object?s hierarchy tree and its properties and
values in the Properties tab of the Object Spy dialog box.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
hou can we use vb script in qtp could u tell me breafly
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Tell me about qtp?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
For which type of project the iterative model is suitable?
What is difference between design time and run time data table?
How do you send email with attachment from outlook using qtp ?
can u please explain what is the exact difference between qtp8.2 and 9.0
What r the different filters in defect in quality center
What are benefits of qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
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 Test Fusion Report in QTP?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How to use parameterization in qtp?