GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP

 Print  |  
Question:  Select Recording Mode

Answer: How do we decide as to which recording mode from Context Recording (Normal), Analog Recording or Low Level Recording do we select for an application? What is uniqueness in each recording mode?


February 02, 2009 01:12:32 #6
 amitmba32   Member Since: May 2008    Total Comments: 2 

RE: Select Recording Mode
 

QTP support three Recording modes.


Normal Recording:


1) Default Mode of Recording

2) Shortcut Key F3

3) Record all object if their Add Ins is installed


Analog Recording:


1) Enables you to record exact keyboard and mouse movements in relation to
either the application window or Screen. Useful for such operations that can
not be recorded at the level of objects like Signature, Drawing Images.

2) Record the exact coordinates and save in a track file. That file can not be
editable and can not be seen in expert View. This file is associated with
Actions

3) Analog Recording is of two type



a) Relative to screen

b) Relative to Application Window



Low Level Recording:


Enable to record the Object either QTP is unable to recognize the Object or
Specific operation.This can be recorded at the level of Objects.

     

 

Back To Question