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 |
what are the difference between qtp8.2 to 9.0 surya
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "ETL TESTING" IS BEST OR NOT? BEFORE LEARNING ETL TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR ETL TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?PLS HELP ME REAL TIMERS IM REQESTING U..... CONTACT ME gan9000@gmail.com
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP, MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
What are the views available in quicktest professional?
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
what is object and child object.. explain ..if possible give some example for better understanding ..
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
What is All object and Local object in Object Repositary? Explain me please.
How to Analyze the Checpoint results by Table and DB Checkpoints?