A web page has two butons with same properties and rotating
in clockwise direction. how to click on any of the button?
Answer Posted / 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 |
Post New Answer View All Answers
How to explain a banking project in interview as a test engineer???
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What is the difference in testing a client-server application and a web application?
Explain the use of action split in qtp?
What are the benefits of qtp?
how will you check how many members visited the website www.infosys.com?
how can i pass a "cript"as a parameter in to a function
how to create flat file datasubmission in qtp
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What is environment variable in qtp and why to use it?
What is the difference between call to existing action and copy of an action?
How to add verification steps to tests?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How can i check items sorted or not in a weblist ? Give me the script for this...
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);