1. What is diffrence between Analog Recording And Lomlevel
Recording ?
Answers were Sorted based on User's Feedback
Answer / vindies
analog recording is done when context recording is failed
(when recording includes diagrams, or signature which are non-
standard objects).. incase of low-level recording we can it
can record both standard and non-standard objects
| Is This Answer Correct ? | 5 Yes | 2 No |
analog recording is done when we have to capture the
exactmovement of mouse or it is required to test a page
with respect to the fullscreene
low lavel recording is usually carried out when qtp does
n't recognise the object
if i m wrong correct me
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lakshmi.v
Analaog Recording is used for recording the operations
countinously
Lowlevel Recording is used for recording atleast some
operations on the non supported environment also
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / lak
Analog Recording:
Requires more disk space than a Normal recording.
Record exact mouse movements, mouse clicks and keyboard
operations relative to the X-Y coordinate location on the
desktop or application window.
Records only one step for the duration of the analog
recording session. This step shows up in the Keyword View
as a RunAnalog operation.
Creates a binary file, AnalogTrackList.dat to store the
analog actions and places it in the action folder. No
object information is stored in the object repository.
Low-level Recording:
Learns the object into the Window class or the WinObject
class along with their attributes and stores this
information in the object repository.
Records only mouse clicks, drag and drop, and type
operations on an object.
Records only a step for each action or operation on an
object.
| Is This Answer Correct ? | 0 Yes | 0 No |
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
Hi PLZ explain User Defined Functions in QTP with eample?
How to execute a winrunner script in quicktest professional?
What is the difference between action & script?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
what are the limitations of smart identification in qtp 9.0
tell me about regular expressions in QTP? where we use? give eample?
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
what is the extension of new local object repository?
1)What is the Difference Between WaitTo & Sync?
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.