Object recognition in QTP is based on which model ?
a) COM
b) DCOM
c) DOM
d) None of the above

Answers were Sorted based on User's Feedback



Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above..

Answer / sukumar

Microsoft Component Object Model [ COM ]

Initial development of automated tests with QTP is usually
done by record-and-playback. A user's actions are captured
via Microsoft's Component Object Model (COM). These are
recorded as VB script-like commands into "Actions", which
are similar to functions. All manipulated objects that QTP
recognizes are also added to the object repository. Once
recorded one gets editable QTP scripts.
After clicking on the playback button all these
actions will be played back. During playback, QTP attempts
to identify and manipulate the same objects, again using COM.

Is This Answer Correct ?    10 Yes 2 No

Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above..

Answer / nisargadatta

DOM, Data object modeling. where in which it fetches using
HTML tags.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.

0 Answers   RR Donnelley, RRDonnelley,


what is functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp

4 Answers   NIIT,


Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?

6 Answers   Oracle, TCS,


How to send QTP scripts to our colleagues?

1 Answers   Virtusa,


why don’t use real time they r not using check points

1 Answers   Wipro,






Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"

3 Answers  


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

0 Answers  


If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?

1 Answers  


Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..

2 Answers   Impetus,


How to find the name of the machine where you are running your automation scripts in qtp?

0 Answers  


Can I record on netscape browser does it require any special settings ?

2 Answers  


diff between dim & redim ? in detailed? pls any one explain me?

1 Answers  


Categories