Hi .. i want to write the script for the combo nox list .
For example if any combo box having a multipul itme. So
how can i retrive each item for each iteration ? help me out .
Answer Posted / bindu kumar
x=Browser("name:=xxxx").page("title:=xxxx").WebList
("name:=statusVI").GetROProperty("items count")
For i = 1 to x
allitems=Browser("name:=xxxx").page("title:=xxx
x").WebList("name:=statusVI").GetItem(i)
msgbox allitems
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
could any help me please, how to work on visual foxpro application using UFT
In qtp, how you can get the last character from a string?
How to associate shared object repository to test in qtp?
Can any body please tell me the steps of keyword driven framework of QTP.
How will you handle java tree in qtp?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Explain the parameter in qtp?
what is description object?
What are the ordinal identifiers in web page?
How to remove the associated function library?
How do client side image and server side image work?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What are the trigger events in qtp?