How to perform action on objects, If two objects have the
almost the same name ?
example :
Object 1 : "Entry of Items"
Object 2 : "Items"
Whenever I ask QTP to perform an action on Object 2 it
performs action on Object 1.
Note: The two objects are present in an Oracle Application
tree.
Answer Posted / manjunatha
Just u can use Location or Index ordinal identifier. Then
QTP easily identified the object.
EX: B().P().webbutton("name:=Entry of
items","Location:=0").click
OR
B().P().webbutton("name:=Entry of items","index:=0").click
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the technologies supported by qtp?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
is there any addin for remedy user application
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is the basic concept of qtp?
UFT 12.02 which ALM version will support
Is it possible to switch between recording modes during a test creation?
Does quicktest professional is unicode compatible?
How to save your test using quicktest professional (qtp)?
Explain types of descriptive programming?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is throw Object?
What is Distributed testing? How does UFT support it?