What is an optional step in qtp ?
No Answer is Posted For this Question
Be the First to Post Answer
diff between qtp versions from 8.5
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
How you can decide which type of object repository you have to use?
What are the parameters provided by QTP?
Can we use Virtual Objects in Discriptive Programming?
I want to learn Advanced QTP, suggest me the best faculty in Hyderabad
who QTP recognizes the object stored in object repository?
How to use the object spy in quicktest professional 8.0 version?
how to retrieve the column headers in database using vbscript statement in QTP
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
anyone can explian about types of "Triggere Events" in QTP
What will be happen if i load object repository at run time, but it has already associated.