Multiple choice technology testing

Most commonly used mode of recording in QTP is

  1. Analog

  2. Context Sensitive

  3. Low level recording

  4. Digital

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Context Sensitive recording is QTP's default and most commonly used mode because it records at the object level, making scripts more maintainable and readable. Analog recording captures exact mouse movements and keystrokes (useful for drag operations), while Low-level recording is a fallback when object recognition fails.