Multiple choice technology testing

In QTP the script written for an application for one browser runs on all browsers.

  1. True

  2. False

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

QTP scripts are browser-specific and must be recorded or modified for each different browser. The same script cannot run across all browsers without adjustments because each browser renders web elements differently and may require different object identification properties. Cross-browser compatibility testing requires separate scripts or significant modifications.