A web page has two butons with same properties and rotating
in clockwise direction. how to click on any of the button?
Answers were Sorted based on User's Feedback
Answer / sagar jadhav
As the buttons are having same properties and their
locations are being changed continuously.. you can go with
the index Or Creation time properties of the Ordinal
Identifier to identify the particular button... Thanks!
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / phani
'Use the following code to click on the second button
Browser("").page("").webbutton("name:=XXX","index:=1").click
similarly to click on 1st button change index value to 0
You can also use highlight to conform particular webbutton on the webpage which you wanna click
Browser("").page("").webbutton("name:=XXX","index:=1").highlight
pls correct me if iam wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How to change the run-time value of a property for an object in QTP?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
Why divide a test into three action calls?
Sql questions to find second max salary and how to use joins
What is the difference between Datadriven and Parameterization?
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
what is keyword driven testing in qtp?n how is it useful?
difference between recording methods and recording modes in QTP
how to get the object property
what is the difference between wait and wait function