Multiple choice technology testing

If the information pane is not open, QTP automatically opens it in case a syntax error is detected.

  1. True

  2. False

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

QTP automatically opens the information pane when a syntax error is detected during view switching or test execution. This ensures the user is immediately notified of any issues without needing to manually open the pane.

AI explanation

In HP/Micro Focus QuickTest Professional (QTP), if the Information pane is closed and QTP detects a syntax error while checking the script, it automatically opens the Information pane to display the error details (file, line, description) so the user doesn't miss the diagnostic — this is documented default behavior meant to ensure syntax errors are always surfaced to the tester regardless of the current pane layout. This is a tool-behavior fact rather than something derivable from first principles, so it rests on QTP's documented IDE behavior, which the question correctly states as True.