I used Child objects to get the count of the no of weblist
present in the page.now i need to select the item in the
weblist..Please send me full code
Answer / udham singh
set c = description.create
c(micclass).value = "Weblist"
set d = browser().page().childobjects(c)
msgbox d.count 'will give the number of lists on the page
for i = 0 to d.count - 1
d(i).select "1" 'u can give any value in double quotes
next
Note : this code will work on all the liste present on the
webpage.
Also if u want to perform select operation only on selected
weblists thats also possible
| Is This Answer Correct ? | 2 Yes | 0 No |
How can we translate the steps between the Keyword and Expert Views?
give me an example where u used good judgement and logic in solving a problem
what is the difference between seat and concerent licenses.
Explain about the test fusion report of quicktest professional (qtp)?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
In a yahoo web Application there are 65 links.one day it will opens 50 links and another day it will open 55 links.In this scenerio write Descriptive programing for Automation?....Pls write the code for this scenerio.
1 Answers College School Exams Tests, UHG,
when there is a task that gets repeated in multiple scripts what do you do in QTP?
How to retrive the property of an object?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?
What is CMMP and CMMH?
Hi any body can tell me the in detaled information about Description.Create() thanks in advance