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 |
Explain how qtp identifies objects?
why we use sendkey method in qtp?
what is compiled module?
Hi any body can tell me the in detaled information about Description.Create() thanks in advance
How to retrieve the data from database?
What is data driver in qtp? Where we use it?
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
What is the significance of “action 0” in qtp?
Flight reservation using input and output parameter script.
Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance
What are the steps involved in the recovery scenario wizard?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))