write a qtp code to count the number of child objects in login
page and highlight it
Answer Posted / prathyusha
set olink=Description.create
olink.add "micclass","text"
set olinkcol=B().P().Link().childobjects(olink)
msgbox olinkcol.count
for i=0 to olinkcol.count-1
olinkcol(i).HighLight
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is QTP supports Unix. If yes, then how the test automation is done?
How many types of recording modes in qtp?
how to prepared for first for the first interview?
Explain the qtp test phases.
What is fragmentation and paging?
what is supply chain management?
Which functionalities of QTP used in banking project? pls any say answer?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What is qtpro? What is quick test pro?
Shall we add Local Repository to shared object repository,if yes,how we add
Name the properties you would use for identifying a browser and page when using descriptive programming?
Explain the concept of how quicktest professional identifies object?
what is error and fault in terms of software quality?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
What is debugging? How you debug your script?