write a qtp code to count the number of child objects in login
page and highlight it
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
Discuss QTP Environment.
with out using import sheet came is it possible to get the excel sheet ?
hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi
Can we write class for vb script in Quick Test Professional?
How to take screen shot of desktop by using vb script code or is there any method?
If object is not recognized by qtp but the object is standard object what is your approach?
What is the use of ordinal identifier in qtp?
can we call runaction in the funcion
how to use command prompt using qtp?
What is test harness?
How Does Run time data (Parameterization) is handled in QTP?