Post New KEPCO Energy Service Company Electrical Engineering Interview Questions
What are the components of powerpoint?
what is the reason if a supply air grill located top of the glass and glass is getting sweated.become like mist.
What do you mean by CEMT?
How do you Export a session ?
What is dagger in android?
What are the built-in type does python provides?
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What are the datatypes available in pl/sql ?
Classification of bunkers?
What are the different types of system involved in embedded system?
What does a single “/” bar in XPath do?
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
What is shapes in ms word?
Mention what is the difference between selenium and sikuli?
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