How many recording modes are available in QTP
-
3
-
2
-
1
-
4
Reveal answer
Fill a bubble to check yourself
A
Correct answer
Explanation
QTP has three recording modes: Normal recording (default), Analog recording (for exact mouse movements and keystrokes), and Low-level recording (for recording at object level even when standard recording fails). Option B (2 modes) is incorrect as all three modes are available.
AI explanation
QuickTest Professional (QTP/UFT) supports three recording modes: Normal (context-sensitive) recording, Analog recording (captures exact mouse movements/keystrokes), and Low-Level recording (captures at the coordinate/window-handle level for objects QTP doesn't recognize). Knowing these three modes matters because each is suited to different kinds of UI interactions during test automation.