What exactly is the difference among all the three
recording modes.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sreelaxmi
In QTP tPhere are 3 types of Recordings
1. Normal or Context sensitive recording
2. Analog
3. Low-level
1. Normal or COntext sensitive recording: It is a default
recording mode and it records all the key board inputs and
mouse click on the application and generates VB Scripting
in Expert view.
2. Analog Recording: In this mode, it records the key board
inputs , mouse clicks and mouse movements also. It is used
for Digital signatures or diagrams using mouse.
It records in two ways:
a. Relative to the Screen(Desktop)
b. Relative to Window(appliaction)
3. Low-level Recording: It records according to the mouse
co-ordinates. In this mode, it treats all the objects as
custom objects and gives mouse co-ordinates for each click.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / anil
there are 3 recording modes in QTP
1>general recording mode:-it records the keyboard
operations and mouse pointer movements with respect ot the
objects in window
2>analog recording mode:- it records only mouse pointer
movements
3>low level recording mode:- it records some non standard
and advanced objects in the screen
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / k.chandra sekhar
a) In QTP having 3 recording modes. They are
b) Normal recording mode
c) Analog recording mode
d) Low level recording mode
This chandra sekhar
Contact any query of testing 040-65880049
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chand.
We have two different recording modes, they are
Analog recording---This is used to record mouse movements
of the application.
Context sensitve recording---this is used to record Key
board and mouse movemets of the application.
Correct me , if i m wrong.
| Is This Answer Correct ? | 1 Yes | 14 No |
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.
How you debug your script?
In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
Hi Friends, Can you please answer these questions of QTP Certification? 1.) What are bitmap checkpoints sensitive to? A. Image size and object type B. Object type and image type C. Screen resolution and object type D. Screen resolution and image size 2.)What are the phases in the QuickTest workflow? A. Plan, Record, Enhance, Run B. Prepare, Record, Verify, Run C. Plan, Create, Verify & Enhance D. Prepare, Create, Verify & Enhance, Integrate 3.) What are the two most commonly used ADO objects? A. Fields B. Execute C. Connection, RecordSet D. Open, ConnectionString 4.)What options are available to filter objects in the Target Object Repository pane when merging object repositories? A. Show all objects or Show only objects with conflicting object types B. Show all objects or Show only objects with conflicting descriptions C. Show only objects with conflicting logical names or Show only objects with conflicting object types D. Show only objects with conflicting logical names or Show only objects with conflicting descriptions 5.)Which of the following is an example of a missing resource? A. An object B. Run Results C. A Regular Action D. An External Action 6.)What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value 7.)In VB Script functions, which one is false among the following a. Variables must be declared before use b. Variables may not be declared before use c. Variables may be declared without data types None
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
What is an object repository?
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
How to check the URL using Automation tool QTP
Explain the concept of Output values in Quick Test Professional?
What types of testing comes under functional testing or in other word what will you test in functional testing?