1.what is the difference between childobjects and child
items in qtp?
2.what is difference between a class and function?
3.can u convert ustimings to indian timings using vbscript?
4.i have scripts in one machine.can i run those scripts in
another machine.how?
Answer Posted / sanchita
Child Objects is used to access the objects by using a desciption object. For example : To find out the number of links.
Syntax: object.ChildObjects("Description")
Child item is used to access the objects without using a description object. For example : To click a particular link in a specified row and column of a table.
Syntax: object.ChildItem(Row, Column, MicClass, Index)
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
Explain the types of object repository?
why you have standardized functions? plzzz guys with real time exp. do answer
What is difference between run time object and test object?
If object is not recognized by qtp but the object is standard object what is your approach?
What is the difference between qtp and selenium?
wt is the use of multiple questions in QTP
Hai anyone please "Explain about Framework in QTP?"
What is Test Fusion Report in QTP?
Explain sub procedure of vbscript.
Explain Descriptive Programming Types with Examples?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
What is keyword view in qtp?
How to use the object spy in quicktest professional (qtp) 8.0 version?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What are the types of object repository?