How many types of Recordings are there in QTP and what are
they?
Answers were Sorted based on User's Feedback
Answer / vasavi juvvadi
There are 3 types of Recording modes available in QTP.
They are
1, Standard Recording mode: It is default mode
2, Analog Recording mode
3, Low Level Recording mode
| Is This Answer Correct ? | 27 Yes | 3 No |
Answer / jayalakshmi
They are three types of recording modes in QTP. They are
three types
General Recording:In this Mode QTP is Recording mouse and
key board operation with respective object and windows in
our application.
Analog Recording:In this Mode QTP is Recording mouse
pointer movement with respective desktop co ordinates.
Low Recording:In this Mode QTP is Recording mouse pointer
movement on the desktop with respective time.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / praveen
Three types of recording modes:
1) Normal or context sensitive: It is default recording
mode. script is captured based on window or screen area co
oridinates & all objects are identified based on their
class type
2)Analog Recording: It is a high level recording mode, only
one line of script is generated for the entire record. By
default it is disabled. In order to perform analog
recording, start normal recording & then go to Automation
(menu bar) and select analog recording. while recording
script is generated based on desktop co-ordinates.
3)Low Level Recording: Script is generated based on the
window or screen co-ordinates. All the objects are
identified as window objects. It would be difficult to
enhance the script. In this recording, mouse clicks are
captured.
By default it is disabled. First start normal recording and
then goto automation and select low level recording.
| Is This Answer Correct ? | 9 Yes | 2 No |
They are three types of recording modes in QTP. They are
three types
General Recording:In this Mode QTP is Recording mouse and
key board operation with respective object and windows in
our application.
Analog Recording:In this Mode QTP is Recording mouse
pointer movement with respective desktop co ordinates.
lowlevel Recording: In this Mode QTP is Recording Advanced
objects that is they are looking like a image but working
as a button
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / uday kumar_anem
Normal Recording mode: QuickTest's normal recording mode
records the objects in your application and the operations
performed on them. This mode is the default and takes full
advantage of QuickTest's test object model, recognizing the
objects in your application regardless of their location on
the screen.
Analog Recording mode: enables you to record the exact
mouse and keyboard operations you perform in relation to
either the screen or the application window. In this
recording mode, QuickTest 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 dragging the mouse.
You cannot edit analog recording steps from within
QuickTest.
The steps recorded using Analog Recording are saved in a
separate data file. This file is stored with the action in
which the analog steps are recorded.
When you record in Analog Recording mode, QuickTest adds to
your test a ‘RunAnalog’ statement that calls the recorded
analog file.
When you record in analog mode relative to the screen, the
run session will fail if your screen resolution or the
screen location on which you recorded your analog steps has
changed from the time you recorded.
Low-level Recording mode: enables you to record on any
object in your application, whether or not QuickTest
recognizes the specific object or the specific operation.
This mode records at the object level and records all run-
time objects as Window or WinObject test objects. Use low-
level recording for recording in an environment or on an
object not recognized by QuickTest. You can also use low-
level recording if the exact coordinates of the object are
important for your test .
Each step recorded in Low-Level Recording mode is shown in
the Keyword View and Expert View. (Analog Recording records
only the one step that calls the external analog data
file.)
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / vijay
All answers are wrong. Question is what are the methods not
modes
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / prasant
there is three types of recordings.
1 Analog recording
2 Digital recording
3 Low-level recording
| Is This Answer Correct ? | 9 Yes | 15 No |
How many actions we can write in a test?
What are advantages of test automation?
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
what is test scheduleling?
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
Hi all, can anyone tell me the challenges u faced while using qtp?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
can i compare two databases using QTP ?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What is All object and Local object in Object Repositary? Explain me please.
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??