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
how many maximum number of virtual users we can create?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
what is error and fault in terms of software quality?
Is it possible to merge two object repository files in qtp?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How you can replace string in qtp?
how can we compare descriptive programing with a regular expression
Tell me about your project? please help me how to tell about insurance project
Mention the different actions types of qtp.
Have you used xml check point in your project?
What is the syntax to call one action in another?
If you are testing a web application then what will you test in that application?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is data driver in qtp? Where we use it?