How many types of OBJECTS are there in QTP?

Answer Posted / shankar

In fact there are only 2 types of objects in QTP
1) Run Time objects - These are the actual Objects present
in the AUT
2) Test objects - Objects present in the Object repository

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1360


Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link

869


Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT

2057


What is throw Object?

1562


Is text area check point supports for web applications?

535






How to run a test using quicktest professional (qtp)?

544


What is quick test pro?

592


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

5889


in my application,validation message has in japanise language.how to validate this message is appears properly or not

1526


what is the difference between IE & Netscape in web testing on a log in page

1796


What is qtp window?

568


what is the frame work in J-meter?

1604


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

703


Write a QTP script to enter a keyword in to Google search engine?

653


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1574