how qtp identify two objects having same name, supose
objects are in same page also with same name,specify spl
feature.
Answer Posted / sudheer 4m mphasis
This is the SPL feature for this problem.
QuickTest can use the following types of ordinal
identifiers to identify an object:
Index. Indicates the order in which the object appears in
the application code relative to other objects with an
otherwise identical description. For more information, see
Identifying an Object Using the Index Property.
Location. Indicates the order in which the object appears
within the parent window, frame, or dialog box relative to
other objects with an otherwise identical description. For
more information, see Identifying an Object Using the
Location Property.
CreationTime. (Browser object only.) Indicates the order in
which the browser was opened relative to other open
browsers with an otherwise identical description. For more
information, see Identifying an Object Using the
CreationTime Property.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What are the key elements available in test result window?
How to associate function library at a run time?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is the Difference between copy to action and call to action?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Can we run multiple QTP scripts one after the other without manual intervention? How?
How to modify object property in qtp ?
What are the types of data tables in qtp?
What is the use of sendkeys and what are send keys
after click on compose mail how can we attached a file in qtp with vbscript code
What is the difference between analog and low level recording?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
what is ODC and GDC?