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
what is error and fault in terms of software quality?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What do you to script when objects are removed from application?
How to find operating system information using the qtp script?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How to break the object spy ?
In qtp, how you can remove the spaces from string?
How to use Environment parameterization? Explain with an example.
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
How will you test a keyboard?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What are the advantages of a Hybrid framework?
what is ODC and GDC?