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 |
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
How to retrieve data from application objects?
How to check the URL using Automation tool QTP
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
Define object spy ?
Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..
Discuss quicktest professional environment?
What is Virtual Users?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
How can you connect the database with QTP?
Please guide me release notes of Automation once scripts are completed
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.