Multiple choice technology testing

A QTP script can work cross browser without any problems. ie : Build a script in IE, test it in firefox, Netscape & Opera.

  1. True

  2. False

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

QTP scripts do not work seamlessly across browsers due to differences in object recognition, DOM implementation, event handling, and browser-specific behaviors. A script built for IE typically requires modifications when run on Firefox, Netscape, or Opera.