On a web application I want to select list item 5 from a
dropdown list. but QTP identifying this object as
winobject. Then how can we select list item 5 from that
dropdown list.
Answer Posted / baby
in case of IE it identifies as winlist, to select a particular value say for eg, as '5'
For ex:-
Browser(" ").Page(" ").WebList(".*").Select(4)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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);
how to find that tools work well with ur existing system?
Is the qtp course will help to create a virtual object?
Tell some commonly used Excel VBA functions?
What are the check points can be inserted without recording?
What are the differences between qtp and winrunner?
How software automation specialist enter steps in the Expert View?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the different ways to invoke an application using QTP?
tell me QTP standards ?plz
How you calling actions in qtp?
how u will evaluate the tool for test automation?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How do you delete unwanted results in qtp?