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 QTP identify the system time that's changes every seconds?
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
How may types of defects identify application or your currently working application?pls give me answer..
How do you convert manual test cases to automated test cases?
What is the regular expression for Yahoo mail Inbox?
how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)
What is the Diff between Image check-point and Bit map Check point?
How to use reporter.report event in qtp ?
What are the types of object repositories? Which one is you using?
How will you handle the situation when object is not captured during record?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
What are the recording modes in wave event?