🎴 Flashcard Mode

Software Testing and QTP Automation

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Before we redirect keystrokes to any application, using Send Keys, focus can be set using which method?

AnswerClick to flip back
A
AppActivate
💡 Explanation:

AppActivate is the method used to set focus on a specific application window before using SendKeys. It takes the window title or handle as a parameter. AppFocus and Focus are not valid VBScript methods for this purpose. Activate alone is not the correct method name.

Change Mode