IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT
PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS
INDIVISUALY.
Answers were Sorted based on User's Feedback
Answer / vamsi
with the help of index handle this issue
ex:
Browser("name:=").page("title:=").WebButton("index:=o").click
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / dinesh
Using the ordinal identifier(index value) we can identify the object which has same property and value
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefits of quick test pro(qtp)?
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better
Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated
how do u handle an object without name using QTP 9.2?
what sort of things what u put in Bug Report ?
what could go wrong with test automation?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Why qtp the best testing tool?
Define QTP ?
How to check and display a particular word from a paragraph?
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?