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 23:52:48 #4
 ram4u   Member Since: February 2009    Total Comments: 2 

RE: Select Recording Mode
 

1) Normal recording is also known as context sensitive recording. This is the
default recording mode in QTP, which is used to record the operations on
standard GUI objects. For each and every operation it generates (statement)
script.


2) In analog recording we will record mouse and keyboard operations with
respect to window or desktop co-ordinates. Here it generates single statement
for all operations.


Note:

a) If you take desktop coordinates u may get wrong output if the application is
moved from one place to another.

b) If you take window coordinates you will get the correct output even the
application is moved from one place to another.


3) Low level recording is used to record the operations on the objects which
are not recognised by the QTP.

     

 

Back To Question