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
How will you declare a variable in qtp?
When should I use smart identification?
How can you pass value one action to another action?
Where to use function or action?
How to suppress warnings from the test results page?
if numbers are always changing write a script for that
banking project description for software tester
what is ODC and GDC?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
How does qtp identify objects in the application?
Hoe can we do retesting using functions please give the code for it using login page
hou can we use vb script in qtp could u tell me breafly
How to analyzing test results using quicktest professional?
How can you identify the browser and its information using the qtp script?
What does mean by Scope of Automation?n How we defined it?