A web page has two butons with same properties and rotating
in clockwise direction. how to click on any of the button?
Answer Posted / 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 |
Post New Answer View All Answers
How to check feasibility of the appliction?in automation testing?
How you calling actions in qtp?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
What are the major/ important methods, functions in QTP we use realtime testing
Are Shared ORs read-only?
How do you convert manual test cases to automated test cases?
What are the differences between quicktest professional (qtp) and winrunner?
What are the views available in quicktest professional (qtp)?
How do you create new test sets in td?
How to use setroproperty?
If I change the property value at runtime is it effect is object repository?
What are the main differences of qtp and win runner?
Where to use Property Let, Property Get, Property Set in UFT
what is description object?