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 |
What is Object Spy in QTP?
how many scripts r there in QTP? pls any answer this question?
What is the differences between image check point and bit map check point?
In how many ways we can add check points to an application using QTP.
Could you please suggest a book to start with QTP and also a book for advanced concepts?
How should i find out whether the cursor is moving horizantally. when tabbing continuously
What is the current version of QTP?
In an output value text checkpoint, where does the output value stored by default ?
How can i learn Descriptive programming in QTP. Please reply.
i've installed qtp9.2 on Windows 7. Recording and everything no problem. But when i am saving the test, it is not happening. it says 'general error while saving'. But teh test is getting saved but as a folder with lock icon. When i wanted to open it, it is jst showing as a locked folder but not as a test. Somebody help me out plz
explain how to write vb script in qtp?when will you write own script?
Scripts for Ascending order in qtp.