ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
How many types of Recordings are there in QTP and what are 
they?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How many types of Recordings are there in QTP and what are they?
Answer
# 1
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 ?    7 Yes 0 No
Vasavi Juvvadi
 
  Re: How many types of Recordings are there in QTP and what are they?
Answer
# 2
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 ?    5 Yes 0 No
Jayalakshmi
 
 
 
  Re: How many types of Recordings are there in QTP and what are they?
Answer
# 3
there is three types of recordings.
1 Analog recording 
2 Digital recording
3 Low-level recording

 
Is This Answer Correct ?    3 Yes 2 No
Prasant
 
  Re: How many types of Recordings are there in QTP and what are they?
Answer
# 4
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 ?    1 Yes 0 No
Priya
 
  Re: How many types of Recordings are there in QTP and what are they?
Answer
# 5
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 ?    1 Yes 1 No
Uday Kumar_anem
 
  Re: How many types of Recordings are there in QTP and what are they?
Answer
# 6
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 ?    2 Yes 1 No
Praveen
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
when do we write a script in qtp?(plz give me more then 2 reasons)  1
w is active screen Wipro2
what is the command (keyboard command) to swith from expert view to key word view  3
Batch testing in howmany ways u perfrom in QTP Lehman-Brothers3
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail Quinnox1
What is the Diff between Image check-point and Bit map Check point? Ordain-Solutions3
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2? Infosys1
What is exact difference between “while” and “do while” in QTP ?  1
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.  2
Can you expect major bugs in Net banking Application?  1
write a qtp script to see time in windows command prompt? its urgent.... BSL9
what will be the stmt if record any edit box in the Web application ? eSymbiosis2
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?  4
How many actions we can write in a test? TCS5
How to Display last item of a Combobox by using QTP?  9
what is the difference between invoke application and system.util.run Syntel18
can we test an windows application using qtp  1
how can we handle exceptional handling in qtp NIIT3
in how many ways you perform batchtesting? Sapient2
Can you tell me any books or websites to learn VB Script for QTP ??  1
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com