Which object model is not supported by QTP?
a)COM b)DECOM c)DOM d)DCOM.
Pls explain about theese object models?
Answer Posted / pavan
Quick test complies with the COM standard.
Quick test supports COM objects embedded in web pages
(which are currently accessible only using mocrosoft
internet explorer) com-component object model.
DOM :Document Object Model (DOM). QuickTest provides direct
access to the browser's Document Object Model (DOM) through
which you can access the HTML tags directly. Access to the
DOM is performed using the .Object notation.
The cookie used by the browser can be accessed through the
browser's Document Object Model (DOM).
DCOM:Distributed component object model
DECOM is not supported by QTP
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the major/ important methods, functions in QTP we use realtime testing
What is the meaning Work bench?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Explain the difference between check point and output value?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How to integrate the qualitycenter with qtp
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What will be happen if i load object repository at run time, but it has already associated.
How will you handle java tree in qtp?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?