what is difference normal,analog,low level recording in
qtp? what is lowlevel recording?
Answer Posted / sudhansu sekhar patra
1)Normal recording mode records the objects in your
application and the operations performed on them.This mode
is the objects in your application regardless of their
location on the screen.
2)Analog recording mode enables you the exact mouse and
keyboard operations you perform in relation to either the
screen or the application window.In this recording
mode,Quick test records and tracks every movement of the
mouse as you drag the mouse around a screen or window.
This mode is useful for recording operations that
cannot be recorded at the level of an object, for example,
recording a signature produced by draging the mouse.
3)Low lebel recording enables you to record on any object
in your application,whether or not Quick test recognizes
the specific object or the specific operation.
This mode records all run time objects as window or on an
winobject or test objects.Use low level recording in an
environment or on an object not recognized by Quick test.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what is keyword driven testing in qtp?n how is it useful?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
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..
For which type of project the iterative model is suitable?
explain how to write vb script in qtp?when will you write own script?
To which environments does quicktest professional supports?
Did the scripts need lot of maintenance? If yes, why?
In qtp is it possible to check broken links of a page?
What are the Test design techniques you uses in ur project?
how will load the object during runtime?
What are the different recording modes?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How to use setroproperty?
How to replay a script in qtp?