🎴 Flashcard Mode

Software Testing Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

For each object and method in an Expert View statement, a corresponding row exists in the Keyword View.

AnswerClick to flip back
A
True
💡 Explanation:

QTP maintains synchronization between Expert View (VBScript code) and Keyword View (table format). Every object and method statement in Expert View has a corresponding row in Keyword View. This bidirectional mapping allows switching between views without losing test logic.

Change Mode