How can i count the list box elements in QTP ?using script
plz explain me (Chandana)
Answer Posted / 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 |
Post New Answer View All Answers
How can you close the second opened browser?
How qtp identifies objects?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Explain the concept of object repository & how qtp recognizes objects?
Explain more about the Test Fusion Report of QTP?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
How you can decide which type of object repository you have to use?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
what is impact analysis on regression testing?
How does qtp identify gui object?
If I change the property value at runtime is it effect is object repository?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What is a checkpoint? How many check points are there in qtp?
When to use descriptive programming?