Answer Posted / p
Typically an object nd its properties are recorded in object repository to enable QTP,but using descriptive programming we donot store the object & its property value in OR but mention the property value in the script.
It helps to recognize dynamic objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
how can i pass a "cript"as a parameter in to a function
Where we can use the analog mode and where we can use the low – level mode?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What is test object model in quicktest professional (qtp)?
Can launch two instances of qtp on the same machine?
How does qtp identify the object in the application?
how can we compare descriptive programing with a regular expression
What is checkpoints for quicktest professional (qtp)?
How do you know the location Id of an object if you know its index id?
What is Associate Repository in QTP 9.2 ?
What are the different types of functions available in qtp and explain ?
How to use setroproperty?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek