How can i count the list box elements in QTP ?using script
plz explain me (Chandana)
Answer Posted / 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 |
Post New Answer View All Answers
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What is the Difference between test object and run time object?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How do Parameterization and Data-Driving relate to each other in QTP?
What is debugging? How you debug your script?
What does it mean when a check point is in red color? What do you do?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Define Environment Variable in UFT and its uses?
What is quick test pro?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What are the main differences of qtp and win runner?
Explain the views in the QTP GUI?
How to delete an object from the object repository?
When to use descriptive programming?