How can i count the list box elements in QTP ?using script
plz explain me (Chandana)

Answers were Sorted based on User's Feedback



How can i count the list box elements in QTP ?using script plz explain me (Chandana)..

Answer / minni

u can use GETITEMCOUNT to count the items in a list
box.For an example see the below script.

msgbox Window("flightreservation").Wincombobox
("flyfrom:").getitemcount

Is This Answer Correct ?    25 Yes 2 No

How can i count the list box elements in QTP ?using script plz explain me (Chandana)..

Answer / sri satya

Hi
You can use this:
Count =Browser("title:abc").Page("title:abc").WebList
("name:=xyz").GetROProperty("items count")
msgbox Count

Is This Answer Correct ?    14 Yes 6 No

How can i count the list box elements in QTP ?using script plz explain me (Chandana)..

Answer / pbre

hi you can try this one

browser("SCP").Page("SCP").WebList("ctl00$WebPartManager1
$ResultSu").Click

a = browser("SCP").Page("SCP").WebList("ctl00
$WebPartManager1$ResultSu").GetROProperty("items count")
msgbox a
For i=1 to a
c =browser("SCP").Page("SCP").WebList("ctl00$WebPartManager1
$ResultSu").GetItem(i)
reporter.ReportEvent micPass,c,c

Next

Is This Answer Correct ?    4 Yes 4 No

How can i count the list box elements in QTP ?using script plz explain me (Chandana)..

Answer / rajaputra

url="http://corp.naukri.com/mynaukri/mn_newsmartsearch.php?xz=2_0_5&id="
Systemutil.Run "Iexplore.exe",url
set oDesc= Browser("name:=Mynaukri : naukri.com - India's
No.1 Job Site")
itemcount=oDesc.WebList("name:=qe").GetROProperty("items count")
msgbox "Number of Items in Experience List= "& itemcount
itemcount=oDesc.WebList("name:=qm").GetROProperty("items count")
msgbox "Number of Items in Minimum Salary List= "&itemcount

Is This Answer Correct ?    3 Yes 4 No

How can i count the list box elements in QTP ?using script plz explain me (Chandana)..

Answer / nani

The Following script displays the number of items in the
list box.

intFieldItemsCnt =CInt(GetProperty(Browser
("Browsername").Page("Pagename").Weblist
("weblistname"),"items count"))

msgbox intFieldItemsCnt

Any doughts feel free to make a mail to: nani4urs@gmail.com

Is This Answer Correct ?    3 Yes 8 No

How can i count the list box elements in QTP ?using script plz explain me (Chandana)..

Answer / karna

Thank you.. it works for me...

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More QTP Interview Questions

what is the difference between call to copy action and call to an existing action

5 Answers  


What is difference between Recording time object identification and Run time (Execution) time.

0 Answers   Tech Mahindra,


I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?

6 Answers  


There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?

4 Answers   Wipro,


1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP

7 Answers   Ordain Solutions,






whaht is the difference between CLASS & OBJECT?

3 Answers   Accenture,


What is Environment Variable and when we apply this in QTP?

4 Answers  


Diff b/n image n bitmap checkpoints?

2 Answers   iGate,


How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

1 Answers  


CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP

2 Answers  


What are private functions in QTP? How they can be called from the function library?

0 Answers   HCL,


How is recording done when a application is over lapping the QTP application it gives a message object not recorded

0 Answers  


Categories