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 |
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
How we can add actions in the test using QTP?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework
How does qtp recognize objects in aut?
If some requirements r changed during the testing process ,then how can u handle this in frame work?
what is objectidentification?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.