Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the different Recording modes and how do they work?
Home
QuickTest Professional (QTP)
What are the different Recording modes and how do they work?
asked
Jan 14, 2020
in
QuickTest Professional (QTP)
by
GeorgeBell
(
5.1k
points)
What are the different Recording modes and how do they work?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 14, 2020
by
GeorgeBell
(
5.1k
points)
QTP provides 3 modes of Recording:
Normal Recording mode
: The default recording method is always the normal mode. This method uses the model of Test Objects and Runtime objects to learn and act on the AUT.
Analog recording mode
: Records the exact mouse and keystrokes that the user performs in relation to either the screen or the AUT window. The steps that are recorded using this method cannot be edited.
The way this usually gets represented in code is:
Window/app.RunAnalog “Track1”
One scenario in which this type of recording can be used is when we are trying to capture a signature.
Low-Level recording mode:
This mode records the coordinates in the application where the operation is performed, irrespective of whether QTP recognizes the specific Object or Operation.
Related questions
0
votes
Q: Mention what are the different types of recording modes in QTP? Which will be used when?
asked
Apr 25, 2020
in
QuickTest Professional (QTP)
by
Robindeniel
(
20.8k
points)
#qtp-modes
+1
vote
Q: How many types of recording modes in QTP? Which will be used when?
asked
Apr 12, 2020
in
QuickTest Professional (QTP)
by
amita rallin
(
731
points)
#qtp-recording-mode
0
votes
Q: Enlist all recording modes that are available in QTP.
asked
May 8, 2020
in
QuickTest Professional (QTP)
by
Robindeniel
(
20.8k
points)
#qtp-recording
#recording-qtp
0
votes
Q: Is it possible to switch between Recording modes during a Test creation?
asked
Jan 14, 2020
in
QuickTest Professional (QTP)
by
GeorgeBell
(
5.1k
points)
0
votes
Q: Which Recording modes need more memory?
asked
Jan 14, 2020
in
QuickTest Professional (QTP)
by
GeorgeBell
(
5.1k
points)
+2
votes
Q: I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
asked
Jan 16, 2020
in
QuickTest Professional (QTP)
by
JackTerrance
(
2.7k
points)
+1
vote
Q: What Are Local Accounts In Azure Ad B2c? How Are They Different From Work Or School Accounts In Azure Ad?
asked
Mar 6, 2021
in
Azure
by
SakshiSharma
(
32.2k
points)
#local-account
azure-ad-b2c
0
votes
Q: Explain Go interfaces. What are they and how do they work?
asked
Aug 11, 2022
in
GoLang
by
SakshiSharma
(
32.2k
points)
interface
golang
programming
+1
vote
Q: Which recording mode records the X and Y coordinates of a mouse operation in QTP?
asked
Sep 12, 2020
in
QuickTest Professional (QTP)
by
JackTerrance
(
2.7k
points)
#qtp
+1
vote
Q: What are the loops available in UFT and what they do?
asked
Apr 16, 2020
in
QuickTest Professional (QTP)
by
Robindeniel
(
20.8k
points)
#uft-loops
0
votes
Q: What are Android Content Providers, and how do they facilitate data sharing between different applications?
asked
Aug 30
in
Android Library
by
SakshiSharma
(
32.2k
points)
androidcontentproviders
0
votes
Q: What Are The Different Types Of VPNs, And How Do They Differ?
asked
May 27
in
VPN
by
SakshiSharma
(
32.2k
points)
vpn
vpntypes
+1
vote
Q: You can insert additional steps on the test objects captured in the Active screen after the recording session.
asked
Aug 7, 2020
in
QuickTest Professional (QTP)
by
Hodge
(
2.6k
points)
#qtp
0
votes
Q: Does Low-level Recording capture mouse movements?
asked
Jan 14, 2020
in
QuickTest Professional (QTP)
by
GeorgeBell
(
5.1k
points)
0
votes
Q: What is parameters in Tableau? How do they work?
asked
Nov 29, 2020
in
Tableau
by
SakshiSharma
(
32.2k
points)
#tableau-parameters
#tableau-features
...