Can anyone explain me about child objects in detail;when
they are used and why do we need them ? please give me
sample code for this if possible.
Answer Posted / babu
Child objects method will be used to find the number of
objects in a particular page, frame etc ..
We can use this child objects method as follows:
Set oDesc = Description.Create()
oDesc("micclass").Value = "Link"
Set Lists = Browser("Login").Page("Application").Frame
("folderFrame").ChildObjects(oDesc)
NumberOfLists = Lists.Count()
msgbox NumberOfLists
By using above statements, you can find the links available
in the frame "folderframe".
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
can any body give the banking domain concepts/links
Explain the concept of how quicktest professional identifies object?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
If I change the object name in one action will it be updated in all the actions? Or not?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What is the use of ordinal identifier in qtp?
How will you handle java tree in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
is it possible to add sheets to excel at runtime
How does QTP identify an object?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is QTP testing process?
How will you find the current time of the remote machine using QTP script?