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.
Answers were Sorted based on User's Feedback
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 |
Answer / rohit pathak
Just mention all the properties from objects repository, but
if all the properties are same then change one of its
property by which tool can easily able to recognize the object.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the differences between image check point and bit map check point?
How to manage a drag drop event in the qtp
If requirments changed then how we can teach the QTP this is the new requirment
What are the flaws in water fall model and how to overcome it?
what kind of frame work you used in your last project?
How to suppress warnings from the test results page?
Explain step generator in qtp?
Please give me the steps to carry out datadriven in QTP8.2
How many types of recording modes in qtp? Describe each type with an example where we use them?
take one exmple and write on that discriptive programe in qtp?
hi, Can any body tell me whats the difference between the QTP and the Rational Robat ad the Silk Test and LOad Runner and are they used in any Company On the Major scale bcas I finnf Many comapny Using the Manual Testing Only Hence Askin the Question Hope I will get the Assitence .
What is the limitations of BVA?