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 |
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
Explain the features and benefits of quick test pro(qtp)?
what is the difference between the modular framework and datadriven frame work
Which scripting language used by quicktest professional (qtp)?
scalability testing comes under in which tool?
what type of scripts are asked in qtp?
How to test the login page in different ways in automation testing and i need code?
1.what is test automation life cycle?
how do you done Data-driven test using MS-Word Instead of DataTable
What is the latest version of qtp?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?