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 |
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
What is quicktest professional?
what is the difference between data driver & data driven and driver script?
Explain about business process component? types and usage?
What is the Command used to start the QTP
Explain the Load testing process?
In qtp, explain what is keyword driven automation framework?
how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??
write script for finding number of broken links in web page? kindly please answer my question.
3 Answers Manhattan, Oracle, Virtusa,
Is it possible to call out to Java from QTP?
what is the difference between parameters and arguments?
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine