what is difference normal,analog,low level recording in
qtp? what is lowlevel recording?
Answers were Sorted based on User's Feedback
Answer / shilpa reddy
1)normal recording is also known as context sensitive
recording.this is the default recording mode in qtp, which
is used to record the operations on standard GUI
objects.for each and every operation it generates
(statement) script.
2)in analog recording we will record mouse and keyboard
operations with respect to window or desktop co-
ordinates.here it generates single statement for all
operations.
note:a)If u take desktop coordinates u may get wrong output
if the application is moved from one place to another.
b)if u take window coordinates u will get the corrct output
even the application is moved from one place to another.
3)low level recording is used to record the operations on
the objects which are not recognised by the qtp.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / 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 |
Why is Client side image is preferred over server side image?
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
3. How to handle the exceptions using recovery secnario manager in Qtp?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Explain xml checkpoints.
Explain object spy in qtp.
i have qtp 9.5 ver software.but i don't know the license key. if anyone have license key please send it to my personal mail id(munir.reddy@yahoo.com
Why QTP is termed as a Record and Playback tool?
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?
Explain what the difference between Shared Repository and Per_Action Repository
How you used DDT in QTP?