How do you count items from a listbox using qtp

Showing Answers 1 - 6 of 6 Answers

kotike

  • Apr 12th, 2010
 

Qtp provided one method called "GetItemsCount". Using this we can find the items count in a listbox or dropdownlist

 ex: <var>=Browser().page().WebList().GetItemsCount
        msgbox var


Regards,

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions