How to get all the objects count and objects names in
webpage using QTP ?
Answer Posted / chivukula.kumar
Hi Chandu,
ChilObjs=Browser("BrowserName").Page
("PageTitle").Childobjects
tol=Chilobj.count
for i = 0 to UBound(tol)
a =chilObjs(i).Name
print a
Next
| Is This Answer Correct ? | 3 Yes | 23 No |
Post New Answer View All Answers
is it possible to add sheets to excel at runtime
In qtp, how you can remove the spaces from string?
What is the file extension of the code file and object repository file in QTP?
How to handle the exceptions using the recovery scenario manager in qtp?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What do you mean by checkpoints in qtp?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Define Error Pane of UFT?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Hi Samrat, Thank u very much, what u said it is right.
What is the use of running the scripts in Hidden-mode in UFT?
wt is the use of multiple questions in QTP
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What is the basic concept of quicktest professional (qtp)?