Multiple choice technology testing

A QTP code written for IE can be executed with FireFox with little or no modifications.

  1. True

  2. False

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

QTP code written for IE generally cannot execute on Firefox without modifications because browsers have different DOM structures, object recognition patterns, and event handling. While some scripts may work with minor changes, significant modifications are often needed for compatibility.