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 |
What is the Diff between Image check-point and Bit map Check point?
How do u override the meaning of a standard object in QTP?
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
What is the synchronization point in qtp?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Hi, I Would Like to Know which is the Best QTP Certification Training Institute in Hyd? Thanks in Advance kishan
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
Why we load add-ins in qtp?
What is action split and the purpose of using this in qtp?
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,