What exactly is the difference among all the three
recording modes.
Answer Posted / bhavani
There are three types of recording modes available in
QuickTest Pro
1.Normal mode 2.Analog mode 3.Low-level recording mode
Normal mode: This is the default mode of recording in
QTP ,Object and the Operation associated/performed with
Object can be recorded.This mode takes full advantage of
QuickTest's test object model,recognizing the objects in
AUT regardless of their location on the screen.
Analog mode:This mode records exact mouse and keyboard
operations you perform in relation to the screen /
application window.This mode is useful for the operation
which you can record at object level,such as drawing a
picture,recording signature.the steps recoded using Analog
mode are saved in seperate data-file,Quick tests adds to
your test a Run Analog file statement that calls the
recorded Analog file.This file is stored with your action
in which these Analog steps are created.The steps recorded
in Analog mode can not be edited within QuickTest.
Low-level recording mode:enables you to record any object
or operation in your AUT whether or not QuickTest
recognizes the it.This Low-level recording is useful when
the exact location of an Object/operation in your AUT is
important for your test.This mode records in terms of X,Y
co-ordinates.Unlike in Analog mode,the steps can be seen in
Test script,as well in Keyword view.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are the different recording modes and how do they work?
What is a recovery scenario?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
What are the challenges you faced during you entire life automation ?
What is qtp window?
How many ways we can parameterize data in quicktest professional (qtp)?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How you can find the absolute value of the number in qtp?
Explain object spy in qtp.
Name the different types of recording modes?
What are the major/ important methods, functions in QTP we use realtime testing
What is object spy in quicktest professional?
What are the types of object repositories? Which one is you using?
can the activities of test case design be automated?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.