Which object model is not supported by QTP?
a)COM b)DECOM c)DOM d)DCOM.
Pls explain about theese object models?
Answer / 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 |
How to create scenario selector
Connect to QC using AOM.
how we connect oracle or sql data server database to qtp.
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!
What is environment variable in qtp and why to use it?
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..
how to count spaces in a given string ex: "this is jagadeesh" in QTP with simple functional script
Is it possible to call from one action to another action in qtp?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
what is the use of VIRTUAL OBJECTS? explain ?
10 Answers ABC Infotech, IBM, TCS,
you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?