Multiple choice technology testing

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

  1. True

  2. False

  3. There is a problem with the statement.

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
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.