write a qtp code to count the number of child objects in login
page and highlight it
Answer Posted / mudaseer
set childobj=dialog("text:=login).childobjects
msgbox childobj.count
for i=0 to childobj.count-1
childobj(i).highlight
next
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are the mandatory properties for a tex boxc (scenario?)
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
how to do the batch testing in test director using manual testing procedure?
What are the advantages of qtp?
What are the common defects found in your project? (in qtp interview)
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is the use of Debug Viewer?
When Recovery scenario actually starts while testing the application?
How qtp recognizes the object?
Explain how qtp identifies objects?
Do you know how to connect database? Can you tell me the procedures?
What are the benefits of quick test pro(qtp)?
Explain the concept of object repository and how QTP recognizes objects?
Which environments does qtp support?